.whatsappColor {
    color: #25d366
}

.whatsappColor {
    transition: all .2s ease
}

.whatsappColor:hover {
    transform: translateY(-5px)
}

a {
    text-decoration: none !important
}

ul {
    list-style: none
}

/* @font-face {
    font-family: "Poppins";
    font-style: normal;
    src: local(""), url("../fonts/Poppins/Poppins-Light.ttf") format("woff");
    font-display: swap
} */

/* @font-face {
    font-family: "Cormorant";
    src: local(""), url("../fonts/Cormorant/Cormorant-Light.ttf") format("woff");
    font-display: swap;
    font-weight: 600;
} */

@font-face {
    font-family: "Playfair";
    src: local(""), url("../fonts/Playfair/PlayfairDisplay-VariableFont_wght.ttf") format("woff");
    font-display: swap;
    font-weight: 600;
}

/* h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4 {
    font-family: "Playfair", serif;
    font-weight: 900 !important
} */

:root {
    --bs-blue: #0d6efd;
    --bs-indigo: #6610f2;
    --bs-purple: #6f42c1;
    --bs-pink: #d63384;
    --bs-red: #dc3545;
    --bs-orange: #fd7e14;
    --bs-yellow: #ffc107;
    --bs-green: #198754;
    --bs-teal: #20c997;
    --bs-cyan: #0dcaf0;
    --bs-black: #000;
    --bs-white: #fff;
    --bs-gray: #6c757d;
    --bs-gray-dark: #343a40;
    --bs-gray-100: #f8f9fa;
    --bs-gray-200: #e9ecef;
    --bs-gray-300: #dee2e6;
    --bs-gray-400: #ced4da;
    --bs-gray-500: #adb5bd;
    --bs-gray-600: #6c757d;
    --bs-gray-700: #495057;
    --bs-gray-800: #343a40;
    --bs-gray-900: #212529;
    --bs-secondary: #161616;
    --bs-success: #198754;
    --bs-info: #0dcaf0;
    --bs-warning: #ffc107;
    --bs-danger: #dc3545;
    --bs-light: #f7f7f7;
    --bs-dark: #212529;
    --bs-primary-rgb: 213, 27, 94;
    --bs-secondary-rgb: 22, 22, 22;
    --bs-success-rgb: 25, 135, 84;
    --bs-info-rgb: 13, 202, 240;
    --bs-warning-rgb: 255, 193, 7;
    --bs-danger-rgb: 220, 53, 69;
    --bs-light-rgb: 247, 247, 247;
    --bs-dark-rgb: 33, 37, 41;
    --bs-white-rgb: 255, 255, 255;
    --bs-black-rgb: 0, 0, 0;
    --bs-body-color-rgb: 33, 37, 41;
    --bs-body-bg-rgb: 255, 255, 255;
    --bs-font-sans-serif: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", "Noto Sans", "Liberation Sans", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    --bs-font-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
    --bs-gradient: linear-gradient(180deg, rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0));
    /* --bs-body-font-family: Poppins; */
    --bs-body-font-size: 1rem;
    --bs-body-font-weight: 400;
    --bs-body-line-height: 1.5;
    --bs-body-color: #212529;
    --bs-body-bg: #fff;
    --bs-border-width: 1px;
    --bs-border-style: solid;
    --bs-border-color: #dee2e6;
    --bs-border-color-translucent: rgba(0, 0, 0, 0.175);
    --bs-border-radius: 0.375rem;
    --bs-border-radius-sm: 0.25rem;
    --bs-border-radius-lg: 0.5rem;
    --bs-border-radius-xl: 1rem;
    --bs-border-radius-2xl: 2rem;
    --bs-border-radius-pill: 50rem;
    --bs-link-hover-color: #aa164b;
    --bs-code-color: #d63384;
    --bs-highlight-bg: #fff3cd
}

*,
*::before,
*::after {
    box-sizing: border-box
}

@media(prefers-reduced-motion: no-preference) {
    :root {
        scroll-behavior: smooth
    }
}

body {
    margin: 0;
    font-family: "Work Sans", sans-serif;
    font-size: var(--bs-body-font-size);
    font-weight: 400;
    line-height: var(--bs-body-line-height);
    color: var(--bs-body-color);
    text-align: var(--bs-body-text-align);
    background-color: var(--bs-body-bg);
    -webkit-text-size-adjust: 100%;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0)
}

h6,
.h6,
h4,
.h4,
h3,
.h3,
h2,
.h2,
h1,
.h1 {
    margin-top: 0;
    margin-bottom: .5rem;
    font-weight: 400;
    line-height: 1.2;
}

h1,
.h1 {
    font-size: calc(1.375rem + 1.5vw)
}

@media(min-width: 1200px) {

    h1,
    .h1 {
        font-size: 2.5rem;
    }
}

h2,
.h2 {
    font-size: calc(1.325rem + 0.9vw);
    color: #046b83 !important;
}

@media(min-width: 1200px) {

    h2,
    .h2 {
        font-size: 28px;
        /* font-family: "Open Sans", sans-serif; */
        font-weight: 400;
        color: #046b83;
    }
}


@media(max-width: 1200px) {

    h2,
    .h2 {
        font-size: 21px !important;
    }
}

h3,
.h3 {
    font-size: calc(1.3rem + 0.6vw)
}

@media(min-width: 1200px) {

    h3,
    .h3 {
        font-size: 1.50rem
    }
}

h4,
.h4 {
    font-size: calc(1.275rem + 0.3vw)
}

@media(min-width: 1200px) {

    h4,
    .h4 {
        font-size: 1.5rem
    }
}

h6,
.h6 {
    font-size: 1rem
}

p {
    margin-top: 0;
    margin-bottom: 1rem
}

address {
    margin-bottom: 1rem;
    font-style: normal;
    line-height: inherit
}

ol,
ul {
    padding-left: 2rem
}

ol,
ul {
    margin-top: 0;
    margin-bottom: 1rem
}

ol ol,
ul ul,
ol ul,
ul ol {
    margin-bottom: 0
}

dt {
    font-weight: 700
}

b,
strong {
    font-weight: 600;
}

small,
.small {
    font-size: 0.875em
}

a {
    color: #000;
    text-decoration: underline;
}

a:hover {
    color: #bf9356;
}

a:not([href]):not([class]),
a:not([href]):not([class]):hover {
    color: inherit;
    text-decoration: none
}

code {
    font-family: var(--bs-font-monospace);
    font-size: 1em
}

code {
    font-size: 0.875em;
    color: var(--bs-code-color);
    word-wrap: break-word
}

a>code {
    color: inherit
}

figure {
    margin: 0 0 1rem
}

img,
svg {
    vertical-align: middle
}

table {
    caption-side: bottom;
    border-collapse: collapse
}

caption {
    padding-top: .5rem;
    padding-bottom: .5rem;
    color: #6c757d;
    text-align: left
}

th {
    text-align: inherit;
    text-align: -webkit-match-parent
}

thead,
tbody,
tfoot,
tr,
td,
th {
    border-color: inherit;
    border-style: solid;
    border-width: 0
}

label {
    display: inline-block
}

button {
    border-radius: 0
}

button:focus:not(:focus-visible) {
    outline: 0
}

input,
button,
select,
optgroup,
textarea {
    margin: 0;
    font-family: inherit;
    font-size: inherit;
    line-height: inherit
}

button,
select {
    text-transform: none
}

[role=button] {
    cursor: pointer
}

select {
    word-wrap: normal
}

select:disabled {
    opacity: 1
}

[list]:not([type=date]):not([type=datetime-local]):not([type=month]):not([type=week]):not([type=time])::-webkit-calendar-picker-indicator {
    display: none !important
}

button,
[type=button],
[type=reset],
[type=submit] {
    -webkit-appearance: button
}

button:not(:disabled),
[type=button]:not(:disabled),
[type=reset]:not(:disabled),
[type=submit]:not(:disabled) {
    cursor: pointer
}

::-moz-focus-inner {
    padding: 0;
    border-style: none
}

textarea {
    resize: vertical
}

fieldset {
    min-width: 0;
    padding: 0;
    margin: 0;
    border: 0
}

legend {
    float: left;
    width: 100%;
    padding: 0;
    margin-bottom: .5rem;
    font-size: calc(1.275rem + 0.3vw);
    line-height: inherit
}

@media(min-width: 1200px) {
    legend {
        font-size: 1.5rem
    }
}

legend+* {
    clear: left
}

::-webkit-datetime-edit-fields-wrapper,
::-webkit-datetime-edit-text,
::-webkit-datetime-edit-minute,
::-webkit-datetime-edit-hour-field,
::-webkit-datetime-edit-day-field,
::-webkit-datetime-edit-month-field,
::-webkit-datetime-edit-year-field {
    padding: 0
}

::-webkit-inner-spin-button {
    height: auto
}

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

::-webkit-color-swatch-wrapper {
    padding: 0
}

::file-selector-button {
    font: inherit;
    -webkit-appearance: button
}

iframe {
    border: 0
}

summary {
    display: list-item;
    cursor: pointer
}

progress {
    vertical-align: baseline
}

[hidden] {
    display: none !important
}

.img-fluid {
    max-width: 100%;
    height: auto
}

.figure {
    display: inline-block
}

.container,
.container-fluid,
.container-xl {
    --bs-gutter-x: 1.5rem;
    --bs-gutter-y: 0;
    width: 100%;
    padding-right: calc(var(--bs-gutter-x)*.5);
    padding-left: calc(var(--bs-gutter-x)*.5);
    margin-right: auto;
    margin-left: auto
}

@media(min-width: 576px) {
    .container {
        max-width: 540px
    }
}

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

@media(min-width: 992px) {
    .container {
        max-width: 960px
    }
}

@media(min-width: 1200px) {

    .container-xl,
    .container {
        max-width: 1140px
    }
}

@media(min-width: 1400px) {

    .container-xl,
    .container {
        max-width: 1320px
    }
}

.row {
    --bs-gutter-x: 1.5rem;
    --bs-gutter-y: 0;
    display: flex;
    flex-wrap: wrap;
    margin-top: calc(-1*var(--bs-gutter-y));
    margin-right: calc(-0.5*var(--bs-gutter-x));
    margin-left: calc(-0.5*var(--bs-gutter-x))
}

.row>* {
    flex-shrink: 0;
    width: 100%;
    max-width: 100%;
    padding-right: calc(var(--bs-gutter-x)*.5);
    padding-left: calc(var(--bs-gutter-x)*.5);
    margin-top: var(--bs-gutter-y)
}

.col {
    flex: 1 0 0%
}

.col-12 {
    flex: 0 0 auto;
    width: 100%
}

.gx-0 {
    --bs-gutter-x: 0
}

@media(min-width: 768px) {
    .col-md-4 {
        flex: 0 0 auto;
        width: 33.33333333%
    }

    .col-md-6 {
        flex: 0 0 auto;
        width: 50%
    }
}

@media(min-width: 992px) {
    .col-lg-4 {
        flex: 0 0 auto;
        width: 33.33333333%
    }

    .col-lg-6 {
        flex: 0 0 auto;
        width: 50%
    }

    .col-lg-8 {
        flex: 0 0 auto;
        width: 66.66666667%
    }

    .col-lg-12 {
        flex: 0 0 auto;
        width: 100%
    }
}

.form-control {
    display: block;
    width: 100%;
    padding: 10px;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    appearance: none;
    border-radius: .375rem;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out
}

@media(prefers-reduced-motion: reduce) {
    .form-control {
        transition: none
    }
}

.form-control[type=file] {
    overflow: hidden
}

.form-control[type=file]:not(:disabled):not([readonly]) {
    cursor: pointer
}

.form-control:focus {
    color: #212529;
    background-color: #fff;
    border-color: #ea8daf;
    outline: 0;
    box-shadow: 0 0 0 .25rem rgba(213, 27, 94, .25)
}

.form-control::-webkit-date-and-time-value {
    height: 1.5em
}

.form-control::placeholder {
    color: #6c757d;
    opacity: 1
}

.form-control:disabled {
    background-color: #e9ecef;
    opacity: 1
}

