@charset 'UTF-8';

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

b,
strong {
  font-weight: bolder;
}

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

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

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

small {
  font-size: 80%;
}

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

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

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

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

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

button,
select {
  text-transform: none;
}

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

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

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

:-moz-focusring {
  outline: auto;
}

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

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

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

progress {
  vertical-align: baseline;
}

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

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

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

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

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

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

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

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

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

summary {
  display: list-item;
}

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

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

fieldset {
  margin: 0;
  padding: 0;
}

legend {
  padding: 0;
}

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

/*
Reset default styling for dialogs.
*/

dialog {
  padding: 0;
}

/*
Prevent resizing textareas horizontally by default.
*/

textarea {
  resize: vertical;
}

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

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

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

/*
Set the default cursor for buttons.
*/

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

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

:disabled {
  cursor: default;
}

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

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

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

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

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

[hidden]:where(:not([hidden="until-found"])) {
  display: none;
}

.container{
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-right: 1rem;
  padding-left: 1rem;
}

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

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

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

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

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

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

.relative{
  position: relative;
}

.left-0{
  left: 0px;
}

.top-0{
  top: 0px;
}

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

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

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

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

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

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

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

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

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

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

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

.block{
  display: block;
}

.flex{
  display: flex;
}

.hidden{
  display: none;
}

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

.w-full{
  width: 100%;
}

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

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

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

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

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

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

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

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

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

.gap-10{
  gap: 2.5rem;
}

.gap-6{
  gap: 1.5rem;
}

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

.gap-x-8{
  -moz-column-gap: 2rem;
       column-gap: 2rem;
}

.gap-y-4{
  row-gap: 1rem;
}

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

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

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

.uppercase{
  text-transform: uppercase;
}

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

/* Slider */

.slick-slider
{
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list
{
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
}

.slick-list:focus
{
  outline: none;
}

.slick-list.dragging
{
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list
{
  transform: translate3d(0, 0, 0);
}

.slick-track
{
  position: relative;
  top: 0;
  left: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.slick-track:before,
.slick-track:after
{
  display: table;
  content: '';
}

.slick-track:after
{
  clear: both;
}

.slick-loading .slick-track
{
  visibility: hidden;
}

.slick-slide
{
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
}

[dir='rtl'] .slick-slide
{
  float: right;
}

.slick-slide img
{
  display: block;
}

.slick-slide.slick-loading img
{
  display: none;
}

.slick-slide.dragging img
{
  pointer-events: none;
}

.slick-initialized .slick-slide
{
  display: block;
}

.slick-loading .slick-slide
{
  visibility: hidden;
}

.slick-vertical .slick-slide
{
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

/* Slider */

.slick-loading .slick-list
{
  background: #fff url('./../../../assets/images/ajax-loader.gif') center center no-repeat;
}

/* Icons */

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

  font-weight: normal;

  font-style: normal;

  src: url('./fonts/slick.eot');

  src: url('./fonts/slick.eot?#iefix') format('embedded-opentype'), url('./fonts/slick.woff') format('woff'), url('./fonts/slick.ttf') format('truetype'), url('./fonts/slick.svg#slick') format('svg');
}

/* Arrows */

.slick-prev,
.slick-next
{
  font-size: 0;
  line-height: 0;
  position: absolute;
  top: 50%;
  display: block;
  width: 20px;
  height: 20px;
  padding: 0;
  transform: translate(0, -50%);
  cursor: pointer;
  color: transparent;
  border: none;
  outline: none;
  background: transparent;
}

.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus
{
  color: transparent;
  outline: none;
  background: transparent;
}

.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before
{
  opacity: 1;
}

.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before
{
  opacity: .25;
}

.slick-prev:before,
.slick-next:before
{
  font-family: 'slick';
  font-size: 20px;
  line-height: 1;
  opacity: .75;
  color: white;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-prev
{
  left: -25px;
}

[dir='rtl'] .slick-prev
{
  right: -25px;
  left: auto;
}

.slick-prev:before
{
  content: '←';
}

[dir='rtl'] .slick-prev:before
{
  content: '→';
}

.slick-next
{
  right: -25px;
}

[dir='rtl'] .slick-next
{
  right: auto;
  left: -25px;
}

.slick-next:before
{
  content: '→';
}

[dir='rtl'] .slick-next:before
{
  content: '←';
}

/* Dots */

.slick-dotted.slick-slider
{
  margin-bottom: 30px;
}

.slick-dots
{
  position: absolute;
  bottom: -25px;
  display: block;
  width: 100%;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
}

.slick-dots li
{
  position: relative;
  display: inline-block;
  width: 20px;
  height: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}

.slick-dots li button
{
  font-size: 0;
  line-height: 0;
  display: block;
  width: 20px;
  height: 20px;
  padding: 5px;
  cursor: pointer;
  color: transparent;
  border: 0;
  outline: none;
  background: transparent;
}

.slick-dots li button:hover,
.slick-dots li button:focus
{
  outline: none;
}

.slick-dots li button:hover:before,
.slick-dots li button:focus:before
{
  opacity: 1;
}

.slick-dots li button:before
{
  font-family: 'slick';
  font-size: 6px;
  line-height: 20px;
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 20px;
  content: '•';
  text-align: center;
  opacity: .25;
  color: black;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-dots li.slick-active button:before
{
  opacity: .75;
  color: black;
}

:root {
  --primaryColor: #c39954;
}

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

  src: url('../fonts/BegumSans-Light.ttf') format('truetype');

  font-weight: 300;

  font-style: normal;
}

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

  src: url('../fonts/BegumSans-Regular.ttf') format('truetype');

  font-weight: 400;

  font-style: normal;
}

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

  src: url('../fonts/BegumSans-Medium.ttf') format('truetype');

  font-weight: 500;

  font-style: normal;
}

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

  src: url('../fonts/BegumSans-SemiBold.ttf') format('truetype');

  font-weight: 600;

  font-style: normal;
}

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

  src: url('../fonts/BegumSans-Bold.ttf') format('truetype');

  font-weight: 700;

  font-style: normal;
}

