/*
Theme Name: Kmar Hotel
Theme URI: https://kmar.media/
Author: Thắng Nguyễn
Author URI: https://kmar.media/
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags:
*/

/*--------------------------------------------------------------
# Fonts
--------------------------------------------------------------*/
/* Lora - Regular */
@font-face {
  font-family: 'Lora';
  src: url('./fonts/lora/Lora-Regular.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

/* Lora - Italic */
@font-face {
  font-family: 'Lora';
  src: url('./fonts/lora/Lora-Italic.woff2') format('woff2');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}

/* Lora - Medium */
@font-face {
  font-family: 'Lora';
  src: url('./fonts/lora/Lora-Medium.woff2') format('woff2');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

/* Lora - Bold */
@font-face {
  font-family: 'Lora';
  src: url('./fonts/lora/Lora-Bold.woff2') format('woff2');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
/* Galano Grotesque - Regular */
@font-face {
  font-family: 'Galano Grotesque';
  src: url('./fonts/galano-grotesque/GalanoGrotesque-Regular.woff2')
    format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

/* Galano Grotesque - Medium */
@font-face {
  font-family: 'Galano Grotesque';
  src: url('./fonts/galano-grotesque/GalanoGrotesque-Medium.woff2')
    format('woff2');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

/* Galano Grotesque - SemiBold */
@font-face {
  font-family: 'Galano Grotesque';
  src: url('./fonts/galano-grotesque/GalanoGrotesque-SemiBold.woff2')
    format('woff2');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
/*--------------------------------------------------------------
# Layout
--------------------------------------------------------------*/
.row {
  margin-left: -10px;
  margin-right: -10px;
}

.container {
  padding-left: 15px;
  padding-right: 15px;
}

.container-fluid,
[class*='col-'] {
  padding-left: 45px;
  padding-right: 45px;
}

.container {
  width: 100%;
  padding-left: 15px;
  padding-right: 15px;
  margin-left: auto;
  margin-right: auto;
}

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

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

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

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

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

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

.row-small {
  margin-left: -4px;
  margin-right: -4px;
}

.col-small {
  padding-left: 4px;
  padding-right: 4px;
}

/*--------------------------------------------------------------
# Global
--------------------------------------------------------------*/
body {
  font-family: 'Lora', serif;
  color: #2c302c;
  background: #f5fffa;
  font-size: 14px;
  font-weight: 300;
  text-transform: none;
  font-style: normal;
  text-decoration: none;
  line-height: 150%;
  letter-spacing: 0px;
  word-spacing: 0em;
}
.text-muted {
  color: #2c302c !important;
}
* {
  outline: none !important;
}

.post img {
  height: 500px;
  object-fit: cover;
}

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

iframe {
  display: block;
  max-width: 100%;
  margin: 0 auto;
}

a {
  text-decoration: none;
  color: inherit;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

a:hover,
a:focus {
  text-decoration: none;
  color: var(--hover-color);
}

.nav > li > a.active {
  border-bottom: 0.25rem solid var(--hover-color);
  padding-bottom: 0.5rem;
}

b,
strong {
  font-weight: 700 !important;
}

small,
.small {
  font-size: 95% !important;
}

.smaller {
  font-size: 90% !important;
}

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

h2,
.h2 {
  font-size: 2rem;
}

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

.h5,
h5 {
  font-size: 1.1rem;
}
h1,
h2,
h3 {
  font-family: 'Galano Grotesque', sans-serif !important;
  color: #076a3b !important;
}
.leodigi-font {
  font-size: 1.6rem;
}

.font-family-secondary {
  font-family: 'Playfair Display';
}

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

.text-primary {
  color: var(--secondary-color) !important;
}

a.text-primary:hover {
  color: var(--hover-color) !important;
}

.text-secondary {
  color: #081746 !important;
}

a.text-secondary:hover {
  color: var(--hover-color) !important;
}

a.text-muted:hover {
  color: inherit !important;
}

.bg-primary {
  background-color: var(--primary-color) !important;
}

.bg-light {
  background-color: #f5f5f5 !important;
}

.bg-dark {
  background-color: #222 !important;
}

.bg-dark-80 {
  background-color: rgba(0, 0, 0, 0.5) !important;
}

.bg-dark-50 {
  background-color: rgba(0, 0, 0, 0.5) !important;
}

.bg-dark-30 {
  background-color: rgba(0, 0, 0, 0.3) !important;
}

.bg-cover {
  background-color: #333;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}

.text-shadow {
  text-shadow: 0px 0px 10px #000000;
}

.black-white {
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.border-primary {
  border-color: #909090 !important;
}

a:hover .black-white,
a.active .black-white,
.slick-current .black-white {
  -webkit-filter: none;
  filter: none;
}

.opacity-0 {
  visibility: hidden;
  opacity: 0;
  /* -webkit-transition: all 0.5s ease 0s;
  -moz-transition: all 0.5s ease 0s;
  transition: all 1s ease 1s;
  */
}

a:hover .opacity-0,
a:focus .opacity-0 {
  visibility: visible;
  opacity: 1;
}

.mh-1 {
  min-height: 12.5rem;
}

.mh-1-5 {
  min-height: 15rem;
}

.mh-2 {
  min-height: 25rem;
}

.lh-12 {
  line-height: 1.2;
}

.lh-body {
  line-height: 1.5;
}

.mb-fix {
  margin-bottom: 2rem !important;
}

.zoom {
  -webkit-transition: all 0.5s ease 0s;
  -moz-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
}

a:hover .zoom {
  transform: scale(1.1);
}

.home-rooms .slick-current a:hover .zoom {
  transform: scale(1.1) translateY(-50%) !important;
}
.editor-styles-wrapper,
.entry-content {
  margin-bottom: 3rem;
}
@media (max-width: 767.98px) {
  h1,
  .h1,
  h2,
  .h2 {
    font-size: 1.5rem;
  }
}

/*--------------------------------------------------------------
# Form
--------------------------------------------------------------*/
.form-check input {
  cursor: pointer;
}

button {
  cursor: pointer;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.required {
  color: #f00;
}

.form-control,
.custom-select,
.btn,
.input-group-addon {
  font-size: inherit;
  font-weight: 400;
  color: inherit;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  box-shadow: none;
  padding: 0.5rem 1rem;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.form-control,
.custom-select,
.input-group-addon {
  height: calc(1.5em + 1rem + 2px);
  padding: 0.3rem 0.5rem;
}

textarea.form-control {
  height: auto;
}

.form-control:focus,
.form-control:focus + .input-group-btn .btn,
.custom-select:focus {
  border-color: #062d18;
  box-shadow: none;
}

.form-control:disabled,
.form-control[readonly] {
  background: #fff;
}

.custom-select {
  background-image: url(images/arrow-down-black.png);
  -webkit-background-size: 0.5rem 0.25rem;
  -moz-background-size: 0.5rem 0.25rem;
  background-size: 0.5rem 0.25rem;
  padding-left: 0.5rem;
  padding-right: 1.75rem;
}

.btn {
  letter-spacing: 0.05rem;
  box-shadow: none !important;
}

.btn-shadow {
  box-shadow: 0 0 0.75rem #000 !important;
}

.btn-lg {
  font-size: 1rem;
}

.btn-sm {
  font-size: 0.75rem;
}

.btn-primary-fix,
.btn-primary-fix:not(:disabled):not(.disabled):active:focus {
  color: #fff;
  background: #062d18;
  border-color: #062d18;
}

.btn-primary-fix:hover,
.btn-primary-fix:focus,
.btn-primary-fix:not(:disabled):not(.disabled):active {
  background: #000;
  border-color: #000;
  color: #fff;
}

.btn-primary,
.btn-primary:not(:disabled):not(.disabled):active:focus {
  color: #fff;
  background: var(--secondary-color);
  border-color: var(--secondary-color);
}

.btn-primary:hover,
.btn-primary:focus,
.btn-primary:not(:disabled):not(.disabled):active {
  background: #3a3230d4;
  border-color: #3a3230d4;
}

.btn-outline-primary,
.btn-outline-primary:not(:disabled):not(.disabled):active:focus {
  color: #062d18;
  background: transparent;
  border-color: #062d18;
}

.btn-outline-primary:hover,
.btn-outline-primary:focus,
.btn-outline-primary:not(:disabled):not(.disabled):active,
.btn-outline-primary:not(:disabled):not(.disabled).active {
  color: #fff;
  background-color: #062d18;
  border-color: #062d18;
}

.btn-dark,
.btn-dark:not(:disabled):not(.disabled):active:focus {
  color: #fff;
  background: #808080;
  border-color: #808080;
}

.btn-dark:hover,
.btn-dark:focus,
.btn-dark:not(:disabled):not(.disabled):active {
  color: #fff;
  background-color: var(--secondary-color);
  border-color: var(--secondary-color);
}

.btn-outline-dark,
.btn-outline-dark:not(:disabled):not(.disabled):active:focus {
  color: #062d18;
  background-color: transparent;
  border-color: #062d18;
}

.btn-outline-dark:hover,
.btn-outline-dark:focus,
.btn-outline-dark:not(:disabled):not(.disabled):active,
.btn-outline-dark:not(:disabled):not(.disabled).active {
  color: #fff;
  background-color: var(--secondary-color);
  border-color: var(--secondary-color);
}

.btn-outline-light,
.btn-outline-light:not(:disabled):not(.disabled):active:focus {
  color: #fff;
  background-color: transparent;
  border-color: #fff;
}

.btn-outline-light:hover,
.btn-outline-light:focus,
.btn-outline-light:not(:disabled):not(.disabled):active,
.btn-outline-light:not(:disabled):not(.disabled).active {
  color: #fff;
  background-color: #062d18;
  border-color: #062d18;
}

.dropdown-menu {
  font-size: inherit;
  border-radius: 0;
  margin-top: 0.5rem;
}

.popover {
  font-size: inherit;
  border-radius: 0;
}

.review-popup {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
}

.review-popup-closer {
  font-size: 1rem;
  color: #aaa;
  background-color: rgba(0, 0, 0, 0.5);
  display: flex;
  align-items: center;
  justify-content: center;
  width: 2rem;
  height: 2rem;
  z-index: 10;
  top: 0;
  right: 0;
}

.review-popup-closer:hover {
  color: #fff;
}

@media (min-width: 768px) {
  .popover {
    max-width: 50rem;
    border-radius: 5px;
  }

  .review-popup {
    width: 25rem;
    height: auto;
    margin-left: 0.25rem;
    position: absolute;
    top: 100%;
    left: 100%;
    transform: translateY(-25%);
  }
}

/*--------------------------------------------------------------
# Page header
--------------------------------------------------------------*/
.page-header {
  text-align: center;
  background-color: #202022;
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-height: 16.875rem;
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
}

.page-title,
.page-header h1 {
  font-size: 2.25rem;
  text-transform: uppercase;
  color: #fff;
  margin-bottom: 0;
}

.page-desc,
.page-header p {
  color: #fff;
  margin-top: 1.25rem;
}

/*--------------------------------------------------------------
# Breadcrumb
--------------------------------------------------------------*/
.breadcrumb-nav {
  padding-top: 1rem;
  padding-bottom: 1rem;
  margin-bottom: 1rem;
}

.breadcrumb {
  background: transparent;
  padding: 0;
  margin: 0;
}

.breadcrumb-item.active {
  color: inherit;
}

.breadcrumb-item + .breadcrumb-item:before {
  content: '>';
}

/*--------------------------------------------------------------
# Pagination
--------------------------------------------------------------*/
.pagination {
  justify-content: center;
  margin: 1.25rem 0 0;
}

.pagination .page-item {
  margin: 0 0.1875rem 0.375rem;
}

.pagination .page-link {
  color: #062d18;
  background: transparent;
  border: 0.125rem solid #062d18;
  text-align: center;
  width: 2.5rem;
  height: 2.5rem;
  line-height: 2.25rem;
  padding: 0;
}

.pagination .page-link:hover {
  color: #fff;
  background: #062d18;
  border-color: #062d18;
}

.pagination .page-item.active .page-link {
  color: #fff;
  background: #062d18;
  border-color: #062d18;
}

.pagination .page-item:first-child .page-link,
.pagination .page-item:last-child .page-link {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}

/*--------------------------------------------------------------
# Modal
--------------------------------------------------------------*/
.modal-backdrop {
}

.modal-dialog.modal-lg {
  max-width: 800px;
}

.modal-header {
  border-bottom: 1px solid #eee;
  padding: 20px 30px;
}

.modal-body {
  padding: 30px;
}

.modal-footer {
  border-top: 1px solid #eee;
  padding: 15px 30px;
}

.modal-title {
  font-weight: 600;
  color: #333;
}

.modal-close {
  border: 0;
  cursor: pointer;
  width: 2rem;
  height: 2rem;
  padding: 0;
  position: absolute;
  z-index: 10;
  top: 0.5rem;
  right: 0.5rem;
}

/* Tùy chỉnh nội dung trong modal */
#modalPostContent img {
  max-width: 100%;
  height: auto;
  margin-bottom: 20px;
  border-radius: 6px;
}

#modalPostContent p {
  margin-bottom: 15px;
  line-height: 1.6;
}

#modalPostContent h1,
#modalPostContent h2,
#modalPostContent h3,
#modalPostContent h4,
#modalPostContent h5,
#modalPostContent h6 {
  margin-top: 25px;
  margin-bottom: 15px;
}

/*--------------------------------------------------------------
# animation
--------------------------------------------------------------*/
.spin::before {
  -webkit-animation: spin 1.2s infinite linear;
  -moz-animation: spin 1.2s infinite linear;
  -ms-animation: spin 1.2s infinite linear;
  -o-animation: spin 1.2s infinite linear;
  animation: spin 1.2s infinite linear;
}

@keyframes "spin" {
  from {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  to {
    -webkit-transform: rotate(359deg);
    -moz-transform: rotate(359deg);
    -o-transform: rotate(359deg);
    -ms-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}

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

  to {
    -moz-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}

@-webkit-keyframes "spin" {
  from {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  to {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}

@-ms-keyframes "spin" {
  from {
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  to {
    -ms-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}

@-o-keyframes "spin" {
  from {
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  to {
    -o-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}

/*--------------------------------------------------------------
# lang nav
--------------------------------------------------------------*/
.lang-nav ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.lang-nav .menu > li {
  position: relative;
}

.lang-nav .menu > li > a {
  white-space: nowrap;
  color: #fff;
  display: block;
}

.lang-nav .menu > li > a::after {
  content: '';
  border-bottom: 1px solid #fff;
  border-right: 1px solid #fff;
  display: inline-block;
  vertical-align: middle;
  width: 0.5rem;
  height: 0.5rem;
  margin-top: -0.5rem;
  margin-left: 0.5rem;
  transform: rotate(45deg);
}

.lang-nav .menu img {
  border-radius: 50%;
  width: 1.125rem !important;
  height: 1.125rem !important;
  margin-top: -2px;
  margin-right: 2px;
}

.lang-nav .sub-menu {
  white-space: nowrap;
  background-color: #fff;
  border: 1px solid #dee2e6;
  display: none;
  min-width: 120px;
  padding: 0.5rem;
  position: absolute;
  z-index: 12;
  top: 100%;
  right: 0;
}

.lang-nav li:hover > .sub-menu {
  display: block;
}

.lang-nav .sub-menu li a {
  font-size: 0.875rem;
  white-space: nowrap;
  color: #343535;
  display: block;
  padding: 0.25rem;
}

.lang-nav .sub-menu li a:hover {
  color: #c99246;
}

/*--------------------------------------------------------------
# site header
--------------------------------------------------------------*/
.site-header {
  color: var(--secondary-color);
  background: #f5fffa;
  width: 100%;
  z-index: 1001;
  -webkit-transition: all 0.5s ease 0s;
  -moz-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
}
.site-logo {
  text-align: center;
}
.site-logo img {
  -webkit-transition: all 0.5s ease 0s;
  -moz-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
}

.site-logo .logo {
  width: 160px;
  height: 90px;
}

.site-hotel-menu,
.site-hotel-menu .sub-menu {
  font-weight: 400;
  color: #808080;
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
}

.site-hotel-menu > li {
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 33%;
  width: 100%;
  padding-left: 15px;
  padding-right: 15px;
  margin-bottom: 1rem;
}

.site-hotel-menu > li > a {
  font-size: 1rem;
  text-transform: uppercase;
  border-bottom: 1px solid #dee2e6;
  display: block;
  padding-bottom: 0.5rem;
  margin-bottom: 0.5rem;
}

.site-hotel-menu .sub-menu > li {
  margin-bottom: 0.5rem;
}

.site-header.scroll {
  position: sticky;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1000;
  background: #f5fffa;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
  transition: all 0.3s ease;
}

/*--------------------------------------------------------------
## site navigation
--------------------------------------------------------------*/
.site-nav ul {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
}

.site-nav .menu {
  display: flex;
}

.site-nav .menu > li {
  padding-top: 1rem;
  padding-bottom: 1rem;
  position: relative;
}

.site-nav .menu > li > a {
  display: block;
  font-family: 'Lora', serif;
  font-size: 14px;
  letter-spacing: 1px;
  font-weight: 500;
  text-transform: uppercase;
}

.site-nav-left .menu > li {
  margin-right: 2rem;
}

.site-nav-right .menu > li {
  margin-left: 2rem;
}

.site-nav .sub-menu {
  background-color: #dfd4c5;
  display: none;
  min-width: 10rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  position: absolute;
  z-index: 10;
  top: 100%;
  left: 0;
  -webkit-box-shadow: 1px 3px 22px -3px rgba(0, 0, 0, 1);
  -moz-box-shadow: 1px 3px 22px -3px rgba(0, 0, 0, 1);
  box-shadow: 1px 3px 22px -3px rgba(0, 0, 0, 1);
}

.site-nav li:hover > .sub-menu {
  display: block;
}

.site-nav .sub-menu > li > a {
  font-size: 0.75rem;
  white-space: nowrap;
  display: block;
  padding: 0.5rem 1rem;
}

.site-nav .sub-menu > li > a:hover {
  color: var(--secondary-color);
}

.site-nav .menu > li.menu-item-has-children:hover:before {
  border-right: 8px solid transparent;
  border-bottom: 8px solid #dfd4c5;
  border-left: 8px solid transparent;
  content: ' ';
  height: 0;
  left: calc(50% - 7px);
  position: absolute;
  bottom: 0;
  width: 0;
}
/*--------------------------------------------------------------
# fancybox
--------------------------------------------------------------*/
.fancybox-thumbs .play {
  font-size: 1rem;
  color: #fff;
  position: absolute;
  z-index: 10;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.fancybox-thumbs__list a:before {
  border: 3px solid #062d18 !important;
}

/*--------------------------------------------------------------
# heading
--------------------------------------------------------------*/
.heading-title-secondary {
  font-family: 'Galano Grotesque', sans-serif;
  font-size: 12px;
  font-weight: 400;
  line-height: 18.7px;
}

.heading-title,
.tab-component.blogs-section .heading-title {
  font-family: 'Galano Grotesque', sans-serif;
  font-size: 48px;
  font-weight: 400;
  line-height: 120%;
  letter-spacing: 1px;
}

.heading-title-living,
.tab-component h2 {
  font-family: 'Galano Grotesque', sans-serif;
  font-size: 24px;
  font-weight: 400;
  text-transform: uppercase;
  font-style: normal;
  text-decoration: none;
  line-height: 120%;
  letter-spacing: 0px;
  word-spacing: 0em;
}

.heading-title-footer {
  font-family: 'Galano Grotesque', sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 25.6px;
  letter-spacing: 1px;
  color: #fff !important;
}
.site-footer p,
.site-footer a {
  color: #fff;
}
.text-content {
  font-family: 'Lora', serif;
  font-size: 14px;
  font-weight: 300;
  line-height: 150%;
  letter-spacing: 0px;
  max-width: 800px;
  margin: 0 auto;
}

.text-lg-content {
  font-family: 'Galano Grotesque', sans-serif;
  font-size: 14px;
  font-weight: 300;
  line-height: 150%;
  letter-spacing: 0px;
  color: var(--primary-color);
  max-width: 600px;
}

.home .text-lg-content {
  font-family: 'Galano Grotesque', sans-serif;
  font-size: 30px;
  font-weight: 400;
  line-height: 125%;
  letter-spacing: 0px;
  color: var(--primary-color);
}

.card-text {
  font-family: 'Lora', serif;
  font-size: 14px;
  font-weight: 300;
}

/*--------------------------------------------------------------
# Banner Media
--------------------------------------------------------------*/
.banner-media {
  height: calc(100vh - 150px);
}
/*--------------------------------------------------------------
# Tour
--------------------------------------------------------------*/
.gallery-tour {
  max-width: 100%;
  margin: 0 auto;
  position: relative;
}

.center-mode-slider {
  width: 100%;
  margin: 0 auto;
  position: relative;
}

.center-mode-slider .slick-slide-item {
  padding: 0 10px;
  box-sizing: border-box;
  transition: transform 0.3s ease;
}
.center-mode-slider .slick-center .slide-link {
  transform: scale(1);
}
.center-mode-slider .slick-slide-item:not(.slick-center) .slide-link {
  transform: scale(0.8);
  opacity: 0.6;
}
.center-mode-slider .slide-link {
  display: block;
  width: 750px;
  margin: 0 auto;
  aspect-ratio: 3/2;
  overflow: hidden;
  border-radius: 12px;
  transition: transform 0.3s ease;
}

.center-mode-slider .slide-link img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 12px;
}

.center-mode-slider .slick-prev,
.center-mode-slider .slick-next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 10;
  background: transparent;
  color: #f1ebe3;
  border: 1px solid #f1ebe3;
  padding: 10px 15px;
  font-size: 20px;
  transition: background 0.3s ease;
}

.center-mode-slider .slick-prev {
  left: 15px;
}

.center-mode-slider .slick-next {
  right: 15px;
}

.center-mode-slider .slick-prev:hover,
.center-mode-slider .slick-next:hover {
  background: #f1ebe3;
  color: #3a3230;
}
@media (min-width: 1200px) {
  .center-mode-slider .slide-link {
    width: 750px;
  }
}

@media (min-width: 1920px) {
  .center-mode-slider .slide-link {
    width: 900px;
  }
}
@media (min-width: 2560px) {
  .center-mode-slider .slide-link {
    width: 1200px;
  }
}
/*--------------------------------------------------------------
# destinations
--------------------------------------------------------------*/
.destinations-box {
  position: relative;
  background-size: cover;
  background-position: center;
  height: 500px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  border-radius: 8px;
  overflow: hidden;
  transition: all 0.5s ease;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
}

.destinations-box::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(
    to bottom,
    rgba(0, 0, 0, 0.8),
    rgb(0 0 0 / 50%),
    transparent
  );
  z-index: 1;
  transition: opacity 0.3s ease;
}

.destinations-content {
  position: relative;
  z-index: 2;
  transition: color 0.4s ease-in-out;
  color: #fff;
  padding: 20px;
}

.destinations-title {
  font-size: 1.25rem;
  font-weight: bold;
  transition: color 0.4s ease-in-out;
  color: #f1ebe3 !important;
}

.destinations-excerpt {
  margin-top: 50px;
  opacity: 0;
  transform: translateY(10px);
  transition: all 0.3s ease-in-out;
  display: -webkit-box;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  word-break: break-word;
}

.bookonow {
  position: relative;
  z-index: 2;
  opacity: 0;
  transform: translateY(10px);
  transition: all 0.3s ease-in-out;
}

.destinations-box:hover .destinations-excerpt,
.destinations-box:hover .bookonow {
  opacity: 1;
  transform: translateY(0);
}

/*--------------------------------------------------------------
# footer
--------------------------------------------------------------*/
.site-footer {
  color: var(--primary-color);
  background: var(--secondary-color);
}

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

.logo-footer > img {
  max-height: 140px;
  padding-bottom: 3rem;
}

.footer-social li {
  margin-right: 0.5rem;
}

.footer-social li a {
  font-size: 1.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 2.25rem;
  height: 2.25rem;
}

.footer-nav ul {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
}

.footer-nav li {
  margin-bottom: 1rem;
}

.footer-nav-4 .menu > li > a {
  font-weight: 700;
}

.footer-nav-4 .sub-menu {
  margin-top: 1rem;
}

.car-member > a > img {
  max-width: 150px;
  height: 35px;
}

.post .info {
  margin-bottom: 2rem;
}

.h-offers .slick-dots {
  display: none !important;
}

.home-living {
  padding: 80px 0;
  background-color: #f5fffa;
}

.heading-title-secondary {
  font-size: 14px;
  letter-spacing: 2px;
  color: var(--secondary-color);
}

.heading-title {
  letter-spacing: 1px;
  margin-bottom: 40px;
  font-weight: 500 !important;
}

.home-living {
  background: #f5fffa;
}

.living-slider {
  margin: 0 -15px;
}

.living-item,
.living-grid {
  margin-bottom: 30px;
}

.living-item .card:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.1);
}

.living-item .card-img-wrapper {
  overflow: hidden;
  border-radius: 8px 8px 0 0;
}

.living-item .card-img-wrapper img {
  width: 100%;
  height: 650px;
  object-fit: cover;
  transition: transform 0.5s ease;
}

.living-item .card:hover .card-img-wrapper img {
  transform: scale(1.05);
}

.living-item .card-body,
.living-grid .card-body {
  padding: 2.5rem 0;
}

.living-item .btn-outline-dark {
  font-weight: 400;
  transition: all 0.3s ease;
}

.living-item .btn-outline-dark:hover {
  color: #fff;
}

.living-slider .slick-slide {
  padding: 0 10px;
}

/* Điều chỉnh slick dots */
.living-slider .slick-dots {
  bottom: -40px;
}

.living-slider .slick-dots li button:before {
  font-size: 12px;
}

.living-slider {
  position: relative;
  .slick-prev,
  .slick-next {
    position: absolute;
    top: -100px;
    transform: translateY(-50%);
    z-index: 1;
    background-color: transparent;
    border: 1px solid var(--secondary-color);
    width: 60px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .slick-prev {
    right: 90px;
  }

  .slick-next {
    right: 10px;
  }

  .slick-prev i,
  .slick-next i {
    font-size: 25px;
    color: #062d18;
  }
}

.living-grid .card-img-wrapper img {
  height: 700px;
  object-fit: cover;
}

/* Responsive adjustments */
@media (max-width: 992px) {
  .living-item .card-img-wrapper img {
    height: 200px;
  }
}

@media (max-width: 768px) {
  .living-item .card-body {
    padding: 1rem;
  }

  .living-slider .slick-prev,
  .living-slider .slick-next {
    top: -65px;
  }
  .living-slider {
    .slick-prev,
    .slick-next {
      width: 40px;
      height: 40px;
    }
    .slick-prev {
      right: 60px;
    }
  }
}

.slick-gallery {
  position: relative;
}

.slick-gallery .slick-prev,
.slick-gallery .slick-next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 10;
  background: transparent;
  color: #f1ebe3;
  border: 1px solid #f1ebe3;
  padding: 10px 15px;
  font-size: 20px;
  transition: background 0.3s ease;
}

.slick-gallery .slick-prev {
  left: 0;
}

.slick-gallery .slick-next {
  right: 0;
}

.slick-gallery .slick-prev:hover,
.slick-gallery .slick-next:hover {
  background: #f1ebe3;
  color: #3a3230;
}

/*--------------------------------------------------------------
# wellbeing
--------------------------------------------------------------*/
.home-wellbeing {
  color: #333;
}

.wellbeing-box {
  transition: box-shadow 0.3s ease;
}

.wellbeing-box:hover {
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
}

.list-right [class*='col-'] {
  padding-left: 0;
  padding-right: 0;
}

.wellbeing-box img {
  max-height: 550px;
  width: 100%;
  object-fit: cover;
}

.list-right .wellbeing-box img {
  max-height: 360px;
}

.list-right .con-r {
  padding: 3rem;
}

/*--------------------------------------------------------------
# dining
--------------------------------------------------------------*/
.dining-left {
  padding-top: 150px;
  max-width: 500px;
}

/*--------------------------------------------------------------
# experiences
--------------------------------------------------------------*/
.home-experiences {
  padding: 200px 0;
}

.experiences-box {
  background: #dcebe4;
  text-align: left;
  color: #2c302c;
  max-width: 550px;
  padding: 90px;
}

/*--------------------------------------------------------------
# offer
--------------------------------------------------------------*/
.offer-box {
  position: relative;
  background-size: cover;
  background-position: center;
  height: 500px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  border-radius: 8px;
  overflow: hidden;
  transition: all 0.5s ease;
}
.offer-overlay {
  position: absolute;
  inset: 0;
  background-color: #dcebe4;
  opacity: 0;
  transition: opacity 0.5s ease;
  z-index: 1;
}
.offer-content {
  position: relative;
  z-index: 2;
  transition: color 0.4s ease-in-out;
  color: #fff;
  padding: 20px;
}

.offer-title {
  font-size: 1.25rem;
  font-weight: bold;
  transition: color 0.4s ease-in-out;
}

.offer-excerpt {
  margin-top: 50px;
  opacity: 0;
  transform: translateY(10px);
  transition: all 0.3s ease-in-out;
}

/* Hover effect */
.offer-box:hover .offer-overlay {
  opacity: 1;
  cursor: pointer;
}

.offer-box:hover .offer-content {
  color: var(--secondary-color);
}

.offer-box:hover .offer-title {
  color: var(--secondary-color);
}

.offer-box:hover .offer-excerpt,
.offer-box:hover .bookonow {
  z-index: 2;
  position: relative;
  opacity: 1;
  transform: translateY(0);
}
/*--------------------------------------------------------------
# background-content
--------------------------------------------------------------*/
.background-content {
  position: relative;
  height: calc(100vh - 75px);
}

/*--------------------------------------------------------------
# stories
--------------------------------------------------------------*/
.stories-gallery .gallery-slide {
  padding: 0 10px;
}

.stories-gallery .gallery-slide img {
  height: 320px;
  width: 100%;
  object-fit: cover;
}
.stories-gallery {
  position: relative;
  .slick-prev,
  .slick-next {
    position: absolute;
    bottom: 0;
    transform: translateY(-50%);
    z-index: 1;
    background-color: transparent;
    border: 1px solid var(--primary-color);
    width: 60px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .slick-prev {
    right: 90px;
  }

  .slick-next {
    right: 10px;
  }

  .slick-prev i,
  .slick-next i {
    font-size: 25px;
    color: var(--primary-color);
  }
}
/*--------------------------------------------------------------
# Home Tour
--------------------------------------------------------------*/
.home-tour {
  background-color: #dcebe4;
  padding: 5rem 0;
}

/*--------------------------------------------------------------
# Stay Archive
--------------------------------------------------------------*/
.stay-ar-section {
  background: #fff;
  padding: 40px 0;
  border-radius: 8px;
  box-shadow: 0 2px 15px rgba(0, 0, 0, 0.1);
}

.section-title {
  font-size: 28px;
  font-weight: 700;
  color: #333;
  text-align: center;
}

/* Tab Navigation */
.stay-ar-nav {
  margin-bottom: 30px;
}

.stay-ar-nav .nav-tabs {
  border-bottom: 1px solid #3a3230;
  justify-content: center;
  padding-bottom: 20px;
}

.stay-ar-nav .nav-link {
  font-family: 'Galano Grotesque', sans-serif;
  padding: 12px 25px;
  font-weight: 500;
  font-size: 20px;
  line-height: 24px;
  color: #555;
  border: none;
  position: relative;
  margin-bottom: -2px;
  transition: all 0.3s ease;
  border-right: 1px solid #3a3230;
  border-radius: unset;
}

.stay-ar-nav .nav-link.active,
.stay-ar-nav .nav-link:hover {
  color: #3a3230;
  background-color: transparent;
  border-right: 1px solid #3a3230;
  border-radius: unset;
}

.stay-ar-nav .nav-link:last-child {
  border-right: unset;
}
/* Tab Content */
.tab-content-wrapper {
  position: relative;
  padding-bottom: 30px;
}

.tab-content-inner {
  overflow-y: auto;
  padding: 15px;
  transition: max-height 0.3s ease;
}
.stay-ar-section .tab-content {
  max-width: 1100px;
  margin: 0 auto;
}
/* Show More Button */
.showmore-footer {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background: linear-gradient(to top, #dcebe4, rgba(248, 244, 240, 0));
  padding-top: 40px;
  z-index: 1;
}

.showmore-btn {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: transparent;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease;
  border: none;
  padding: 0;
  color: #915c37;
}

.showmore-btn-icon {
  width: 25px;
  height: 25px;
  transition: transform 0.3s ease;
  transform-origin: center;
}

.showmore-btn.collapsed .showmore-btn-icon {
  transform: rotate(0deg);
}

.showmore-btn:not(.collapsed) .showmore-btn-icon {
  transform: rotate(180deg);
}
.showmore-btn.collapsed ~ .showmore-footer {
  background: linear-gradient(to top, #f8f4f0, rgba(248, 244, 240, 0));
}
.showmore-btn:not(.collapsed) ~ .showmore-footer {
  background: transparent;
}
/* Responsive */
@media (max-width: 768px) {
  .stay-ar-nav .nav-link {
    padding: 10px 15px;
    font-size: 14px;
  }

  .tab-content-inner {
    max-height: 300px;
  }
}
/*--------------------------------------------------------------
# Page Masonry Gallery
--------------------------------------------------------------*/
.masonry-grid {
  columns: 4;
  column-gap: 20px;
}

.masonry-item {
  display: inline-block;
  width: 100%;
  margin-bottom: 20px;
  break-inside: avoid;
  transition: transform 0.3s ease;
}

.masonry-item:hover {
  transform: translateY(-5px);
}

.masonry-item img {
  width: 100%;
  height: auto;
  border-radius: 8px;
  display: block;
}

/* Responsive */
@media (max-width: 1200px) {
  .masonry-grid {
    columns: 3;
  }
}

@media (max-width: 768px) {
  .masonry-grid {
    columns: 2;
  }
}

@media (max-width: 576px) {
  .masonry-grid {
    columns: 1;
  }
}
/*--------------------------------------------------------------
# tab content
--------------------------------------------------------------*/
.tab-component .nav-tabs {
  border-bottom: 0.5px solid #80614a;
}

.tab-component .nav-tabs .nav-item {
  padding: 0 25px;
}

.tab-component .nav-tabs .nav-link {
  text-transform: uppercase;
  border: none;
  padding-right: 0;
  padding-left: 0;
  color: var(--secondary-color);
  font-weight: 400;
  font-family: 'Lora', serif;
}

.tab-component .nav-tabs .nav-link.active {
  background: transparent;
  border-bottom: 2px solid;
}

.tab-component .tab-pane {
  padding-top: 30px;
}

.tab-component .text-content {
  white-space: pre-line;
}

/*--------------------------------------------------------------
# Blog
--------------------------------------------------------------*/
.blog-meta {
  padding-top: 100px;
}

.single-post .content-area,
.single-tours .entry-content {
  max-width: 900px;
  margin: 0 auto;
}

.page-template-page-404 .page-header {
  min-height: calc(100vh);
}
.single h1.entry-title {
  font-family: 'Gotu';
  margin-bottom: 2rem;
}
/*--------------------------------------------------------------
# Contact
--------------------------------------------------------------*/
input#input_1_1,
input#input_1_4,
input#input_1_5,
select#input_1_6,
textarea#input_1_7 {
  border: none;
  border-bottom: 1px solid #3a3230;
  background: transparent;
  box-shadow: none;
  color: #3a3230;
  font-family: 'Galano Grotesque', sans-serif;
  font-size: 12px;
  font-weight: 400;
  text-transform: uppercase;
  line-height: 170%;
  letter-spacing: 1px;
}

label#label_1_8_1 {
  color: #3a3230;
  font-family: 'Galano Grotesque', sans-serif;
  font-size: 14px;
  font-weight: 400;
}

div#field_submit {
  justify-content: end;
}

input#gform_submit_button_1 {
  background-color: #3a3230;
  color: #ffffff;
}
.gap-block {
  padding-top: var(--gap-mobile);
  display: block;
  content: '';
}
/*--------------------------------------------------------------
# Mobile menu button
--------------------------------------------------------------*/
.mobile-header {
  z-index: 1000;
  transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.mobile-dropdown-menu {
  position: fixed;
  top: 90px;
  left: 0;
  width: 100%;
  background: var(--secondary-color);
  max-height: 0;
  overflow: hidden;
  transition: 0.3s ease-out;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
  z-index: 999;
}

.mobile-dropdown-menu.active {
  max-height: 80vh;
  overflow-y: auto;
}

.mobile-menu {
  list-style: none;
  padding: 0;
  margin: 0;
}
.mobile-header img {
  height: 40px;
}
.mobile-menu li {
}

.mobile-menu li a {
  display: block;
  padding: 15px 20px;
  color: var(--primary-color);
  text-decoration: none;
  text-transform: uppercase;
  font-size: 16px;
}
button.aside-nav-toggler.btn.btn-menu {
  font-size: 25px;
}
.mobile-menu li.menu-item-has-children > a:after {
  content: '+';
  float: right;
}

.mobile-menu li.menu-item-has-children.active > a:after {
  content: '-';
}

.sub-menu {
  display: none;
  padding-left: 15px;
  background: #f9f9f9;
}

.mobile-menu li.active .sub-menu {
  display: block;
}
/*--------------------------------------------------------------
# Language switcher
--------------------------------------------------------------*/
/*PC*/
.lang-switcher {
  position: relative;
  display: flex;
  margin-left: 2rem;
  margin-right: 2rem;
}

.lang-toggle {
  background: transparent;
  border: none;
  font-weight: 400;
  text-transform: uppercase;
  cursor: pointer;
  display: flex;
  align-items: center;
  gap: 5px;
}

.lang-arrow {
  transition: transform 0.3s ease;
  font-size: 11px;
}

.lang-toggle.open .lang-arrow {
  transform: rotate(90deg); /* quay mũi tên xuống */
}

.lang-dropdown {
  display: none;
  position: absolute;
  top: 100%;
  right: 0;
  list-style: none;
  padding: 0;
  margin: 5px 0 0;
  z-index: 100;
  min-width: 100%;
}

.lang-dropdown li a {
  display: block;
  padding: 8px 12px;
  text-decoration: none;
  color: #3a3230;
  font-weight: 600;
}

.lang-dropdown li a:hover {
  background-color: #f0f0f0;
}

/**Mobile*/
.mobile-lang-switcher .pll-switcher-select {
  border: none;
  background: transparent;
  text-transform: uppercase;
  font-size: 20px;
}
.mobile-lang-switcher select.lang-select {
  border: none;
  background: transparent;
  color: var(--secondary-color);
  font-size: 1rem;
  padding: 5px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.desktop-lang-switcher ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
}

.desktop-lang-switcher li {
  margin-left: 15px;
}

.desktop-lang-switcher a {
  color: var(--secondary-color);
  text-decoration: none;
  text-transform: uppercase;
}

.desktop-lang-switcher .current-lang a {
  color: var(--hover-color);
  font-weight: bold;
}
/*--------------------------------------------------------------
## Site popup
--------------------------------------------------------------*/
@media (max-width: 991.98px) {
  .site-popup {
    display: none;
  }
}
.site-popup-trip {
  opacity: 0.8;
  max-width: 9rem;
  bottom: 60px;
  left: 0.5rem;
  position: fixed;
  z-index: 99999;
}
.site-popup-trip .bclose {
  top: 0;
  right: 0.5rem;
  font-size: 1.75rem;
}
.modal-content {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
  color: var(--bs-modal-color);
  pointer-events: auto;
  background-color: #dcebe4;
  background-clip: padding-box;
  border: none;
  border-radius: unset;
  outline: 0;
}
/*--------------------------------------------------------------
## Hiệu ứng
--------------------------------------------------------------*/
/* Fade in từ dưới lên*/
.fade-in-up {
  opacity: 0;
  transform: translateY(40px);
  transition: opacity 0.8s cubic-bezier(0.25, 1, 0.5, 1),
    transform 0.8s cubic-bezier(0.25, 1, 0.5, 1);
  will-change: opacity, transform;
}

.fade-in-up.show {
  opacity: 1;
  transform: translateY(0);
}

/* Fade in từ trên xuống */
.fade-in-down {
  opacity: 0;
  transform: translateY(-40px);
  transition: opacity 0.8s cubic-bezier(0.25, 1, 0.5, 1),
    transform 0.8s cubic-bezier(0.25, 1, 0.5, 1);
  will-change: opacity, transform;
}

.fade-in-down.show {
  opacity: 1;
  transform: translateY(0);
}

/* Fade in từ trái qua phải */
.fade-in-left {
  opacity: 0;
  transform: translateX(-40px);
  transition: opacity 0.8s cubic-bezier(0.25, 1, 0.5, 1),
    transform 0.8s cubic-bezier(0.25, 1, 0.5, 1);
  will-change: opacity, transform;
}

.fade-in-left.show {
  opacity: 1;
  transform: translateX(0);
}

/* Fade in từ phải qua trái */
.fade-in-right {
  opacity: 0;
  transform: translateX(40px);
  transition: opacity 0.8s cubic-bezier(0.25, 1, 0.5, 1),
    transform 0.8s cubic-bezier(0.25, 1, 0.5, 1);
  will-change: opacity, transform;
}

.fade-in-right.show {
  opacity: 1;
  transform: translateX(0);
}

/* Ảnh trượt từ trái với hiệu ứng scale */
.img-slide-left {
  opacity: 0;
  transform: translateX(-40px) scale(0.8); /* Giảm khoảng cách dịch chuyển */
  transition: all 0.8s cubic-bezier(0.25, 1, 0.5, 1);
  will-change: opacity, transform;
}

.img-slide-left.show {
  opacity: 1;
  transform: translateX(0) scale(1);
}

/* Ảnh trượt từ phải với hiệu ứng scale */
.img-slide-right {
  opacity: 0;
  transform: translateX(40px) scale(0.8); /* Giảm khoảng cách dịch chuyển */
  transition: all 0.8s cubic-bezier(0.25, 1, 0.5, 1);
  will-change: opacity, transform;
}

.img-slide-right.show {
  opacity: 1;
  transform: translateX(0) scale(1);
}

/* Các hiệu ứng khác giữ nguyên nhưng giảm thời gian */
.img-zoom-in,
.img-flip-left,
.fade-rotate,
.bounce-up,
.elastic-scale {
  opacity: 0;
  transition: all 0.8s cubic-bezier(0.25, 1, 0.5, 1);
}

/* Giữ nguyên các transform gốc nhưng giảm thời gian */
.img-zoom-in {
  transform: scale(0.5);
}
.img-flip-left {
  transform: perspective(400px) rotateY(-90deg);
}
.fade-rotate {
  transform: translateY(40px) rotate(-10deg);
}
.bounce-up {
  transform: translateY(60px);
}
.elastic-scale {
  transform: scale(0.3);
}

.img-zoom-in.show,
.img-flip-left.show,
.fade-rotate.show,
.bounce-up.show,
.elastic-scale.show {
  opacity: 1;
  transform: none;
}
/*--------------------------------------------------------------
# Mobile
--------------------------------------------------------------*/
@media (min-width: 768px) {
  .gap-block {
    padding-top: var(--gap-desktop);
  }
}
@media (max-width: 767px) {
  .site-popup-trip {
    max-width: 5rem;
    bottom: 15%;
  }
  .site-popup-trip .bclose {
    top: -10px;
    right: 0px;
  }
  .heading-title,
  .tab-component.blogs-section .heading-title {
    font-size: 30px;
  }
  .experiences-box {
    padding: 30px;
  }
  .home-experiences {
    padding: 100px 0;
  }
  .living-item .card-img-wrapper img {
    height: 250px;
  }
  .list-right .con-r {
    padding: 1rem 3rem;
  }
}
@media (max-width: 576px) {
  .logo-footer > img {
    max-width: 250px !important;
  }

  .footer-nav ul {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    margin-inline-end: auto;
    margin-inline-start: auto;
  }

  .footer-nav li {
    float: left;
    padding-right: 9px;
  }
  .footer-nav li a {
    padding: 13px 20px;
  }
  .dining-left {
    padding-top: 50px;
  }
  .banner-media {
    height: 430px;
  }
  .container-fluid,
  [class*='col-'] {
    padding-left: 15px;
    padding-right: 15px;
    overflow: hidden;
  }
  .home-wellbeing .row.g-5.list-right {
    padding: 0 10px;
  }
  .stories-gallery {
    .slick-prev {
      right: 65px;
    }
    .slick-prev,
    .slick-next {
      width: 40px;
      height: 40px;
    }
  }
  .elementor-329
    .elementor-element.elementor-element-179fd0f
    .elementor-heading-title {
    font-size: 32px !important;
  }
  .living-grid .card-img-wrapper img {
    height: 400px;
  }
  .stay-ar-nav .nav-link,
  .stay-ar-nav .nav-link.active,
  .stay-ar-nav .nav-link:hover {
    border-right: none;
  }
  .page-template-page-404 a.btn {
    margin: 15px;
  }
  .living-slider {
    .slick-prev i,
    .slick-next i {
      font-size: 20px;
    }
  }
  .stories-gallery {
    .slick-prev i,
    .slick-next i {
      font-size: 20px;
      color: var(--primary-color);
    }
  }
  .stay-ar-section .accordion-button:not(.collapsed) {
    background-color: #eee;
    color: #3a3230;
  }
  .blog-meta {
    padding-top: 0;
  }
}
.page-template-page-404 img {
  object-fit: cover;
}