.form-control::file-selector-button {
    padding: .375rem .75rem;
    margin: -0.375rem -0.75rem;
    margin-inline-end: .75rem;
    color: #212529;
    background-color: #e9ecef;
    pointer-events: none;
    border-color: inherit;
    border-style: solid;
    border-width: 0;
    border-inline-end-width: 1px;
    border-radius: 0;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out
}

@media(prefers-reduced-motion: reduce) {
    .form-control::file-selector-button {
        transition: none
    }
}

.form-control:hover:not(:disabled):not([readonly])::file-selector-button {
    background-color: #dde0e3
}

textarea.form-control {
    min-height: calc(1.5em + 0.75rem + 2px)
}

.form-select {
    display: block;
    width: 100%;
    padding: .375rem 2.25rem .375rem .75rem;
    -moz-padding-start: calc(0.75rem - 3px);
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    background-color: #fff;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m2 5 6 6 6-6'/%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-position: right .75rem center;
    background-size: 16px 12px;
    border: 1px solid #ced4da;
    border-radius: .375rem;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    appearance: none
}

@media(prefers-reduced-motion: reduce) {
    .form-select {
        transition: none
    }
}

.form-select:focus {
    border-color: #ea8daf;
    outline: 0;
    box-shadow: 0 0 0 .25rem rgba(213, 27, 94, .25)
}

.form-select[multiple],
.form-select[size]:not([size="1"]) {
    padding-right: .75rem;
    background-image: none
}

.form-select:disabled {
    background-color: #e9ecef
}

.form-select:-moz-focusring {
    color: rgba(0, 0, 0, 0);
    text-shadow: 0 0 0 #212529
}

.form-floating {
    position: relative
}

.form-floating>.form-control,
.form-floating>.form-select {
    height: calc(3.5rem + 2px);
    line-height: 1.25
}

.form-floating>label {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding: 1rem .75rem;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    pointer-events: none;
    border: 1px solid rgba(0, 0, 0, 0);
    transform-origin: 0 0;
    transition: opacity .1s ease-in-out, transform .1s ease-in-out
}

@media(prefers-reduced-motion: reduce) {
    .form-floating>label {
        transition: none
    }
}

.form-floating>.form-control {
    padding: 1rem .75rem
}

.form-floating>.form-control::placeholder {
    color: rgba(0, 0, 0, 0)
}

.form-floating>.form-control:focus,
.form-floating>.form-control:not(:placeholder-shown) {
    padding-top: 1.625rem;
    padding-bottom: .625rem
}

.form-floating>.form-control:-webkit-autofill {
    padding-top: 1.625rem;
    padding-bottom: .625rem
}

.form-floating>.form-select {
    padding-top: 1.625rem;
    padding-bottom: .625rem
}

.form-floating>.form-control:focus~label,
.form-floating>.form-control:not(:placeholder-shown)~label,
.form-floating>.form-select~label {
    opacity: .65;
    transform: scale(0.85) translateY(-0.5rem) translateX(0.15rem)
}

.form-floating>.form-control:-webkit-autofill~label {
    opacity: .65;
    transform: scale(0.85) translateY(-0.5rem) translateX(0.15rem)
}

.input-group {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
    width: 100%
}

.input-group>.form-control,
.input-group>.form-select,
.input-group>.form-floating {
    position: relative;
    flex: 1 1 auto;
    width: 1%;
    min-width: 0
}

.input-group>.form-control:focus,
.input-group>.form-select:focus,
.input-group>.form-floating:focus-within {
    z-index: 3
}

.input-group .btn {
    position: relative;
    z-index: 2
}

.input-group .btn:focus {
    z-index: 3
}

.input-group-text {
    display: flex;
    align-items: center;
    padding: .375rem .75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    text-align: center;
    white-space: nowrap;
    background-color: #e9ecef;
    border: 1px solid #ced4da;
    border-radius: .375rem
}

.input-group:not(.has-validation)>:not(:last-child):not(.dropdown-toggle):not(.dropdown-menu):not(.form-floating),
.input-group:not(.has-validation)>.dropdown-toggle:nth-last-child(n+3),
.input-group:not(.has-validation)>.form-floating:not(:last-child)>.form-control,
.input-group:not(.has-validation)>.form-floating:not(:last-child)>.form-select {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0
}

.input-group>:not(:first-child):not(.dropdown-menu):not(.form-floating):not(.valid-tooltip):not(.valid-feedback):not(.invalid-tooltip):not(.invalid-feedback),
.input-group>.form-floating:not(:first-child)>.form-control,
.input-group>.form-floating:not(:first-child)>.form-select {
    margin-left: -1px;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0
}

.btn {
    --bs-btn-padding-x: 0.75rem;
    --bs-btn-padding-y: 0.375rem;
    --bs-btn-font-family: ;
    --bs-btn-font-size: 1rem;
    --bs-btn-font-weight: 400;
    --bs-btn-line-height: 1.5;
    --bs-btn-color: #212529;
    --bs-btn-bg: transparent;
    --bs-btn-border-width: 1px;
    --bs-btn-border-color: transparent;
    --bs-btn-border-radius: 0.375rem;
    --bs-btn-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075);
    --bs-btn-disabled-opacity: 0.65;
    --bs-btn-focus-box-shadow: 0 0 0 0.25rem rgba(var(--bs-btn-focus-shadow-rgb), .5);
    display: inline-block;
    padding: var(--bs-btn-padding-y) var(--bs-btn-padding-x);
    font-family: var(--bs-btn-font-family);
    font-size: var(--bs-btn-font-size);
    font-weight: var(--bs-btn-font-weight);
    line-height: var(--bs-btn-line-height);
    color: var(--bs-btn-color);
    text-align: center;
    text-decoration: none;
    vertical-align: middle;
    cursor: pointer;
    user-select: none;
    border: var(--bs-btn-border-width) solid var(--bs-btn-border-color);
    border-radius: var(--bs-btn-border-radius);
    background-color: var(--bs-btn-bg);
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out
}

@media(prefers-reduced-motion: reduce) {
    .btn {
        transition: none
    }
}

.btn:hover {
    color: var(--bs-btn-hover-color);
    background-color: var(--bs-btn-hover-bg);
    border-color: var(--bs-btn-hover-border-color)
}

.btn:focus {
    color: var(--bs-btn-hover-color);
    background-color: var(--bs-btn-hover-bg);
    border-color: var(--bs-btn-hover-border-color);
    outline: 0;
    box-shadow: var(--bs-btn-focus-box-shadow)
}

.btn:active,
.btn.active,
.btn.show {
    color: var(--bs-btn-active-color);
    background-color: var(--bs-btn-active-bg);
    border-color: var(--bs-btn-active-border-color)
}

.btn:active:focus,
.btn.active:focus,
.btn.show:focus {
    box-shadow: var(--bs-btn-focus-box-shadow)
}

.btn:disabled,
.btn.disabled,
fieldset:disabled .btn {
    color: var(--bs-btn-disabled-color);
    pointer-events: none;
    background-color: var(--bs-btn-disabled-bg);
    border-color: var(--bs-btn-disabled-border-color);
    opacity: var(--bs-btn-disabled-opacity)
}

.btn-primary {
    --bs-btn-color: #fff;
    --bs-btn-bg: #5a4221;
    --bs-btn-border-color: #5a4221;
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: #5a4221;
    --bs-btn-hover-border-color: #5a4221;
    --bs-btn-focus-shadow-rgb: 219, 61, 118;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: #5a4221;
    --bs-btn-active-border-color: #5a4221;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #fff;
    --bs-btn-disabled-bg: #5a4221;
    --bs-btn-disabled-border-color: #5a4221;
}

.btn-warning {
    --bs-btn-color: #000;
    --bs-btn-bg: #ffc107;
    --bs-btn-border-color: #ffc107;
    --bs-btn-hover-color: #000;
    --bs-btn-hover-bg: #ffca2c;
    --bs-btn-hover-border-color: #ffc720;
    --bs-btn-focus-shadow-rgb: 217, 164, 6;
    --bs-btn-active-color: #000;
    --bs-btn-active-bg: #ffcd39;
    --bs-btn-active-border-color: #ffc720;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #000;
    --bs-btn-disabled-bg: #ffc107;
    --bs-btn-disabled-border-color: #ffc107
}

.btn-outline-primary {
    --bs-btn-color: #5a4221;
    --bs-btn-border-color: #5a4221;
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: #5a4221;
    --bs-btn-hover-border-color: #5a4221;
    --bs-btn-focus-shadow-rgb: 213, 27, 94;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: #5a4221;
    --bs-btn-active-border-color: #5a4221;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #5a4221;
    --bs-btn-disabled-bg: transparent;
    --bs-btn-disabled-border-color: #5a4221;
    --bs-gradient: none
}

.btn-lg {
    --bs-btn-padding-y: 0.5rem;
    --bs-btn-padding-x: 1rem;
    --bs-btn-font-size: 1.25rem;
    --bs-btn-border-radius: 0.5rem
}

.fade {
    transition: opacity .15s linear
}

@media(prefers-reduced-motion: reduce) {
    .fade {
        transition: none
    }
}

.fade:not(.show) {
    opacity: 0
}

.collapse:not(.show) {
    display: none
}

.collapsing {
    height: 0;
    overflow: hidden;
    transition: height .35s ease
}

@media(prefers-reduced-motion: reduce) {
    .collapsing {
        transition: none
    }
}

.collapsing.collapse-horizontal {
    width: 0;
    height: auto;
    transition: width .35s ease
}

@media(prefers-reduced-motion: reduce) {
    .collapsing.collapse-horizontal {
        transition: none
    }
}

.dropdown {
    position: relative
}

.dropdown-toggle {
    white-space: nowrap
}

.dropdown-toggle::after {
    display: inline-block;
    margin-left: .255em;
    vertical-align: .255em;
    content: "";
    border-top: .3em solid;
    border-right: .3em solid rgba(0, 0, 0, 0);
    border-bottom: 0;
    border-left: .3em solid rgba(0, 0, 0, 0)
}

.dropdown-toggle:empty::after {
    margin-left: 0
}

.dropdown-menu {
    --bs-dropdown-min-width: 10rem;
    --bs-dropdown-padding-x: 0;
    --bs-dropdown-padding-y: 0.5rem;
    --bs-dropdown-spacer: 0.125rem;
    --bs-dropdown-font-size: 1rem;
    --bs-dropdown-color: #212529;
    --bs-dropdown-bg: #fff;
    --bs-dropdown-border-color: var(--bs-border-color-translucent);
    --bs-dropdown-border-radius: 0.375rem;
    --bs-dropdown-border-width: 1px;
    --bs-dropdown-inner-border-radius: calc(0.375rem - 1px);
    --bs-dropdown-divider-bg: var(--bs-border-color-translucent);
    --bs-dropdown-divider-margin-y: 0.5rem;
    --bs-dropdown-box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
    --bs-dropdown-link-color: #212529;
    --bs-dropdown-link-hover-color: #1e2125;
    --bs-dropdown-link-hover-bg: #e9ecef;
    --bs-dropdown-link-active-color: #fff;
    --bs-dropdown-link-active-bg: #d51b5e;
    --bs-dropdown-link-disabled-color: #adb5bd;
    --bs-dropdown-item-padding-x: 1rem;
    --bs-dropdown-item-padding-y: 0.25rem;
    --bs-dropdown-header-color: #6c757d;
    --bs-dropdown-header-padding-x: 1rem;
    --bs-dropdown-header-padding-y: 0.5rem;
    position: absolute;
    z-index: 1000;
    display: none;
    min-width: var(--bs-dropdown-min-width);
    padding: var(--bs-dropdown-padding-y) var(--bs-dropdown-padding-x);
    margin: 0;
    font-size: var(--bs-dropdown-font-size);
    color: var(--bs-dropdown-color);
    text-align: left;
    list-style: none;
    background-color: var(--bs-dropdown-bg);
    background-clip: padding-box;
    border: var(--bs-dropdown-border-width) solid var(--bs-dropdown-border-color);
    border-radius: var(--bs-dropdown-border-radius)
}

.dropdown-menu.show {
    display: block
}

.nav {
    --bs-nav-link-padding-x: 1rem;
    --bs-nav-link-padding-y: 0.5rem;
    --bs-nav-link-font-weight: ;
    --bs-nav-link-color: var(--bs-link-color);
    --bs-nav-link-hover-color: var(--bs-link-hover-color);
    --bs-nav-link-disabled-color: #6c757d;
    display: flex;
    flex-wrap: wrap;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none
}