html, body {
  font-family: 'BegumSans';
  font-size: 16px;
}

body {
  background-color: black;
}

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

.default_heading{
  font-size: 24px;
  font-weight: 500;
  text-transform: capitalize;
  line-height: 1.25;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

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

.default_content{
  font-weight: 500;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

.default_button{
  display: flex;
  height: 50px;
  width: 100%;
  align-items: center;
  justify-content: center;
  background-color: var(--primaryColor);
  text-align: center;
  font-weight: 500;
  text-transform: uppercase;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

@media (min-width: 768px){
  .default_button{
    height: 60px;
    width: 320px;
  }
}

.default_button {
  &:hover{
    border-width: 1px;
  }
  &:hover{
    border-color: var(--primaryColor);
  }
  &:hover{
    background-color: transparent;
  }
}

.primary_header{
  display: flex;
  width: 100%;
  padding-top: 1rem;
  padding-bottom: 1rem;
  .header_logo{
    display: block;
  }
  .header_logo{
    max-width: 160px;
  }
  .header_navigation {
    ul{
      display: flex;
    }
    ul{
      -moz-column-gap: 2rem;
           column-gap: 2rem;
    }
    ul {
      a{
        --tw-text-opacity: 1;
        color: rgb(255 255 255 / var(--tw-text-opacity, 1));
      }
    }
  }
}

.hero_banner{
  position: relative;
  align-items: center;
  justify-content: center;
  background-size: cover;
}

@media (min-width: 1024px){
  .hero_banner{
    min-height: 66vh;
  }
}

@media (min-width: 1200px){
  .hero_banner{
    min-height: 86vh;
  }
}

@media (min-width: 1536px){
  .hero_banner{
    min-height: 100vh;
  }
}

.hero_banner {
  .header_form{
    margin-left: auto;
  }
  .header_form{
    width: 100%;
  }
  
  @media (min-width: 768px){
    .header_form{
        width: 35%;
      --tw-bg-opacity: 1;
      background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
    }
  }
  @media (min-width: 768px){
    .header_form{
      padding-top: 1.5rem;
      padding-bottom: 1.5rem;
    }
  }
  @media (min-width: 768px){
    .header_form{
      padding-left: 1.5rem;
      padding-right: 1.5rem;
    }
  }
  @media (min-width: 1200px){
    .header_form{
      width: 25%;
    }
  }
  .header_form {
    .title{
      text-align: center;
    }
    .title{
      font-size: 1.25rem;
      line-height: 1.75rem;
    }
    .title{
      font-weight: 500;
    }
    .title{
      --tw-text-opacity: 1;
      color: rgb(255 255 255 / var(--tw-text-opacity, 1));
    }
    @media (min-width: 768px){
      .title{
        --tw-text-opacity: 1;
        color: rgb(0 0 0 / var(--tw-text-opacity, 1));
      }
    }
  }
}

.default_form .hs-button {
  width: 100% !important;
  background: var(--primaryColor) !important;
  color: white;
  font-size: 16px !important;
  text-transform: uppercase !important;
  text-align: center !important;
  padding: 8px 10px !important;
  cursor: pointer !important;
}

.about_section{
  background-image: url(../images/gold_black_bg.jpg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding-top: 3rem;
  padding-bottom: 3rem;
  .inner_container{
    display: flex;
  }
  .inner_container{
    flex-direction: column;
  }
  .inner_container{
    align-items: flex-start;
  }
  .inner_container{
    -moz-column-gap: 2.5rem;
         column-gap: 2.5rem;
  }
  .inner_container{
    background-image: url(../images/about_inner_bg.webp);
  }
  .inner_container{
    background-size: cover;
  }
  .inner_container{
    background-position: center;
  }
  .inner_container{
    background-repeat: no-repeat;
  }
  .inner_container{
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }
  .inner_container{
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
  @media (min-width: 768px){
    .inner_container{
      padding-left: 2.5rem;
      padding-right: 2.5rem;
    }
  }
  @media (min-width: 991px){
    .inner_container{
      flex-direction: row;
    }
  }
  @media (min-width: 991px){
    .inner_container{
     padding-top: 1.5rem !important;
            padding-left: 6%;padding-right:5%;
    }
  }
  @media (min-width: 991px){
    .inner_container{
      padding-top: 1.5rem;
      padding-bottom: 1.5rem;
    }
  }
  .inner_container {
    .highlight{
      margin-top: 2.5rem;
    }
    .highlight{
      display: flex;
    }
    .highlight{
      flex-direction: column;
    }
    .highlight{
      align-items: center;
    }
    .highlight{
      justify-content: center;
    }
    .highlight{
      gap: 1.5rem;
    }
    @media (min-width: 991px){
      .highlight{
        width: 83.333333%;
      }
    }
    @media (min-width: 991px){
      .highlight{
        flex-direction: row;
      }
    }
    @media (min-width: 991px){
      .highlight{
        justify-content: space-between;
      }
    }
    .highlight {
      li{
        position: relative;
      }
      li {
        &:after{
          position: absolute;
        }
        &:after{
          right: -10px;
        }
        &:after{
          top: 0px;
        }
        &:after{
          height: 100%;
        }
        &:after{
          width: 1px;
        }
        &:after{
          --tw-bg-opacity: 1;
          background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
        }
        &:after{
          opacity: 0.6;
        }
        @media (min-width: 1024px){
          &:after{
            right: -5px;
          }
        }
        @media (min-width: 1280px){
          &:after{
            right: -50px;
          }
        }
        &:after {
          content: '';
        }
        &:last-child {
          &:after {
            display: none;
          }
        }
        @media (max-width: 991px) {
          &:after {
            display: none;
          }
        }
      }
      .head{
        display: flex;
      }
      .head{
        align-items: center;
      }
      .head{
        justify-content: center;
      }
      .head{
        gap: 0.5rem;
      }
      .head{
        font-weight: 500;
      }
      .head{
        --tw-text-opacity: 1;
        color: rgb(255 255 255 / var(--tw-text-opacity, 1));
      }
      @media (min-width: 991px){
        .head{
          justify-content: flex-start;
        }
      }
      .head {
        img{
          height: 24px;
        }
        img{
          width: 24px;
        }
      }
      .text{
        margin-top: 0.5rem;
      }
      .text{
        display: block;
      }
      .text{
        font-weight: 600;
      }
      .text{
        color: var(--primaryColor);
      }
    }
  }
}

.gallery_slider{
  padding-bottom: 3rem;
}

@media (min-width: 1024px){
  .gallery_slider{
    padding-bottom: 7rem;
  }
}

.gallery_slider {
  .slider-for {
    .item{
      position: relative;
    }
    .content{
      position: absolute;
    }
    .content{
      left: 0px;
    }
    .content{
      bottom: 0px;
    }
    .content{
      width: 100%;
    }
    .content{
      padding-top: 1.5rem;
      padding-bottom: 1.5rem;
    }
    @media (min-width: 991px){
      .content{
        padding-top: 2.5rem;
        padding-bottom: 2.5rem;
      }
    }
    .content {
      background: rgba(0,0,0,0.4);
      .title{
        font-size: 1.875rem;
        line-height: 2.25rem;
      }
      .title{
        font-weight: 500;
      }
      .title{
        --tw-text-opacity: 1;
        color: rgb(255 255 255 / var(--tw-text-opacity, 1));
      }
      .desc{
        margin-top: 0.5rem;
      }
      .desc{
        --tw-text-opacity: 1;
        color: rgb(255 255 255 / var(--tw-text-opacity, 1));
      }
    }
  }
  .slider-nav {
    .item{
      margin-left: 0.5rem;
      margin-right: 0.5rem;
    }
  }
}

.static_gallery_slider {
  figure{
    margin-left: 0px;
    margin-right: 0px;
  }
  @media (min-width: 768px){
    figure{
      margin-left: 1rem;
      margin-right: 1rem;
    }
  }
  .item{
    position: relative;
  }
  .item{
    margin-left: 0px;
    margin-right: 0px;
  }
  @media (min-width: 768px){
    .item{
      margin-left: 1rem;
      margin-right: 1rem;
    }
  }
  .content{
    position: absolute;
  }
  .content{
    left: 0px;
  }
  .content{
    bottom: 0px;
  }
  .content{
    min-height: 120px;
  }
  .content{
    width: 100%;
  }
  .content{
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
  }
  .content {
    background: rgba(0,0,0,0.4);
    .title{
      font-size: 1.25rem;
      line-height: 1.75rem;
    }
    .title{
      font-weight: 500;
    }
    .title{
      --tw-text-opacity: 1;
      color: rgb(255 255 255 / var(--tw-text-opacity, 1));
    }
    .desc{
      margin-top: 0.5rem;
    }
    .desc{
      font-size: 0.875rem;
      line-height: 1.25rem;
    }
    .desc{
      --tw-text-opacity: 1;
      color: rgb(255 255 255 / var(--tw-text-opacity, 1));
    }
  }
}

.slick-slider {
  img{
    width: 100%;
  }
  .slick-arrow{
    height: 30px;
  }
  .slick-arrow{
    width: 30px;
  }
  .slick-arrow {
    &:before {
      display: none;
    }
    i{
      --tw-text-opacity: 1;
      color: rgb(255 255 255 / var(--tw-text-opacity, 1));
      font-size: 16px;
    }
  }
  .slick-prev {
    left: 10px;
    &:before {
      content: "\f054";
      font-family: "Font Awesome 6 Free";
    }
  }
  .slick-next {
    right: 10px;
  }
  .slick-prev, .slick-next{
    z-index: 10;
  }
  .slick-prev, .slick-next{
    background-color: var(--primaryColor);
  }
}

.gallery_section{
  background-image: url('../images/gallery_section_bg.webp');
  background-size: cover;
  background-position: top;
  padding-top: 3rem;
  padding-bottom: 3rem;
}

@media (min-width: 1024px){
  .gallery_section{
    padding-top: 10rem;
    padding-bottom: 7rem;
  }
}

.why_section{
  padding-bottom: 3rem;padding-top:1%;
}

@media (min-width: 1024px){
  .why_section{
    padding-bottom: 7rem;
  }
}

.why_section {
  .content{
    text-align: center;
  }
  .content {
    .location{
      margin-top: 3rem;
      margin-bottom: 3rem;
    }
    .location{
      display: grid;
    }
    .location{
      grid-template-columns: repeat(2, minmax(0, 1fr));
    }
    .location{
      row-gap: 2.5rem;
    }
    .location {
      .item{
        padding-left: 1.5rem;
        padding-right: 1.5rem;
      }
      .item {
        &:nth-child(2n){
          border-left-width: 1px;
        }
        &:nth-child(2n){
          --tw-border-opacity: 1;
          border-color: rgb(113 113 122 / var(--tw-border-opacity, 1));
        }
      }
      .text{
        font-size: 1.5rem;
        line-height: 2rem;
      }
      .text{
        font-weight: 500;
      }
      .text{
        line-height: 1.25;
      }
      .text{
        --tw-text-opacity: 1;
        color: rgb(255 255 255 / var(--tw-text-opacity, 1));
      }
      @media (min-width: 991px){
        .text{
          font-size: 25px;
        }
      }
      .text {
        span{
          display: block;
        }
        span{
          font-size: 20px;
        }
        span{
          font-size: 1.125rem;
          line-height: 1.75rem;
        }
      }
    }
  }
}

.invest_danube{
  padding-bottom: 3rem;
}

@media (min-width: 1024px){
  .invest_danube{
    padding-bottom: 7rem;
  }
}

.invest_danube {
  .invest_reasons{
    display: grid;
  }
  .invest_reasons{
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .invest_reasons{
    align-items: flex-start;
  }
  .invest_reasons{
    gap: 2rem;
  }
  @media (min-width: 768px){
    .invest_reasons{
      grid-template-columns: repeat(3, minmax(0, 1fr));
    }
  }
  @media (min-width: 1024px){
    .invest_reasons{
      grid-template-columns: repeat(6, minmax(0, 1fr));
    }
  }
  @media (min-width: 1024px){
    .invest_reasons{
      gap: 0px;
    }
  }
  .invest_reasons {
    .item{
      display: flex;
    }
    .item{
      height: 100%;
    }
    .item{
      flex-direction: column;
    }
    .item{
      align-items: center;
    }
    .item{
      justify-content: flex-start;
    }
    .item{
      --tw-border-opacity: 1;
      border-color: rgb(113 113 122 / var(--tw-border-opacity, 1));
    }
    .item{
      padding-left: 0px;
      padding-right: 0px;
    }
    .item{
      text-align: center;
    }
    @media (min-width: 768px){
      .item{
        padding-left: 1.5rem;
        padding-right: 1.5rem;
      }
    }
    @media (min-width: 1024px){
      .item{
        border-left-width: 1px;
      }
    }
    .item {
      &:first-child{
        border-width: 0px;
      }
      img{
        max-width: 120px;
      }
      .desc{
        margin-top: 1rem;
      }
      .desc{
        font-weight: 500;
      }
      .desc{
        --tw-text-opacity: 1;
        color: rgb(255 255 255 / var(--tw-text-opacity, 1));
      }
    }
  }
}

.primary_footer{
  --tw-bg-opacity: 1;
  background-color: rgb(16 16 16 / var(--tw-bg-opacity, 1));
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
  .desc{
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity, 1));
  }
  .copyright{
    color: var(--primaryColor);
  }
}

[data-modal-id]{
  position: fixed;
  inset: 0px;
  z-index: 50;
  align-items: center;
  justify-content: center;
  overflow-y: auto;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity, 1));
  --tw-bg-opacity: 0.5;
}

/* Modal Content */

.inner_modal{
  position: relative;
  width: 100%;
  max-width: 48rem;
  overflow: hidden;
  border-radius: 0.5rem;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  --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);
  max-height: 90vh;
  /* Restrict height to 90% of the viewport */
  overflow-y: auto;
  /* Allow scrolling for large content */
  padding: 20px;
}

/* Close Button */

[data-modal-close]{
  position: absolute;
  top: 0.75rem;
  right: 0.75rem;
  cursor: pointer;
  font-size: 1.25rem;
  line-height: 1.75rem;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity, 1));
}