.nav-link {
    display: block;
    padding: var(--bs-nav-link-padding-y) var(--bs-nav-link-padding-x);
    font-size: 18px;
    font-weight: var(--bs-nav-link-font-weight);
    color: var(--bs-nav-link-color);
    text-decoration: none;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out
}

@media(prefers-reduced-motion: reduce) {
    .nav-link {
        transition: none
    }
}

.nav-link:hover,
.nav-link:focus {
    color: var(--bs-nav-link-hover-color)
}

.nav-link.disabled {
    color: var(--bs-nav-link-disabled-color);
    pointer-events: none;
    cursor: default
}

.nav-tabs {
    --bs-nav-tabs-border-width: 1px;
    --bs-nav-tabs-border-color: #dee2e6;
    --bs-nav-tabs-border-radius: 0.375rem;
    --bs-nav-tabs-link-hover-border-color: #e9ecef #e9ecef #dee2e6;
    --bs-nav-tabs-link-active-color: #495057;
    --bs-nav-tabs-link-active-bg: #fff;
    --bs-nav-tabs-link-active-border-color: #dee2e6 #dee2e6 #fff;
    border-bottom: var(--bs-nav-tabs-border-width) solid var(--bs-nav-tabs-border-color)
}

.nav-tabs .nav-link {
    margin-bottom: calc(var(--bs-nav-tabs-border-width)*-1);
    background: none;
    border: var(--bs-nav-tabs-border-width) solid rgba(0, 0, 0, 0);
    border-top-left-radius: var(--bs-nav-tabs-border-radius);
    border-top-right-radius: var(--bs-nav-tabs-border-radius)
}

.nav-tabs .nav-link:hover,
.nav-tabs .nav-link:focus {
    isolation: isolate;
    border-color: var(--bs-nav-tabs-link-hover-border-color)
}

.nav-tabs .nav-link.disabled,
.nav-tabs .nav-link:disabled {
    color: var(--bs-nav-link-disabled-color);
    background-color: rgba(0, 0, 0, 0);
    border-color: rgba(0, 0, 0, 0)
}

.nav-tabs .nav-link.active,
.nav-tabs .nav-item.show .nav-link {
    color: #ffffff !important;
    background-color: #5a4221;
    border-color: var(--bs-nav-tabs-link-active-border-color)
}

.nav-tabs .dropdown-menu {
    margin-top: calc(var(--bs-nav-tabs-border-width)*-1);
    border-top-left-radius: 0;
    border-top-right-radius: 0
}

.tab-content>.tab-pane {
    display: none
}

.tab-content>.active {
    display: block
}

.navbar {
    --bs-navbar-padding-x: 0;
    --bs-navbar-padding-y: 0.5rem;
    --bs-navbar-color: rgba(0, 0, 0, 0.55);
    --bs-navbar-hover-color: rgba(0, 0, 0, 0.7);
    --bs-navbar-disabled-color: rgba(0, 0, 0, 0.3);
    --bs-navbar-active-color: rgba(0, 0, 0, 0.9);
    --bs-navbar-brand-padding-y: 0.3125rem;
    --bs-navbar-brand-margin-end: 1rem;
    --bs-navbar-brand-font-size: 1.25rem;
    --bs-navbar-brand-color: rgba(0, 0, 0, 0.9);
    --bs-navbar-brand-hover-color: rgba(0, 0, 0, 0.9);
    --bs-navbar-nav-link-padding-x: 0.5rem;
    --bs-navbar-toggler-padding-y: 0.25rem;
    --bs-navbar-toggler-padding-x: 0.75rem;
    --bs-navbar-toggler-font-size: 1.25rem;
    --bs-navbar-toggler-icon-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%280, 0, 0, 0.55%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
    --bs-navbar-toggler-border-color: rgba(0, 0, 0, 0.1);
    --bs-navbar-toggler-border-radius: 0.375rem;
    --bs-navbar-toggler-focus-width: 0.25rem;
    --bs-navbar-toggler-transition: box-shadow 0.15s ease-in-out;
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    padding: var(--bs-navbar-padding-y) var(--bs-navbar-padding-x)
}

.navbar>.container,
.navbar>.container-fluid,
.navbar>.container-xl {
    display: flex;
    flex-wrap: inherit;
    align-items: center;
    justify-content: space-between
}

@media(max-width: 990px) {

    .navbar>.container,
    .navbar>.container-fluid,
    .navbar>.container-xl {
        display: unset;
    }

    /* .navbar-collapse{
    height: 100vh;
} */
}

@media (min-width: 990px) and (max-width: 1024px) {
    .call-icon {
        display: none !important;
    }
}

@media (min-width: 468px) and (max-width: 770px) {
    .mobile.call-icon-right {
        display: block !important;
        position: absolute;
        right: 100px;
    }
}

@media (min-width: 1024px) and (max-width: 1232px) {
    .call-icon {
        display: none !important;
    }

    .mobile.call-icon-right {
        display: block !important;
        position: absolute;
        right: 60px;
    }
}

.navbar-brand {
    padding-top: var(--bs-navbar-brand-padding-y);
    padding-bottom: var(--bs-navbar-brand-padding-y);
    margin-right: var(--bs-navbar-brand-margin-end);
    font-size: var(--bs-navbar-brand-font-size);
    color: var(--bs-navbar-brand-color);
    text-decoration: none;
    white-space: nowrap
}

.navbar-brand:hover,
.navbar-brand:focus {
    color: var(--bs-navbar-brand-hover-color)
}

.navbar-nav {
    --bs-nav-link-padding-x: 0;
    --bs-nav-link-padding-y: 0.5rem;
    --bs-nav-link-font-weight: ;
    --bs-nav-link-color: var(--bs-navbar-color);
    --bs-nav-link-hover-color: var(--bs-navbar-hover-color);
    --bs-nav-link-disabled-color: var(--bs-navbar-disabled-color);
    display: flex;
    flex-direction: column;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none
}

.navbar-nav .show>.nav-link,
.navbar-nav .nav-link.active {
    color: var(--bs-navbar-active-color)
}

.navbar-nav .dropdown-menu {
    position: static
}

.navbar-collapse {
    flex-basis: 100%;
    flex-grow: 1;
    align-items: center
}

.navbar-toggler {
    padding: var(--bs-navbar-toggler-padding-y) var(--bs-navbar-toggler-padding-x);
    font-size: var(--bs-navbar-toggler-font-size);
    line-height: 1;
    color: var(--bs-navbar-color);
    background-color: rgba(0, 0, 0, 0);
    border: var(--bs-border-width) solid var(--bs-navbar-toggler-border-color);
    border-radius: var(--bs-navbar-toggler-border-radius);
    transition: var(--bs-navbar-toggler-transition)
}

@media(prefers-reduced-motion: reduce) {
    .navbar-toggler {
        transition: none
    }
}

.navbar-toggler:hover {
    text-decoration: none
}

.navbar-toggler:focus {
    text-decoration: none;
    outline: 0;
    box-shadow: 0 0 0 var(--bs-navbar-toggler-focus-width);
}

.navbar-toggler-icon {
    display: inline-block;
    width: 1em;
    height: 1em;
    vertical-align: middle;
    background-image: url('../images/menu.png');
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100%;
}

@media(min-width: 992px) {
    .navbar-expand-lg {
        flex-wrap: nowrap;
        justify-content: flex-start
    }

    .navbar-expand-lg .navbar-nav {
        flex-direction: row
    }

    .navbar-expand-lg .navbar-nav .dropdown-menu {
        position: absolute
    }

    .navbar-expand-lg .navbar-nav .nav-link {
        padding-right: 15px;
        padding-left: 15px;
        color: #000;
        font-weight: 400;
    }

    .navbar-expand-lg .navbar-collapse {
        display: flex !important;
        flex-basis: auto
    }

    .navbar-expand-lg .navbar-toggler {
        display: none
    }
}

.navbar-dark {
    --bs-navbar-color: rgba(255, 255, 255, 0.55);
    --bs-navbar-hover-color: rgba(255, 255, 255, 0.75);
    --bs-navbar-disabled-color: rgba(255, 255, 255, 0.25);
    --bs-navbar-active-color: #fff;
    --bs-navbar-brand-color: #fff;
    --bs-navbar-brand-hover-color: #fff;
    --bs-navbar-toggler-border-color: rgba(255, 255, 255, 0.1);
    --bs-navbar-toggler-icon-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 0.55%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e")
}

.btn-close {
    box-sizing: content-box;
    width: 1em;
    height: 1em;
    padding: .25em .25em;
    color: #000;
    background: rgba(0, 0, 0, 0) url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000'%3e%3cpath d='M.293.293a1 1 0 0 1 1.414 0L8 6.586 14.293.293a1 1 0 1 1 1.414 1.414L9.414 8l6.293 6.293a1 1 0 0 1-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 0 1-1.414-1.414L6.586 8 .293 1.707a1 1 0 0 1 0-1.414z'/%3e%3c/svg%3e") center/1em auto no-repeat;
    border: 0;
    border-radius: .375rem;
    opacity: .5
}

.btn-close:hover {
    color: #000;
    text-decoration: none;
    opacity: .75
}

.btn-close:focus {
    outline: 0;
    box-shadow: 0 0 0 .25rem rgba(213, 27, 94, .25);
    opacity: 1
}

.btn-close:disabled,
.btn-close.disabled {
    pointer-events: none;
    user-select: none;
    opacity: .25
}

.modal {
    --bs-modal-zindex: 1055;
    --bs-modal-width: 500px;
    --bs-modal-padding: 1rem;
    --bs-modal-margin: 0.5rem;
    --bs-modal-color: ;
    --bs-modal-bg: #fff;
    --bs-modal-border-color: var(--bs-border-color-translucent);
    --bs-modal-border-width: 1px;
    --bs-modal-border-radius: 0.5rem;
    --bs-modal-box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
    --bs-modal-inner-border-radius: calc(0.5rem - 1px);
    --bs-modal-header-padding-x: 1rem;
    --bs-modal-header-padding-y: 1rem;
    --bs-modal-header-padding: 1rem 1rem;
    --bs-modal-header-border-color: var(--bs-border-color);
    --bs-modal-header-border-width: 1px;
    --bs-modal-title-line-height: 1.5;
    --bs-modal-footer-gap: 0.5rem;
    --bs-modal-footer-bg: ;
    --bs-modal-footer-border-color: var(--bs-border-color);
    --bs-modal-footer-border-width: 1px;
    position: fixed;
    top: 0;
    left: 0;
    z-index: var(--bs-modal-zindex);
    display: none;
    width: 100%;
    height: 100%;
    overflow-x: hidden;
    overflow-y: auto;
    outline: 0
}

.modal-dialog {
    position: relative;
    width: auto;
    margin: var(--bs-modal-margin);
    pointer-events: none
}

.modal.fade .modal-dialog {
    transition: transform .3s ease-out;
    transform: translate(0, -50px)
}

@media(prefers-reduced-motion: reduce) {
    .modal.fade .modal-dialog {
        transition: none
    }
}

.modal.show .modal-dialog {
    transform: none
}

.modal.modal-static .modal-dialog {
    transform: scale(1.02)
}

.modal-dialog-centered {
    display: flex;
    align-items: center;
    min-height: calc(100% - var(--bs-modal-margin)*2)
}

.modal-content {
    position: relative;
    display: flex;
    flex-direction: column;
    width: 100%;
    color: var(--bs-modal-color);
    pointer-events: auto;
    background-color: var(--bs-modal-bg);
    background-clip: padding-box;
    border: var(--bs-modal-border-width) solid var(--bs-modal-border-color);
    border-radius: var(--bs-modal-border-radius);
    outline: 0
}

.modal-backdrop {
    --bs-backdrop-zindex: 1050;
    --bs-backdrop-bg: #000;
    --bs-backdrop-opacity: 0.5;
    position: fixed;
    top: 0;
    left: 0;
    z-index: var(--bs-backdrop-zindex);
    width: 100vw;
    height: 100vh;
    background-color: var(--bs-backdrop-bg)
}

.modal-backdrop.fade {
    opacity: 0
}

.modal-backdrop.show {
    opacity: var(--bs-backdrop-opacity)
}

.modal-header {
    display: flex;
    flex-shrink: 0;
    align-items: center;
    justify-content: space-between;
    padding: var(--bs-modal-header-padding);
    border-bottom: var(--bs-modal-header-border-width) solid var(--bs-modal-header-border-color);
    border-top-left-radius: var(--bs-modal-inner-border-radius);
    border-top-right-radius: var(--bs-modal-inner-border-radius)
}

.modal-header .btn-close {
    padding: calc(var(--bs-modal-header-padding-y)*.5) calc(var(--bs-modal-header-padding-x)*.5);
    margin: calc(var(--bs-modal-header-padding-y)*-0.5) calc(var(--bs-modal-header-padding-x)*-0.5) calc(var(--bs-modal-header-padding-y)*-0.5) auto
}

.modal-body {
    position: relative;
    flex: 1 1 auto;
    padding: var(--bs-modal-padding)
}

@media(min-width: 576px) {
    .modal {
        --bs-modal-margin: 1.75rem;
        --bs-modal-box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15)
    }

    .modal-dialog {
        max-width: var(--bs-modal-width);
        margin-right: auto;
        margin-left: auto
    }
}

@media(max-width: 575.98px) {
    .modal-fullscreen-sm-down {
        width: 100vw;
        max-width: none;
        height: 100%;
        margin: 0
    }

    .modal-fullscreen-sm-down .modal-content {
        height: 100%;
        border: 0;
        border-radius: 0
    }

    .modal-fullscreen-sm-down .modal-header {
        border-radius: 0
    }

    .modal-fullscreen-sm-down .modal-body {
        overflow-y: auto
    }
}

.fixed-top {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1030;
}

.fixed-bottom {
    position: fixed;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1030
}

.sticky-top {
    position: sticky;
    top: 0;
    z-index: 1020
}

.stretched-link::after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1;
    content: ""
}

.d-grid {
    display: grid !important
}

.shadow {
    box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .15) !important
}

.border {
    border: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important
}

.w-100 {
    width: 100% !important
}

.justify-content-center {
    justify-content: center !important
}

.mt-3 {
    margin-top: 1rem !important
}

.mb-4 {
    margin-bottom: 1.5rem !important
}

.ms-auto {
    margin-left: auto !important
}

.text-center {
    text-align: center !important
}

.bg-primary {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-primary-rgb), var(--bs-bg-opacity)) !important
}

.visible {
    visibility: visible !important
}

@media(min-width: 576px) {
    .text-sm-center {
        text-align: center !important
    }
}

@media(min-width: 992px) {
    .justify-content-lg-center {
        justify-content: center !important
    }
}

.navbar-dark {
    --bs-navbar-padding-y: 0.2rem
}

.navbar-dark.bg-primary {
    padding: 15px 0px;
    background-color: #ffffff !important;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}

.navbar-dark .navbar-toggler {
    border: none;
    padding: 0
}

.navbar-dark .navbar-toggler:focus {
    box-shadow: none
}

.navbar-dark .nav-link {
    padding-top: .8rem;
    padding-bottom: 1rem
}

.navbar-dark .nav-link.active {
    color: #d51b5e;
    position: relative
}

.navbar-dark .nav-link.active::before {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 4px;
    background-color: #d51b5e;
    content: "";
    border-radius: .5rem .5rem 0 0
}

.navbar-brand {
    padding-top: 0;
    padding-bottom: 0;
    font-size: 2.5rem;
    line-height: 1;
    font-weight: 900;
    margin-left: 210px;
}

@media(max-width: 575px) {
    .navbar-brand {
        margin-right: 0
    }
}

@media(min-width: 992px) {
    .navbar>.container-xl {
        justify-content: center;
        max-width: 1650px;
    }
}

.nav {
    flex-wrap: nowrap
}

@media(max-width: 575px) {
    .nav {
        margin-top: .7rem
    }
}

.nav .nav-link {
    font-weight: 700;
    font-size: 1.1rem
}

@media(max-width: 575px) {
    .nav .nav-link {
        padding-left: .5rem;
        padding-right: .5rem;
        font-size: 4vw
    }
}

p {
    font-size: 1.1rem;
    margin-bottom: 5px;
}

@media(max-width: 767px) {
    p {
        font-size: 14px;
    }
}

.banner {
    position: relative;
    width: 100%;
    height: 100vh;
    overflow: hidden;
    z-index: 0;
}

.banner__inr {
    position: relative;
    z-index: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
}


.banner__inr video {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.banner__inr::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.6));
    z-index: 1;
    pointer-events: none;
}


.banner__inr picture {
    display: block;
    position: relative;
    margin-left: 0;
    margin-right: 0
}

@media(min-width: 992px) {
    .banner__inr picture {
        height: 810px
    }
}

.banner__inr picture img {
    object-fit: cover;
    object-position: center;
    height: 100%
}

.banner .tcontent {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    z-index: 2
}

.banner .tcontent__inner {
    position: relative;
    z-index: 3;
    color: #fff;
}

.banner .tcontent__inner h1,
.banner .tcontent__inner .h1 {
    font-size: 51px;
}

.banner .tcontent__inner h1 span,
.banner .tcontent__inner .h1 span {
    display: block;
    font-size: 4vw
}

@media(max-width: 575px) {

    .banner .tcontent__inner h1,
    .banner .tcontent__inner .h1 {
        font-size: 12vw
    }
}

.banner .tcontent__inner .h2 {
    margin-bottom: 21px;
    font-size: 26px;
    color: #ffffff !important;
}

@media(max-width: 575px) {
    .banner .tcontent__inner .h2 {
        font-size: 16px !important;
        margin-bottom: 10px;
        color: #ffffff !important;
    }
}

.banner .tcontent__inner .custom-btn {
    background-color: #fff;
    border-radius: 2rem;
    color: #000;
    text-transform: uppercase;
    padding: .7rem 4.5rem .7rem 1.3rem;
    font-size: 1.5rem
}

.banner .tcontent__inner .custom-btn .circle-arrow {
    position: absolute;
    right: .45rem;
    top: .3rem;
    width: 3rem;
    height: calc(100% - .6rem);
    border-radius: 2rem;
    background-color: #000;
    padding: .5rem;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center
}

.banner .tcontent__inner .custom-btn .circle-arrow svg {
    font-size: 2rem
}

@media(max-width: 991px) {
    .banner .tcontent__inner .custom-btn {
        display: none !important
    }
}

.top-info {
    background-color: #5a422133;
    display: none;
}

.top-info__inner {
    background-color: #5a4221;
    display: flex;
    justify-content: space-between;
    border-radius: 20px;
    padding: 1px;
    align-items: center;
    z-index: 2;
    position: relative;
    margin-top: -5rem;
}

.about-section .ameni-right__inner p {
    margin-bottom: 15px;
    color: #ffffff;
    font-weight: 300;
}

@media(max-width: 767px) {
    .top-info__inner {
        flex-wrap: wrap
    }
}

.top-info__inner figure {
    padding: 1.5rem;
    flex: 0 0 20%;
    text-align: center
}

@media(max-width: 991px) {
    .top-info__inner figure {
        padding: 1rem
    }
}

@media(max-width: 767px) {
    .top-info__inner figure {
        flex-basis: 100%
    }
}

.top-info__inner .lists {
    flex: 1;
    background-color: #fff;
    border-radius: 20px;
    display: flex;
    justify-content: center;
    padding: 1rem
}

@media(max-width: 575px) {
    .top-info__inner .lists {
        flex-wrap: wrap
    }
}

.top-info__inner .lists__items {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    padding: 1rem;
    font-size: 1.8rem;
    font-weight: 700;
    min-width: 33.3%
}

.top-info__inner .lists__items:not(:last-child) {
    border-right: 1px solid rgba(33, 37, 41, .4)
}

@media(max-width: 575px) {
    .top-info__inner .lists__items:not(:last-child) {
        border-right: none;
        border-bottom: 1px solid rgba(33, 37, 41, .4)
    }
}

@media(max-width: 575px) {
    .top-info__inner .lists__items {
        flex-wrap: wrap;
        width: 100%
    }
}

.top-info__inner .lists__items span {
    display: block;
    font-size: 1rem;
    font-weight: normal
}

@media(max-width: 991px) {
    .top-info__inner .lists__items {
        font-size: 1.2rem
    }
}

.overview {
    padding: 80px 0px;
}

@media(min-width: 992px) {
    .overview {
        padding: 40px 0px;
    }
}

.overview .heading {
    /* font-family: "Poppins"; */
    font-size: 23px;
    text-align: center;
    font-weight: 500;
    color: #046b83 !important;
}

@media(max-width: 767px) {
    .overview .heading {
        font-size: 22px;
        line-height: 25px;
    }
}

.overview .sp_itms {
    display: flex;
    flex-wrap: wrap;
    gap: 1rem;
    padding: 1.5rem 0;
    margin-bottom: 3rem
}

.overview .sp_itms .sp_list {
    flex: 1 1 calc(50% - 1rem);
    font-size: 5.5vw;
    text-align: center;
    font-weight: 700;
    line-height: 1;
    position: relative;
    text-transform: capitalize;
    padding: 1.5rem;
    border: 1px solid rgba(73, 80, 87, .3)
}

@media(min-width: 768px) {
    .overview .sp_itms .sp_list {
        border: none;
        flex: 1 1 calc(25% - 1rem);
        padding: .5rem
    }
}


@media(min-width: 768px) {
    .overview .sp_itms .sp_list:not(:last-child)::after {
        position: absolute;
        width: 1px;
        height: 5rem;
        content: "";
        background-color: #495057;
        right: 0;
        top: 0;
        transform: rotate(20deg)
    }
}

@media(min-width: 768px)and (max-width: 767px) {
    .overview .sp_itms .sp_list:not(:last-child)::after {
        content: none
    }
}

.overview__bg {
    position: relative;
}

.overview__bg .bgimg {
    border-radius: 1.5rem;
    max-height: 600px;
    object-fit: cover;
    object-position: top;
    width: 100%;
}

.overview__bg .logo-circle {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: "";
    display: flex;
    justify-content: center
}

.overview__bg .logo-circle__img {
    position: relative;
    animation: spin 8s linear infinite
}

.overview__bg .videos {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: "";
    display: flex;
    justify-content: center;
    align-items: center
}

.overview__bg .videos a {
    background-color: #5a4221;
    padding: 1rem;
    border-radius: 100%;
    position: relative;
    width: 3rem;
    height: 3rem;
    z-index: 2;
    display: flex;
    justify-content: center;
    align-items: center
}

/* .overview__bg .videos a::before {
    border-radius: 100%;
    position: absolute;
    content: "";
    background-color: #5a4221;
    width: calc(100% + 2rem);
    height: calc(100% + 2rem);
    top: -1rem;
    left: -1rem;
    z-index: -1
} */

.overview__bg .videos a svg {
    color: #fff;
    font-size: 2rem
}

.overview-second {
    position: relative;
    z-index: 3;
    margin-top: -10rem;
    background-color: #ffffff;
    padding: 2rem;
    border-radius: 10px;
}

@media(max-width: 991px) {
    .overview-second {
        margin-top: 0;
        padding: 1rem;
    }
}

.overview-second h2,
.overview-second .h2 {
    font-size: 28px;
    margin-bottom: 20px;
}

@media(max-width: 767px) {

    .overview-second h2,
    .overview-second .h2 {
        font-size: 23px;
    }
}

@keyframes spin {
    100% {
        transform: rotate(360deg);
    }
}

.awards {
    padding: 2rem 0 0;
}

@media(min-width: 992px) {
    .awards {
        padding: 0;
    }
}

.awards .container-xl {
    position: relative;
    z-index: 2
}

.awards__inner {
    background-color: #5a4221;
    padding: 2.5rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
    min-height: 100%;
    color: #fff
}

.awards .awards-image img {
    /* height: 530px; */
    height: auto;
    border-radius: 0 1rem 1rem 0;
}

@media(max-width: 768px) {
    .awards .awards-image img {
        height: auto;
        border-radius: 0 0 1rem 1rem;
    }

    .awards-image .thumbnail_container {
        padding-bottom: 113%
    }

    .price_sec {
        margin-top: 0rem !important;
    }
}