.default_modal{
  position: fixed;
  inset: 0px;
  z-index: 50;
  align-items: center;
  justify-content: center;
  overflow-y: auto;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity, 1));
  --tw-bg-opacity: 0.5;
  transition: opacity 0.3s ease;
  &.hidden {
    opacity: 0;
  }
  &.show {
    opacity: 1;
  }
  .inner_modal{
    position: relative;
  }
  .inner_modal{
    width: 91.666667%;
  }
  .inner_modal{
    border-width: 2px;
  }
  .inner_modal{
    border-color: var(--primaryColor);
  }
  .inner_modal{
    --tw-bg-opacity: 1;
    background-color: rgb(0 0 0 / var(--tw-bg-opacity, 1));
  }
  .inner_modal{
    padding: 1.5rem;
  }
  @media (min-width: 768px){
    .inner_modal{
      width: 50%;
    }
  }
  .inner_modal {
    .close_button{
      position: absolute;
    }
    .close_button{
      top: 0.5rem;
    }
    .close_button{
      right: 0.5rem;
    }
    .close_button{
      font-size: 1.875rem;
      line-height: 2.25rem;
    }
    .close_button{
      --tw-text-opacity: 1;
      color: rgb(255 255 255 / var(--tw-text-opacity, 1));
    }
    .close_button:hover{
      --tw-text-opacity: 1;
      color: rgb(239 68 68 / var(--tw-text-opacity, 1));
    }
    .close_button {
      transition: color 0.2s ease;
    }
  }
}

.amenities_list{
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  align-items: center;
  justify-content: space-between;
  gap: 1.25rem;
  li{
    display: flex;
  }
  li{
    align-items: center;
  }
  li{
    -moz-column-gap: 1rem;
         column-gap: 1rem;
  }
  li{
    font-weight: 500;
  }
  li{
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity, 1));
  }
  li {
    img{
      width: 2.5rem;
    }
  }
}

.footer_form{
  padding-bottom: 3rem;
}



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

@media (min-width: 1024px){
  .footer_form{
    padding-bottom: 7rem;
  }
}

@media (max-width: 767px){
    
    .premium{top: -36px !important}
    
    .pt-14{padding-top: 0rem !important;}
    
    
    .about_section{background-position: -137px;}
    
    .p_section{padding-top:30px;}
    
    
    .text-left4{text-align:center !important;}
    
  .max-\[767px\]\:block{
    display: block;
  }
}

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

  .md\:hidden{
    display: none;
  }

  .md\:w-6\/12{
    width: 50%;
  }

  .md\:min-w-min{
    min-width: -moz-min-content;
    min-width: min-content;
  }

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

@media (min-width: 991px){
  .mid\:mt-0{
    margin-top: 0px;
  }

  .mid\:w-4\/12{
    width: 33.333333%;
  }

  .mid\:w-8\/12{
    width: 66.666667%;
  }

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

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

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

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

  .lg\:block{
    display: block;
  }

  .lg\:flex{
    display: flex;
  }

  .lg\:hidden{
    display: none;
  }

  .lg\:w-3\/12{
    width: 25%;
  }

  .lg\:w-9\/12{
    width: 75%;
  }

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

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

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

  .min-\[1024px\]\:block{
    display: block;
  }
}

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

  .\32xl\:min-h-screen{
    min-height: 100vh;
  }

  .\32xl\:items-center{
    align-items: center;
  }
}



.premium{    position: relative;
    top: -146px;}