@media(max-width: 468px) {
    .price_slider .swiper-slide {
        /*margin-right: 35px !important;*/
    }
}

.awards .awards__inner {
    background-color: #daa520;
}

@media(min-width: 768px) {
    .awards__inner {
        border-radius: 1rem 0 0 1rem;
    }
}

@media(max-width: 767px) {
    .awards__inner {
        padding: 1rem;
    }
}

.awards__inner ul {
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between
}

.awards__inner ul li {
    padding: .4rem .5rem .4rem 2rem;
    background-color: rgba(255, 255, 255, .2);
    margin-bottom: .5rem;
    min-width: 43.5%;
    border-radius: .5rem
}

.awards__inner ul li svg {
    margin-left: -1.5rem;
    float: left;
    margin-top: .3rem
}

.awards figure {
    display: flex;
    min-height: 100%
}

.awards figure img {
    min-height: 100%;
    object-fit: cover;
    object-position: center;
    border-bottom-right-radius: 1rem
}

/* @media(min-width: 768px) {
    .awards figure img {
        border-top-right-radius: 1rem;
        max-width: 75%;
    }
} */

.awards .moreimg {
    position: relative;
    padding: .5rem 1rem;
    z-index: 2;
    text-align: right;
    margin-top: -3.7rem
}

.price_sec {
    position: relative;
    background-color: #046b83 !important;
    margin-top: 6rem;
    padding-bottom: 3rem
}

@media(min-width: 992px) {
    .price_sec {
        margin-top: 12rem
    }
}

.price_sec .h1 {
    text-align: center;
    font-size: 28px;
    margin-bottom: 2rem;
    color: #fff;
    /* font-family: "Open Sans", sans-serif; */
}

@media(max-width: 767px) {
    .price_sec .h1 {
        font-size: 29px;
    }
}

.price_sec .h1 small,
.price_sec .h1 .small {
    display: block;
    font-size: 1.3rem;
    color: #ffffff;
}

.price_sec .price_inner {
    border: 1px solid rgba(22, 22, 22, .3);
    background-color: #fff;
    position: relative;
    text-align: center;
    padding: 2rem;
    margin-bottom: 2rem;
    font-size: .85rem;
    border-radius: .5rem
}

.price_sec .price_inner::after {
    content: "";
    border-bottom: 45px solid #5a4221;
    border-top: 45px solid rgba(0, 0, 0, 0);
    border-left: 45px solid rgba(0, 0, 0, 0);
    position: absolute;
    bottom: 0;
    right: 0;
    transition: all .5s ease 0
}

.price_sec .price_inner .rc_one {
    border-bottom: 1px solid rgba(213, 27, 94, .15);
    line-height: 170%;
    padding-top: .9rem;
    padding-bottom: .9rem;
    text-transform: uppercase;
    font-size: .8rem;
    color: rgba(33, 37, 41, .7)
}

.price_sec .price_inner .rc_one span {
    display: block;
    font-size: 1.1rem;
    font-weight: 500;
    text-transform: none;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.price_sec .price_inner .rc_one i {
    font-size: 1rem
}

.price_sec .price_inner .rc_one img {
    height: 20px
}

.price_sec .price_inner .rc_one.price {
    color: #161616
}

.price_sec .price_inner .rc_one.price span {
    font-size: 1.3rem;
    font-weight: 600
}

.price_sec .price_inner .knowmore {
    margin-top: 1rem
}

.price_sec .custom-svg {
    position: absolute;
    top: -296px;
}

.ameni-section {
    padding: 80px 0px;
}

/* @media(min-width: 992px) {
    .ameni-section {
        padding: 80px 0;
    }
} */

.ameni-section .ameni-right {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    min-height: 100%
}

@media(min-width: 992px) {

    .ameni-section .ameni-right__inner,
    .about-section .ameni-right__inner {
        padding: 0px 0px 10px 30px !important;
    }
}

.ameni-section .ameni-right__inner .h2 {
    font-size: 28px;
    margin-bottom: 20px;
}

.ameni-section .ameni-right__inner .h4 {
    font-size: 2rem;
}

@media(max-width: 767px) {
    .ameni-section .ameni-right__inner {
        padding: 1rem 0 0;
    }
}

.ameni-section .ameni-right__slider {
    padding-top: 3rem;
    position: relative;
    margin-right: 0;
    margin-left: 0;
}

@media(min-width: 992px) {
    .ameni-section .ameni-right__slider {
        margin-left: -99.9%;
    }
}

.ameni-section .ameni-right__slider .swiper-slide {
    background-color: #fff;
    max-width: 230px;
    padding: 2rem 1rem;
    text-align: center;
    border-radius: .3rem;
    border: 1px solid #046b83 !important;
    font-size: 14px;
    color: #727271;
    font-weight: 500;
    margin: 30px 0px;
    text-transform: uppercase;
}

.ameni-section .ameni-right__slider .swiper-slide svg {
    font-size: 2.5rem;
    display: block;
    margin-left: auto;
    margin-right: auto;
    color: rgba(213, 27, 94, .8);
}

.ameni-section .ameni-right__slider .swiper-button-next {
    right: 0;
}

.ameni-section .ameni-right__slider .swiper-button-prev {
    left: auto;
    right: 2.5rem;
}

.ameni-section .ameni-right__slider .swiper-button-next,
.ameni-section .ameni-right__slider .swiper-button-prev {
    top: 18px;
}

.ameni-section .ameni-right__slider .swiper-button-next::after,
.ameni-section .ameni-right__slider .swiper-button-prev::after {
    font-size: 1.8rem;
    font-weight: 800;
}

.gsec {
    position: relative;
    padding-bottom: 40px 0px;
}

/* @media(min-width: 992px) {
    .gsec {
        padding-bottom: 40px 0px;
    }
} */

.gsec .h2 {
    font-size: 36px;
}

@media(max-width: 767px) {
    .gsec .h2 {
        font-size: 9vw;
    }
}

.gsec .h2 small,
.gsec .h2 .small {
    display: block;
    font-size: 28px;
}

.gsec .h2,
.gsec p {
    text-align: center;
}

.gsec__slider {
    position: relative;
    padding: 0 1.5rem 2.5rem;
}

.gsec__slide.swiper-slide-active {
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}

.gsec__slider .swiper-slide a {
    display: block;
    position: relative;
}

.gsec__slider .swiper-slide a figcaption {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 70%;
    background: #000;
    background: linear-gradient(0deg, black 0%, rgba(0, 0, 0, 0) 100%);
    padding: 1rem;
    color: #fff;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    border-radius: 1rem;
}

.gsec__slider .swiper-slide a figcaption .gname {
    font-size: 1rem;
    font-weight: 700
}

.gsec__slider .swiper-slide a figcaption p {
    text-align: left;
    color: #dee2e6;
    margin-bottom: 0;
    font-size: .8rem
}

.gsec__slider .swiper-slide a img {
    border-radius: 1rem;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}

.gsec__slider .swiper-button-next,
.gsec__slider .swiper-button-prev {
    background-color: #fff;
    padding: 1.3rem;
    border-radius: 100%
}

.gsec__slider .swiper-button-next::after,
.gsec__slider .swiper-button-prev::after {
    font-size: 18px;
    font-weight: 900;
}

.gsec__slider .swiper-button-prev {
    left: 0px
}

.gsec__slider .swiper-button-next {
    right: 0px
}

.location_ad {
    padding: 80px 0px;
}

@media(min-width: 992px) {
    .location_ad {
        padding: 40px 0px;
    }
}

.location_ad .nav-tabs {
    margin-top: 20px;
    background-color: rgba(222, 226, 230, .9)
}

.location_ad .nav-tabs .nav-item {
    width: 25%;
    text-align: center
}

.location_ad .nav-tabs .nav-item .nav-link {
    padding-top: inherit;
    padding-bottom: inherit;
    padding: 1rem 1rem;
    font-size: 1.3rem;
    border-top: 4px solid #046b83;
    color: #000000;
    background-color: #7e7d7d33;
    font-weight: 400;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;

}

@media(max-width: 991px) {
    .location_ad .nav-tabs .nav-item .nav-link span {
        display: none
    }
}

.location_ad .nav-tabs .nav-item .nav-link.active {
    border-top: 4px solid #046b83;
    color: #01060c;
    background-color: #046b83;
}

.location_ad .tab-content {
    padding: 1rem
}

.location_ad ol {
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    flex-wrap: wrap
}

.location_ad ol li {
    width: calc(50% - .5rem);
    margin-right: 1rem;
    margin-bottom: 1rem;
    padding-bottom: .5rem;
    border: 1px solid rgba(22, 22, 22, .6);
    border-radius: .4rem;
    padding: 1rem;
    padding-left: 2rem
}

.location_ad ol li svg {
    margin-left: -1rem;
    display: block;
    float: left;
    margin-top: .2rem
}

.location_ad ol li:nth-of-type(even) {
    margin-right: 0
}

@media(max-width: 991px) {
    .location_ad ol li {
        width: 100%;
        margin-right: 0
    }
}

.abt_con {
    background-color: #5a4221;
    padding: 4rem 0;
    color: #ced4da;
    position: relative
}

.abt_con .h1 {
    font-size: 2rem;
    font-weight: 700
}

.callb {
    padding: 3rem 1rem 3rem;
    text-align: center;
    position: relative
}

@media(max-width: 767px) {
    .callb {
        padding: 3rem 1rem 1rem
    }
}

.callb__inner {
    position: relative;
    z-index: 10
}

.callb__left {
    display: flex;
    flex-direction: row;
    justify-content: center;
    text-align: center
}

.callb__left__one {
    padding: 1rem 1rem 0;
}

.callb__left__two {
    padding: 1rem 1rem 0
}

@media(max-width: 375px) {
    .callb .btn {
        font-size: .9rem;
        padding-left: .4rem;
        padding-right: .4rem
    }
}

.rent_ads .mainad {
    position: relative;
    background-color: #fff;
    padding: 4rem 1rem;
    display: flex;
    border: #5a4221 solid 1px;
    justify-content: center;
    flex-direction: column;
    align-items: center;
}

@media(max-width: 767px) {
    .rent_ads .mainad {
        flex-wrap: wrap
    }
}

.rent_ads .mainad .second {
    margin: auto
}

.rent_ads .mainad .second .ads_heading {
    text-transform: uppercase;
    font-size: 1.5rem;
    font-weight: 700;
    line-height: 1.3;
    margin-bottom: 25px;
}

.rent_ads .mainad .bt-class {
    margin: auto
}

@media(max-width: 767px) {
    .rent_ads .mainad .bt-class {
        margin-top: 1rem
    }
}

@font-face {
    font-family: "swiper-icons";
    src: url("data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA") format("woff");
    font-weight: 400;
    font-style: normal
}

:root {
    --swiper-theme-color: var(--bs-primary)
}

.swiper {
    margin-left: auto;
    margin-right: auto;
    position: relative;
    overflow: hidden;
    list-style: none;
    padding: 0;
    z-index: 1
}

.swiper-wrapper {
    position: relative;
    width: 100%;
    height: 100%;
    z-index: 1;
    display: flex;
    transition-property: transform;
    box-sizing: content-box
}

.swiper-wrapper {
    transform: translate3d(0px, 0, 0)
}

.swiper-slide {
    flex-shrink: 0;
    width: 100%;
    /* height: 100%; */
    position: relative;
    transition-property: transform
}

:root {
    --swiper-navigation-size: 44px
}

.swiper-button-prev,
.swiper-button-next {
    position: absolute;
    top: 50%;
    width: calc(var(--swiper-navigation-size)/44*27);
    height: var(--swiper-navigation-size);
    margin-top: calc(0px - var(--swiper-navigation-size)/2);
    z-index: 10;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #046b83 !important;
}

.swiper-button-prev:after,
.swiper-button-next:after {
    font-family: swiper-icons;
    font-size: var(--swiper-navigation-size);
    text-transform: none !important;
    letter-spacing: 0;
    font-variant: initial;
    line-height: 1
}

.swiper-button-prev {
    left: 10px;
    right: auto
}

.swiper-button-prev:after {
    content: "prev"
}

.swiper-button-next {
    right: 10px;
    left: auto
}

.swiper-button-next:after {
    content: "next"
}

.form-select,
.form-control {
    background-color: rgba(233, 236, 239, .5);
    border: none
}

.form-select:focus,
.form-control:focus {
    box-shadow: none;
    border: 1px solid #5a4221;
}

.btn-close {
    border-radius: 100%
}

.btn-close:hover {
    background-color: #ced4da
}

.modal {
    backdrop-filter: blur(7px)
}

.modal .modal-header {
    border-bottom: none;
    padding-left: 2rem;
    padding-right: 2rem
}

.modal .modal-header__heading {
    font-size: 1.6rem
}

.modal .modal-header .btn-close {
    margin-left: 0
}

.modal .modal-body {
    padding: 0
}

.modal .modal-body .poupForm {
    padding: 0 2rem 2.5rem
}

.modal .modal-body .poupForm p {
    margin-bottom: 3rem
}

.modal .modal-body .poupForm ul li {
    display: flex;
    align-items: center;
    padding-top: 1rem;
    padding-bottom: 1rem
}

.modal .modal-body .poupForm ul li:not(:last-child) {
    border-bottom: 1px solid rgba(108, 117, 125, .2)
}

.modal .modal-body .poupForm ul li svg {
    font-size: 2rem;
    margin-right: 2rem;
    width: 2rem
}

.invalid_name,
.invalid_email,
.invalid_phone {
    display: none;
    color: #dc3545
}

.modal {
    z-index: 10000000000 !important
}

figure {
    margin-bottom: 0
}

@media(max-width: 1199px) {

    .container-xl,
    .container-fluid {
        padding-left: 2.5rem;
        padding-right: 2.5rem
    }
}

@media(max-width: 767px) {

    .container-xl,
    .container-fluid {
        padding-left: 1.2rem;
        padding-right: 1.2rem
    }
}

.container-xl {
    max-width: 1170px
}

.btn {
    position: relative;
    transition: all .2s;
    white-space: nowrap
}

.btn:hover {
    transform: translateY(-4px)
}

.btn:focus {
    transform: translateY(-1px)
}

.btn:hover,
.btn:active,
.btn:focus {
    background-color: #7d7e7d !important;
    border-color: #7d7e7d !important;
}

.btn-primary {
    --bs-btn-bg: #046b83;
    --bs-btn-border-color: #046b83;
    --bs-btn-color: #fff;
}

footer {
    position: relative;
    background-color: #046b83;
}

footer .copyright {
    font-size: .9rem;
    padding: 1.5rem 1rem;
    text-align: center;
    color: #ffffff;
}

footer .copyright a {
    color: #dee2e6
}

@media(max-width: 991px) {
    footer .copyright {
        padding-bottom: 6rem
    }
}

#footerModal .btn {
    box-shadow: 0 .4rem .1rem .1rem rgba(90, 66, 33, 0.7);
}

.aside_btn {
    display: flex;
    justify-content: flex-start;
    align-items: flex-end;
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    z-index: 100;
    text-align: center;
    background-color: #fff;
    border-top: 1px solid #dcdcdc;
    padding: .9rem;
    padding-left: 132px
}

.aside_btn .whatsappColor {
    margin-right: 1.5rem;
    position: relative;
    width: 3.43rem;
    display: block
}

.aside_btn .whatsappColor svg {
    position: absolute;
    bottom: -3px;
    left: 0;
    font-size: 3.43rem;
    padding-left: .3rem
}

.aside_btn .whatsappColor span {
    display: none
}

.aside_btn .btn {
    padding: .68rem .01rem
}

@media(min-width: 992px) {
    .aside_btn {
        display: none
    }
}

.banner-video-wrapper {
    position: relative;
    width: 100%;
    height: 100vh;
    /* Full screen banner */
    overflow: hidden;
}

.banner-video-wrapper video {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

/*.video-overlay {*/
/*    position: absolute;*/
/*    top: 0;*/
/*    left: 0;*/
/*    width: 100%;*/
/*    height: 100%;*/
/* Full black gradient from top to bottom */
/*    background: linear-gradient(180deg, rgb(0 0 0 / 64%), rgb(0 0 0 / 68%));*/
/*    z-index: 1;*/
/*    pointer-events: none;*/
/*}*/

.overview__bg {
    position: relative;
    /* Required for the absolute positioning of ::before */
    overflow: hidden;
    /* Optional: hides overflow if needed */
}

.overview__bg::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(180deg, transparent, #00000085);
    border-radius: 1.5rem;
    /* Match .bgimg border-radius */
    z-index: 1;
    pointer-events: none;
}

.tawk-min-container .tawk-button-circle.tawk-button-large {
    background-color: #5a4221 !important;
}

.awards__inner .h3 {
    margin-bottom: 20px;
}

.amenities {
    padding-left: 0px;
    margin: 2rem 0;
    /* font-family: 'Poppins', sans-serif; */
    list-style-type: disc;
}

.amenities li {
    font-size: 1.1rem;
    font-weight: 400;
    color: #333;
    margin-bottom: 10px;
    line-height: 1.6;
    list-style-position: inside;
}

.amenities li strong {
    font-weight: 600;
    color: #0f0f10;
}


.flower-image {
    margin-bottom: 20px;
}

.call-now-btn {
    background-color: #5a4221;
    color: #fff;
    padding: 10px 15px;
    border-radius: 5px;
    font-weight: 500;
}

.call-now-btn:hover {
    background-color: #000000;
    color: #ffffff;
}

footer {
    padding: 20px 0px;
    color: #ffffff;
}

.f-b-content {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.thumbnail_container {
    position: relative;
    padding-bottom: 100%;
    background: transparent;
}

.thumbnail {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    overflow: hidden;
    line-height: 0;
    border: none;
    border-radius: 0;
    padding: 0px;
    margin-bottom: 0;
    background: 0 0;
}

.thumbnail img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border: 0;
    border-radius: 0;
}

.overview__bg .thumbnail_container {
    padding-bottom: 30%;
}

.amenities-image .thumbnail_container {
    position: relative;
    padding-bottom: 100%;
}

.gallery-image .thumbnail_container {
    padding-bottom: 50%;
}

@media(max-width: 1199px) {
    .banner {
        height: unset !important;
    }

    .banner__inr .media-item__video {
        height: 700px;
        width: unset !important;
    }

    .banner__inr {
        position: relative;
        overflow: hidden;
    }

    .nav-link {
        color: #7d7e7d !important;
        font-weight: 600;
    }

    .banner .tcontent__inner h1 {
        font-size: 21px;
    }

    /* .banner .tcontent {
        top: 150px;
    } */

    .overview__bg .thumbnail_container {
        padding-bottom: 100%;
    }

    .overview .overview__bg {
        border-radius: 10px 10px 0px 0px;
    }

    .awards__inner .h2 {
        font-size: 23px;
    }

    .awards__inner .h3 {
        margin-top: 20px;
    }

    .ameni-section .ameni-right__inner .h2 {
        font-size: 26px;
    }

    .ameni-section .ameni-right__inner .h4 {
        font-size: 24px;
    }

    .amenities li {
        display: block;
        font-size: 16px;
    }

    .gsec .h2 small {
        font-size: 19px;
    }

    .gsec .h2 {
        font-size: 24px;
    }

    .location_ad .location_bg h2 {
        font-size: 24px;
    }

    .abt_con {
        padding: 2rem 0;
    }

    .abt_con .h1 {
        font-size: 24px;
    }

    .callb__inner .h3 {
        font-size: 18px;
    }

    .rent_ads {
        padding-bottom: 20px !important;
        padding-top: 0px !important;
    }

    .rent_ads .mainad .second .ads_heading {
        font-size: 16px;
    }

    .aside_btn {
        display: none;
    }

    .f-b-content {
        flex-direction: column;
    }
}

@media(max-width: 468px) {
    .banner__inr .media-item__video {
        height: 525px;
        width: unset !important;
    }

    /* .banner .tcontent {
        top: 95px;
    } */
}

@media (min-width: 1014px) and (max-width: 1199px) {
    .f-b-content {
        flex-direction: row;
    }
}

.navbar-dark.bg-primary .container-fluid {
    max-width: 1675px;
}

.call-icon {
    margin-left: 50px;
    font-weight: 500;
    color: #046b83 !important;
    font-size: 18px;
    display: flex;
    align-items: center;
}

@media(min-width: 1200px) {
    .navbar-brand {
        margin-left: 100px;
    }
}

@media(max-width: 1500px) {
    .navbar-brand {
        margin-left: 15px;
    }
}

/* Contact form styled and positioned on image */
.contact-form {
    position: absolute;
    top: 50%;
    right: 5%;
    transform: translateY(-50%);
    background-color: #f9f9f9;
    max-width: 400px;
    width: 100%;
    padding: 35px 30px;
    border-radius: 10px;
    /* font-family: 'Poppins', sans-serif; */
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
    z-index: 11;
}

.contact-form .form-label {
    font-weight: 600;
    font-size: 16px;
    color: #0f0f10;
    margin-bottom: 10px;
}

.contact-form .form-control {
    border-radius: 8px;
    margin-bottom: 30px;
}

.contact-form .btn {
    font-weight: 600;
    border-radius: 0.375rem;
}

.contact-form .h2 {
    text-align: center;
    margin-bottom: 30px;
}

/* Section padding */
.rent_ads {
    padding: 50px 0px;
}

/* ========== Responsive Adjustments ========== */

/* Tablet and small laptops */
@media (max-width: 992px) {
    .contact-form {
        right: 2%;
        max-width: 100%;
        padding: 25px 20px;
    }
}

/* Mobile: show form below image */
@media (max-width: 768px) {
    .contact-form {
        position: static;
        transform: none;
        margin: 15px 5px;
        width: 100%;
    }
}

/* Initial nav style */
#mainNav {
    transition: background-color 0.3s ease, box-shadow 0.3s ease;
    background-color: #ffffff !important;
    padding: 15px 0px;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
    border-bottom: 1px solid #ffffff6e;
}

/* Style after scroll */
#mainNav.scrolled {
    background-color: #ffffff !important;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
    border: none;
}

/* Optional: nav link color when scrolled */
#mainNav.scrolled .nav-link {
    color: #000 !important;
    position: relative;
}

#mainNav.scrolled .nav-link:hover {
    color: #046b83 !important;
}

#mainNav.scrolled .nav-link.call-icon-right.call-icon img {
    filter: brightness(10);
}


#mainNav.scrolled .call-icon-right .call-icon {
    color: #046b83 !important;
}

#mainNav.scrolled .call-icon-right .call-icon img {
    filter: unset;
}

#mainNav.scrolled .call-icon-right .call-icon:hover {
    color: #000000 !important;
}

@media(max-width: 990px) {
    #mainNav {
        background-color: #ffffff !important;
    }

    #mainNav .call-icon-right .call-icon img {
        display: none !important;
    }

    .call-icon-right {
        display: none;
    }

    .mobile.call-icon-right {
        display: block !important;
        position: absolute;
        right: 80px;
    }

    .navbar-brand {
        margin-left: 0px;
    }

    .banner .tcontent__inner h1 {
        padding: 0px 30px;
    }

    #mainNav.scrolled .navbar-toggler-icon {
        background-image: url('../images/menu.png');
    }
}


@media (min-width: 469px) and (max-width: 767px) {
    .mobile.call-icon-right {
        display: block !important;
        position: absolute;
        right: 60px;
    }
}


@media(max-width: 468px) {
    .mobile.call-icon-right {
        display: block !important;
        position: absolute;
        right: 60px;
    }
}

.mobile.call-icon-right {
    display: none;
}

@media(max-width: 1200px) {
    .overview__bg::before {
        background: none !important;
    }
}

.price_sec .layout-image img {
    max-width: 350px;
    background-color: #f5f5f5;
    padding: 15px;
    border-radius: 10px;
}

/* .location_ad .nav-tabs .nav-item .nav-link img{
    filter: brightness(8.5);
} */
.location_ad .nav-tabs .nav-item .nav-link.active img {
    filter: invert(1) brightness(2);
}

@media only screen and (width: 1024px) {
    .mobile_evara_logo {
        width: 120px;
    }

    .navbar-expand-lg .navbar-nav .nav-link {
        padding-right: 10px;
        padding-left: 10px;
    }

    .navbar-expand-lg .navbar-nav {
        margin-left: 12px !important;
    }
}

.navbar-expand-lg .navbar-nav .nav-link:hover {
    color: #046b83 !important;
}

/* @media (max-width: 468px) {
    .price_sec .layout-image img{
        margin-left: 7px !important;
    }
} */
/* #mainNav.scrolled .nav-link:hover{
    color: #5a422133 !important;
} */
.about-section {
    padding: 50px 0px;
    background-color: #046b83 !important;
}

.about-section .ameni-right__inner {
    padding: 1.5rem 0 1.5rem 1.5rem;
}

.cookie-dialog {
    position: fixed;
    bottom: 20px;
    left: 50%;
    transform: translateX(-50%);
    width: 90%;
    max-width: 500px;
    background-color: #ffffff;
    border: 2px solid #5a4221;
    border-radius: 12px;
    box-shadow: 0 4px 20px rgba(90, 66, 33, 0.3);
    padding: 15px 20px;
    z-index: 1000;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease;
}

.cookie-dialog.show {
    opacity: 1;
    visibility: visible;
}

.cookie-close {
    position: absolute;
    top: 10px;
    right: 15px;
}

.cookie-close-btn {
    background: none;
    border: none;
    font-size: 24px;
    color: #5a4221;
    text-decoration: none;
    cursor: pointer;
    line-height: 1;
    padding: 5px;
}

.cookie-close-btn:hover {
    color: #3d2c17;
}

.cookie-content {
    margin-bottom: 20px;
    padding-right: 30px;
}

#cookie-title {
    color: #5a4221;
    font-size: 18px;
    margin: 0 0 10px 0;
    font-weight: bold;
}

#cookie-desc {
    color: #5a4221;
    font-size: 16px;
    margin: 0 0 10px 0;
    line-height: 1.4;
    font-weight: 600;
}

.cookie-learn-more {
    color: #5a4221;
    text-decoration: underline;
    font-size: 14px;
}

.cookie-learn-more:hover {
    color: #3d2c17;
}

.cookie-actions {
    display: flex;
    gap: 12px;
    justify-content: flex-end;
    flex-wrap: wrap;
}

.cookie-btn {
    padding: 10px 20px;
    border: 2px solid #5a4221;
    border-radius: 6px;
    font-size: 14px;
    font-weight: bold;
    cursor: pointer;
    transition: all 0.3s ease;
    min-width: 100px;
}

.cookie-deny {
    background-color: #ffffff;
    color: #5a4221;
}

.cookie-deny:hover {
    background-color: #f5f5f5;
}

.cookie-settings {
    background-color: #ffffff;
    color: #5a4221;
}

.cookie-settings:hover {
    background-color: #f5f5f5;
}

.cookie-accept {
    background-color: #5a4221;
    color: #ffffff;
}

.cookie-accept:hover {
    background-color: #3d2c17;
}

#cookie-title strong {
    font-weight: 900;
    font-size: 21px;
}

/* Responsive design */
@media (max-width: 768px) {
    .cookie-dialog {
        bottom: 10px;
        width: 95%;
        padding: 15px;
    }

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

    .cookie-btn {
        flex: 1;
        min-width: auto;
    }

    #cookie-title {
        font-size: 16px;
    }

    #cookie-desc {
        font-size: 13px;
    }
}

@media(max-width: 1199px) {
    .ameni-section .ameni-right {
        padding: 0px 0px 10px 20px;
    }

    .amenities {
        margin: 1rem 0;
    }

    .overview {
        padding: 30px 0px;
    }

    .awards {
        padding: 0px;
    }

    .ameni-section {
        padding: 40px 0px;
    }

    .location_ad {
        padding: 20px 0px;
    }
}

@media (max-width: 768px) {
    .about-section .ameni-right__inner {
        padding: 1.5rem 0;
    }
}

@media (max-width: 468px) {
    .overview .heading {
        font-size: 18px;
        line-height: 25px;
    }

    .overview-second h2,
    .overview-second .h2 {
        margin-bottom: 10px;
    }

    .awards__inner {
        border-radius: 10px 10px 0px 0px;
    }

    .awards figure img {
        border-radius: 0px 0px 10px 10px;
    }

    .price_sec .h1 {
        font-size: 26px;
    }

    .ameni-section .ameni-right {
        padding: 0;
    }

    .ameni-section .ameni-right__inner .h2 {
        font-size: 22px;
        margin-bottom: 10px;
    }

    .gsec__slider {
        border-radius: 10px;
    }

    .location_ad .tab-content {
        padding: 10px 0px;
    }

    .contact-form {
        margin: 15px 0px;
    }

    .amenities li {
        font-size: 16px;
        margin-bottom: 5px;
    }

    .amenities {
        margin: 0;
    }
}

/*------------------- 4.4. Breadcumb  -------------------*/
.breadcumb-menu {
    max-width: 100%;
    padding: 0;
    margin: 26px 0 -0.5em 0;
    list-style-type: none;
    position: relative;
}

.breadcumb-menu li {
    display: inline-block;
    margin-right: 5px;
    padding-right: 3px;
    list-style: none;
    position: relative;
}

.breadcumb-menu li:after {
    content: "";
    display: inline-block;
    width: 18px;
    height: 18px;
    background-image: url('../images/right.png');
    background-size: contain;
    background-repeat: no-repeat;
    vertical-align: middle;
    margin-left: 10px;
}

.breadcumb-menu a:hover {
    color: #000000;
}

.breadcumb-menu li:last-child {
    padding-right: 0;
    margin-right: 0;
}

.breadcumb-menu li:last-child:after {
    display: none;
}

.breadcumb-menu li,
.breadcumb-menu a,
.breadcumb-menu span {
    white-space: normal;
    color: inherit;
    word-break: break-word;
    font-weight: 400;
    font-size: 20px;
    color: #ffffff;
}

/* .breadcumb-menu a:hover {
  color: var(--theme-color2);
} */

.breadcumb-title {
    margin: -0.20em 0 -0.18em 0;
    line-height: 1.1;
    font-size: 48px;
    font-weight: 500;
    color: #ffffff;
}

.breadcumb-wrapper {
    background-image: url('../images/live-smarter.jpg');
    background-repeat: no-repeat;
    background-size: cover;
}

.breadcumb-wrapper {
    background-color: var(--gray-color);
    padding: 225px 0;
    overflow: hidden;
    text-align: center;
    position: relative;
    z-index: 1;
}

.breadcumb-wrapper:after {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(rgb(33 37 41), rgb(0 0 0 / 97%));
    opacity: 0.7;
    z-index: -1;
}

.privary-policy-section {
    padding: 50px 0px;
    background-color: #5a422133;
}

.privacy-policy-content .privacy-title {
    font-size: 31px;
    margin-bottom: 25px;
}

.company-paragraph {
    margin-bottom: 20px;
}

.privacy-policy-inner-title {
    margin-bottom: 10px;
}

.info-list {
    list-style-type: disc;
    padding-left: 20px;
}

.privacy-policy-topics {
    margin-bottom: 15px;
}

@media (max-width: 1199px) {
    .privary-policy-section {
        padding: 30px 0px;
    }

    .breadcumb-menu {
        display: none;
    }

    .breadcumb-wrapper {
        padding: 125px 0;
    }

    .breadcumb-title {
        font-size: 31px;
        margin: 0.8em 0 -0.18em 0;
    }

    .privacy-policy-content .privacy-title {
        font-size: 28px;
        margin-bottom: 15px;
    }

    .privacy-policy-topics {
        margin-bottom: 10px;
    }

    .privacy-policy-topics h3 {
        font-size: 19px;
    }
}

/* Underline on hover effect */
/* .navbar-nav .nav-link::before {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 0;
  height: 1px;
  background-color: #ffffff; 
  transition: width 0.4s ease;
}

.navbar-nav .nav-link:hover::before {
  width: 100%;
} */
.navbar-brand img {
    max-width: 185px;
}

#mainNav .call-icon-right .call-icon img {
    margin-right: 5px;
    max-width: 25px;
}

.cookie-deny:hover,
.cookie-accept:hover {
    transform: translateY(-4px);
}

@media (max-width: 1199px) {
    footer {
        bottom: 30px;
        margin-bottom: 60px;
    }

}

.about-section .ameni-right__inner .h2 {
    margin-bottom: 20px;
    font-size: 26px;
    color: #ffffff !important;
}

@media (max-width: 1199px) {
    .about-section .ameni-right__inner .h2 {
        margin-bottom: 10px;
        color: #ffffff !important;
    }

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

    .about-section {
        padding: 25px 0px;
    }
}

.contact-title {
    margin-bottom: 25px;
}

@media (max-width: 1000px) {
    .mobile-menu-flex {
        display: flex;
        justify-content: space-between;
        align-items: center;
    }
}

@media (max-width: 1200px) {
    .video-box {
        width: 800px;
    }
}

@media (max-width: 468px) {
    .video-box {
        width: 500px;
    }
}

/* Counter text styling */
/* .overview .sp_itms .sp_list .count::after {
    content: "+";
    margin-left: 2px;
    font-weight: 700;
} */

/* Adjust existing styling */
.overview .sp_itms {
    display: flex;
    flex-wrap: wrap;
    gap: 1rem;
    padding: 1.5rem 0;
    margin-bottom: 3rem;
}

.overview .sp_itms .sp_list {
    flex: 1 1 calc(50% - 1rem);
    font-size: 5.5vw;
    text-align: center;
    font-weight: 700;
    line-height: 1;
    position: relative;
    text-transform: capitalize;
    padding: 1.5rem;
    border: 1px solid rgba(73, 80, 87, 0.3);
}

@media (min-width: 768px) {
    .overview .sp_itms .sp_list {
        border: none;
        flex: 1 1 calc(25% - 1rem);
        padding: 0.5rem;
    }

    .overview .sp_itms .sp_list:not(:last-child)::after {
        position: absolute;
        width: 1px;
        height: 5rem;
        content: "";
        background-color: #495057;
        right: 0;
        top: 0;
        transform: rotate(20deg);
    }
}

@media (max-width: 767px) {
    .overview .sp_itms .sp_list:not(:last-child)::after {
        content: none;
    }
}

.overview .sp_itms .sp_list span {
    font-size: 26px;
    display: block;
    font-weight: 400;
    padding-left: 0.5rem;
    padding-right: 0.5rem;
    text-transform: none;
}

.overview .sp_itms .sp_list .count {
    color: #046b83 !important;
    font-size: 41px;
    margin-bottom: 10px;
}

.owl-theme .owl-nav [class*='owl-'] {
    background-color: #fff !important;
    padding: 2px 15px !important;
    border-radius: 100% !important;
    font-size: 24px !important;
    color: #046b83 !important;
}

.mobile-banner {
    display: none;
}

@media (max-width: 768px) {
    .price_sec .h1 small {
        font-size: 18px !important;
    }

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

    .footer-lastrow p {
        font-size: 16px;
    }

    .banner .tcontent__inner .h2 {
        color: #ffffff !important;
    }

    .mobilecallbtn .fixed-button.full-width a {
        width: 100%;
    }

    .overview .sp_itms .sp_list .count {
        font-size: 31px !important;
    }

    .overview .sp_itms .sp_list span {
        font-size: 16px;
    }

    .overview .sp_itms {
        margin-bottom: 0 !important;
    }

    .navbar-brand img {
        max-width: 170px;
    }
}

@media(max-width: 768px) {
    .contact-section {
        margin-bottom: 25px;
    }

    .mobile-banner {
        display: block;
        width: 100%;

    }

    .desktop-banner {
        display: none;
    }
}

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

.footer-logo img {
    max-width: 150px;
    margin-left: 10px;
}

.about-row {
    display: flex;
    align-items: center;
}

.r-sharan-logo {
    display: flex;
    align-items: center;
    gap: 15px;
}

.r-sharan-logo img {
    max-width: 150px;
    margin-bottom: 20px;
}

@media(max-width: 768px) {
    .r-sharan-desc h2 {
        font-size: 16px !important;
    }
}

/* .golden-title {
    color: #d7b56d;
} */

.banner .item {
    height: 100vh;
    position: relative;
}

.banner__item {
    position: relative;
    z-index: 0;
    width: 100%;
    height: 100vh;
    overflow: hidden;
}

.banner__inr img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    z-index: 0;
    position: relative;
}

/* Show nav buttons over the banner */
.banner .owl-nav {
    position: absolute;
    width: 100%;
    bottom: 5%;
    display: flex;
    justify-content: end;
    transform: translateY(-50%);
    right: 80px;
}

.banner .owl-nav button.owl-prev,
.banner .owl-nav button.owl-next {
    background: rgba(0, 0, 0, 0.5);
    border: none;
    color: #fff;
    font-size: 18px;
    width: 50px;
    height: 50px;
    cursor: pointer;
}

.banner .owl-nav button span {
    display: none;
    /* Hide default text */
}

.banner .owl-nav button.owl-prev::before {
    content: "<";
}

.banner .owl-nav button.owl-next::before {
    content: ">";
}

.layout-slider .owl-nav button.owl-prev,
.layout-slider .owl-nav button.owl-next {
    background: rgba(0, 0, 0, 0.5);
    color: #fff;
    border: none;
    font-size: 28px;
    width: 40px;
    height: 40px;
    pointer-events: auto;
    cursor: pointer;
    border-radius: 50%;
}

.layout-slider .owl-nav button span {
    display: none;
}

.layout-slider .owl-nav button.owl-prev::before {
    content: "<";
}

.layout-slider .owl-nav button.owl-next::before {
    content: ">";
}

.banner .owl-nav .banner-nav-left:hover,
.banner .owl-nav .banner-nav-right:hover {
    background: #000;
    color: #fff;
}

@media (max-width: 768px) {
    .banner .owl-nav {
        bottom: 0%;
        top: unset;
        right: unset;
        justify-content: center;
    }
}

.amenities-image {
    position: relative;
    width: 100%;
    min-height: 450px;
}

.amenities-absolute-image {
    position: absolute;
    bottom: -120px;
    left: 0px;
    width: 500px;
    z-index: 3;
}

.amenities-absolute-image img {
    width: 100%;
    height: auto;
    border-radius: 0px !important;
    display: none;
}

.golden-color {
    color: #d7b56d;
}

.about-absolute-image {
    position: absolute;
    top: -150px;
    right: 0px;
    width: 375px;
    z-index: 3;
}

.about-absolute-image img {
    width: 100%;
    height: auto;
    border-radius: 0px !important;
}

.span-title {
    font-family: "Great Vibes", cursive;
    color: #d7b56d;
    font-size: 28px;
}

/* .left-side-padding {
    padding-left: 50px;
} */

@media(max-width: 1199px) {
    .amenities-image {
        min-height: auto !important;
    }

    .amenities-absolute-image {
        position: absolute;
        bottom: -10px;
        left: 0px;
        width: 250px;
        z-index: 3;
    }
}

/* Recreation Section Start  */

.recreation-section {
    position: relative;
    width: 100%;
    background: #fff;
    overflow: hidden;
    padding: 80px 0px;
}

.main-image-group {
    position: relative;
    width: 100%;
    height: 100%;
}

.court-small {
    z-index: 2;
    border-radius: 10px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease;
}

.court1 {
    width: 60%;
}

.court2 {
    width: 30%;
    margin-right: 15px;
}

.court3 {
    width: 30%;
}

.player-img {
    position: absolute;
    bottom: 15%;
    right: 35%;
    max-height: 75%;
    z-index: 3;
    transition: all 0.3s ease;
}

.recreation-text {
    position: absolute;
    top: 10%;
    right: 11%;
    width: 25%;
    max-width: 420px;
    z-index: 4;
    color: #000;
}

.logo {
    width: 140px;
    margin-bottom: 15px;
}

.section-heading {
    font-size: 32px;
    color: #5885c2;
    margin-bottom: 10px;
}

.subheading {
    font-size: 18px;
    margin-bottom: 10px;
    color: #046b83 !important;
}

.description {
    font-size: 14px;
    line-height: 1.6;
    color: #000;
    margin-bottom: 20px;
}

.recreation-icons {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-wrap: wrap;
}

.recreation-icons li {
    width: 50%;
    display: flex;
    align-items: flex-start;
    justify-content: start;
    flex-direction: column;
    position: relative;
    padding: 15px;
    box-sizing: border-box;
    font-size: 14px;
    color: #929292;
}

.recreation-icons li img {
    margin-bottom: 10px;
}

.recreation-icons li::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 125px;
    height: 1px;
    background-color: #929292;
}

.court-flex-group {
    margin-top: 20px;
}

@media(max-width: 1199px) {
    .court1 {
        width: 100%;
    }

    .court2,
    .court3 {
        width: 48%;
        margin-right: 2px;
    }

    .player-img {
        position: absolute;
        bottom: 25%;
        right: 5%;
        max-height: 50%;
        z-index: 3;
        transition: all 0.3s ease;
    }

    .recreation-text {
        position: unset;
        width: 100%;
        max-width: 100%;
        padding: 20px 0px;
    }

    .player-img {
        position: absolute;
        top: 8%;
        left: 8%;
        max-height: 20%;
        z-index: 3;
        transition: all 0.3s ease;
    }

    .recreation-icons li {
        align-items: flex-start;
        width: 50%;
        text-align: start;
    }

    .recreation-icons li:not(:last-child)::before {
        left: 0;
    }

    .recreation-icons li::before {
        content: "";
        position: absolute;
        bottom: 0;
        left: 0;
        width: 125px;
        height: 1px;
        background-color: #929292;
    }

    .recreation-section {
        padding: 40px 0px;
    }

    .recreation-icons {
        display: flex;
        flex-wrap: wrap;
    }

    .subheading {
        font-size: 16px;
    }
}

/* Recreation Section End  */



/* Celebration Section Start  */

.celebration {
    display: flex;
    flex-wrap: wrap;
    padding: 40px 0px;
    gap: 40px;
    background: #fff;
    color: #333;
}

/* .celebration__content {
    flex: 1 1 400px;
    max-width: 600px;
} */

.celebration__content h2 {
    font-size: 28px;
    margin-bottom: 15px;
}

.celebration__content h2 span {
    display: block;
    font-family: 'Great Vibes', cursive;
    color: #c8a063;
    font-size: 2rem;
    font-weight: 400;
}

.celebration__content p {
    margin-bottom: 40px;
    line-height: 1.6;
    font-size: 14px;
}

.celebration__icons {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    margin-bottom: 75px;
    list-style: none;
    padding: 0;
}

.celebration__icons li {
    display: flex;
    flex-direction: column;
    align-items: center;
    font-size: 0.9rem;
    text-align: center;
    position: relative;
    padding-right: 20px;
}

.celebration__icons li:after {
    content: "";
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    height: 60%;
    border-right: 1px solid #ccc;
}

.celebration__icons img {
    height: 40px;
    margin-bottom: 10px;
}

.celebration__gallery .overlay-group img {
    width: 100%;
    height: 100%;
}

.celebration__gallery .overlay-group .left-top-image {
    margin-bottom: 30px;
}

.celebration__gallery .overlay-group .left-top {
    width: 100%;
    height: 100%;
}

.main-img {
    position: relative;
    z-index: 1;
    margin-bottom: 20px;
}

.celebration-sub-title {
    font-size: 21px;
    margin-bottom: 5px;
    color: #046b83;
    text-transform: uppercase;
}

.celebration__gallery {
    display: flex;
    gap: 20px;
}

.celebration-left {
    width: 34%;
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.celebration-left img {
    width: 100%;
    height: auto;
    display: block;
    object-fit: cover;
    border-radius: 10px;
}

.celebration-right {
    width: 70%;
    position: relative;
}

.celebration-right .right-image {
    width: 100%;
    /* height: 100%; */
    object-fit: cover;
    display: block;
    border-radius: 10px;
}


.absolute-image {
    position: absolute;
    top: -35%;
    right: 0%;
    width: 100%;
    max-width: 45%;
    height: auto;
    z-index: 2;
}

@media (max-width: 768px) {
    .celebration {
        flex-direction: column;
    }

    .celebration {
        padding: 20px 0px;
        margin-bottom: 30px;
    }

    .celebration-left {
        width: 40%;
        gap: 10px;
    }

    .celebration__gallery {
        gap: 10px;
    }

    .celebration-sub-title {
        font-size: 16px;
    }

    .celebration__icons li {
        align-items: flex-start;
        width: 45%;
        text-align: start;
    }

    .celebration__icons {
        margin-bottom: 100px;
    }

    .celebration-right .right-image {
        height: 100%;
    }

    .absolute-image {
        position: absolute;
        top: -50%;
        right: 0%;
        width: 100%;
        max-width: 75%;
        height: auto;
        z-index: 2;
    }
}

/* Celebration Section End  */

/* Childhood Section Start  */
.childhood-section {
    padding: 50px 0px;
    background: #fff;
}

.text-content {
    flex: 1;
    min-width: 300px;
}

.text-content h2 {
    font-size: 28px;
    margin-bottom: 80px;
}

.text-content h2 span {
    display: block;
    font-family: 'Great Vibes', cursive;
    color: #c8a063;
    font-size: 2rem;
    font-weight: 400;
}

.text-content h4 {
    font-size: 21px;
    margin-bottom: 5px;
    color: #046b83;
    text-transform: uppercase;
}

.text-content p {
    font-size: 16px;
    color: #444;
    line-height: 1.6;
}

.image-group {
    flex: 1;
    min-width: 300px;
    position: relative;
}

.base-image {
    width: 100%;
    height: auto;
    display: block;
}

.overlay-image {
    position: absolute;
    top: 0;
    right: 0;
    width: 40%;
    max-width: 250px;
    z-index: 2;
}

.childhood-image img {
    margin-top: -270px;
    width: 100%;
    overflow: hidden;
}

.childhood-width {
    width: 50%;
}

@media (max-width: 768px) {
    .childhood-section {
        padding: 10px 0px 25px 0px;
    }

    .text-content h2 {
        margin-bottom: 30px;
    }

    .childhood-width {
        width: 100%;
    }

    .childhood-image img {
        margin-top: 30px;
    }

    .text-content h4 {
        font-size: 16px;
    }
}

/* Childhood Section End  */

/* Indoor Entertainment Start  */
.indoor-entertainment {
    padding: 60px 0px;
}

.indoor-absolute-image {
    position: absolute;
    bottom: -8%;
    left: 0%;
    max-width: 45%;
    height: auto;
    z-index: 2;
}

.indoor__content {
    width: 100%;
    max-width: 100%;
}

.indoor__content h2 {
    font-size: 28px;
    margin: 20px 0px;
}

.indoor__content h2 span {
    display: block;
    font-family: 'Great Vibes', cursive;
    color: #c8a063;
    font-size: 2rem;
    font-weight: 400;
}

.indoor__icons {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    margin-bottom: 35px;
    list-style: none;
    padding: 0;
}

.indoor-box-last {
    width: 100%;
    max-width: 100%;
}

.indoor-box-last p {
    font-size: 14px;
}

.indoor__icons img {
    height: 40px;
    margin-bottom: 10px;
}

.indoor__icons li {
    position: relative;
    padding-right: 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
    font-size: 0.9rem;
    text-align: center;
}

.indoor__icons li::after {
    content: "";
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    height: 60%;
    border-right: 1px solid #ccc;
}

.indoor__icons li:last-child::after {
    display: none;
}

@media (max-width: 768px) {
    .indoor-entertainment {
        padding: 30px 0px 215px 0px;
    }

    .indoor__content {
        width: 100%;
    }

    .indoor__content h2 {
        text-align: start;
        margin: 50px 0px 20px 0px;
    }

    .indoor__icons li {
        align-items: flex-start;
        width: 45%;
        text-align: start;
    }

    .indoor__icons {
        justify-content: start;
        margin-bottom: 25px;
    }

    .indoor-box-last {
        width: 100%;
        margin-bottom: 50px;
    }

    .indoor-absolute-image {
        position: absolute;
        bottom: -25%;
        left: 0%;
        max-width: 75%;
        height: auto;
        z-index: 2;
    }
}

/* Indoor Entertainment End  */

@media (max-width: 768px) {
    .layout-text{
        line-height: 45px;
    }
}



.qr-code-text{
    margin-top: 15px;
    color: #ffffff;
    font-weight: 300;
    font-size: 14px;
}
