@charset "UTF-8";
html,
body,
p,
ol,
ul,
li,
dl,
dt,
dd,
blockquote,
figure,
fieldset,
legend,
textarea,
pre,
iframe,
hr,
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  padding: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 100%;
  font-weight: normal;
}

ol,
ul,
li {
  list-style: none;
}

button,
input,
select,
textarea {
  margin: 0;
}

svg {
  display: block;
}

html {
  box-sizing: border-box;
  -webkit-text-size-adjust: 100%;
}

*,
*::before,
*::after {
  box-sizing: inherit;
}

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

a {
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

@font-face {
  font-family: "Objective";
  src: url("../fonts/Objective-Italic.woff2") format("woff2"), url("../fonts/Objective-Italic.woff") format("woff");
  font-weight: normal;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Objective";
  src: url("../fonts/Objective-BlackItalic.woff2") format("woff2"), url("../fonts/Objective-BlackItalic.woff") format("woff");
  font-weight: 900;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Objective";
  src: url("../fonts/Objective-BoldItalic.woff2") format("woff2"), url("../fonts/Objective-BoldItalic.woff") format("woff");
  font-weight: bold;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Objective";
  src: url("../fonts/Objective-Bold.woff2") format("woff2"), url("../fonts/Objective-Bold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Objective";
  src: url("../fonts/Objective-Black.woff2") format("woff2"), url("../fonts/Objective-Black.woff") format("woff");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Objective";
  src: url("../fonts/Objective-Medium.woff2") format("woff2"), url("../fonts/Objective-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Objective";
  src: url("../fonts/Objective-LightItalic.woff2") format("woff2"), url("../fonts/Objective-LightItalic.woff") format("woff");
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Objective";
  src: url("../fonts/Objective-ExtraBold.woff2") format("woff2"), url("../fonts/Objective-ExtraBold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Objective";
  src: url("../fonts/Objective-Regular.woff2") format("woff2"), url("../fonts/Objective-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Objective";
  src: url("../fonts/Objective-MediumItalic.woff2") format("woff2"), url("../fonts/Objective-MediumItalic.woff") format("woff");
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Objective";
  src: url("../fonts/Objective-Thin.woff2") format("woff2"), url("../fonts/Objective-Thin.woff") format("woff");
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Objective";
  src: url("../fonts/Objective-SuperItalic.woff2") format("woff2"), url("../fonts/Objective-SuperItalic.woff") format("woff");
  font-weight: normal;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Objective";
  src: url("../fonts/Objective-Light.woff2") format("woff2"), url("../fonts/Objective-Light.woff2") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Objective";
  src: url("../fonts/Objective-ThinItalic.woff2") format("woff2"), url("../fonts/Objective-ThinItalic.woff") format("woff");
  font-weight: 100;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Objective";
  src: url("../fonts/Objective-ExtraBoldItalic.woff2") format("woff2"), url("../fonts/Objective-ExtraBoldItalic.woff") format("woff");
  font-weight: bold;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Objective";
  src: url("../fonts/Objective-Light.woff2") format("woff2"), url("../fonts/Objective-Light.woff") format("woff");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
header {
  height: 100px;
  display: flex;
  align-items: center;
  position: relative;
  z-index: 2;
  background: #FFF;
}
header .o-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
header .o-container .logo {
  position: absolute;
  left: 50%;
  top: 50%;
  cursor: pointer;
  transform: translate(-50%, -50%);
}
header .o-container .nav_btn {
  margin-left: -50px;
  padding: 5px 10px;
  padding-right: 20px;
  border-radius: 3px;
}
header .o-container .nav_btn svg {
  display: block;
}
header .o-container .nav_btn:hover {
  background: #b37b54;
  cursor: pointer;
}
header .o-container .nav_btn:hover svg path {
  fill: #FFF;
}
header .o-container .nav_btn:hover svg g path {
  stroke: #FFF;
}
header .o-container .right_nav {
  display: flex;
  align-items: center;
  gap: 30px;
}
header .o-container .right_nav .language_list {
  position: relative;
  display: flex;
  gap: 20px;
}
header .o-container .right_nav .language_list:after {
  content: "";
  display: block;
  width: 1px;
  height: 100%;
  position: absolute;
  background: #979797;
  left: 50%;
  top: -1px;
}
header .o-container .right_nav .language_list a {
  color: #979797;
  display: block;
  cursor: pointer;
}
header .o-container .right_nav .language_list a:hover {
  text-decoration: underline;
}
header .o-container .right_nav .language_list a.active {
  color: #141617;
}
@media screen and (max-width: 1024px) and (min-width: 768px) {
  header .o-container .nav_btn {
    margin-left: -15px;
  }
  header .o-container .logo {
    left: 140px;
    transform: translate(0, -50%);
  }
  header .o-container .logo svg {
    width: 200px;
  }
}
@media screen and (max-width: 767px) {
  header {
    height: 80px;
  }
  header .o-container .nav_btn {
    margin-left: -15px;
  }
  header .o-container .logo svg {
    width: 200px;
  }
  header .o-container .right_nav .language_list {
    display: none;
  }
  header .o-container .right_nav .btn {
    display: none;
  }
}

.borderPage header {
  border-bottom: 5px solid #C8926D;
}

footer {
  height: auto;
  width: 100%;
  background: #141617;
  border-top: 5px solid #C8926D;
  align-items: center;
  display: flex;
  color: #FFF;
  flex-wrap: wrap;
  padding-top: 30px;
  padding-bottom: 10px;
}
footer .o-container {
  flex: 0 0 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
footer .o-container.logo-container {
  align-content: center;
  margin-bottom: 50px;
}
footer .o-container .logo {
  margin-top: 10px;
}
footer .o-container .right_nav {
  display: flex;
  align-items: center;
  gap: 30px;
}
footer .o-container .right_nav ul {
  display: flex;
  gap: 30px;
}
footer .o-container .right_nav ul li {
  position: relative;
}
footer .o-container .right_nav ul li a {
  font-size: 12px;
  color: rgba(255, 255, 255, 0.6);
}
footer .o-container .right_nav ul li:first-child:before {
  display: none;
}
footer .o-container .right_nav ul li:before {
  content: "";
  width: 1px;
  height: 100%;
  background: rgba(255, 255, 255, 0.6);
  position: absolute;
  left: -15px;
}
footer .o-container.border:before {
  flex: 0 0 100%;
  height: 1px;
  background: #393939;
  display: block;
  content: "";
  margin-bottom: 20px;
}
footer .o-container.border:after {
  flex: 0 0 100%;
  height: 1px;
  background: #393939;
  display: block;
  content: "";
  margin-top: 20px;
}
footer .o-container.copyright {
  justify-content: right;
}
footer .o-container.copyright .text {
  font-size: 12px;
  margin-top: 20px;
  color: rgba(255, 255, 255, 0.6);
}
@media screen and (max-width: 767px) {
  footer {
    padding-bottom: 70px;
  }
  footer .o-container {
    justify-content: center;
  }
  footer .o-container .right_nav {
    margin-top: 20px;
  }
  footer .o-container.logo-container .logo {
    margin-bottom: 30px;
  }
  footer .o-container.copyright {
    justify-content: center;
    padding-bottom: 15px;
  }
}

.menu-overlay {
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.6);
  backdrop-filter: blur(2px);
  display: flex;
  justify-content: flex-start;
  align-items: stretch;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.6s ease, visibility 0.6s ease;
  z-index: 1000;
}
.menu-overlay .menu-panel {
  background: #C6885C;
  width: 60%;
  max-width: 800px;
  height: 100vh;
  position: relative;
  transform: translateX(-100%);
  transition: transform 0.7s cubic-bezier(0.77, 0, 0.175, 1);
  overflow: hidden;
}
.menu-overlay .menu-panel .menu-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 42px 50px;
  color: white;
  font-size: 14px;
  letter-spacing: 1px;
  text-transform: uppercase;
  z-index: 2;
  position: relative;
}
.menu-overlay .menu-panel .menu-header a {
  padding: 5px;
  padding-right: 20px;
  border-radius: 3px;
}
.menu-overlay .menu-panel .menu-header a:hover {
  background: #FFF;
}
.menu-overlay .menu-panel .menu-header a:hover svg > path {
  fill: #444;
}
.menu-overlay .menu-panel .menu-header a:hover svg g path {
  stroke: #444;
}
.menu-overlay .menu-panel .menu-header .menu-close {
  cursor: pointer;
  font-weight: bold;
  font-size: 20px;
}
.menu-overlay .menu-panel .menu-links {
  list-style: none;
  position: absolute;
  left: 15%;
  bottom: 15%;
}
.menu-overlay .menu-panel .menu-links li {
  margin: 25px 0;
  opacity: 0;
  transform: translateX(-20px);
  transition: all 0.5s ease;
}
.menu-overlay .menu-panel .menu-links li a {
  text-decoration: none;
  color: rgba(255, 255, 255, 0.6);
  font-size: 30px;
  display: inline-block;
  transition: all 0.3s ease;
}
.menu-overlay .menu-panel .menu-links li a.active {
  font-weight: 600;
  color: white;
}
.menu-overlay .menu-panel .menu-links li a:hover {
  color: white;
  font-weight: bold;
  transform: translateX(5px);
}
.menu-overlay.active {
  opacity: 1;
  visibility: visible;
}
.menu-overlay.active .menu-links li:nth-child(1) {
  transition-delay: 0.3s;
}
.menu-overlay.active .menu-links li:nth-child(2) {
  transition-delay: 0.4s;
}
.menu-overlay.active .menu-links li:nth-child(3) {
  transition-delay: 0.5s;
}
.menu-overlay.active .menu-links li:nth-child(4) {
  transition-delay: 0.6s;
}
.menu-overlay.active .menu-links li:nth-child(5) {
  transition-delay: 0.7s;
}
.menu-overlay.active .menu-links li:nth-child(6) {
  transition-delay: 0.8s;
}
.menu-overlay.active .menu-links li:nth-child(7) {
  transition-delay: 0.9s;
}
.menu-overlay.active .menu-links li {
  opacity: 1;
  transform: translateX(0);
}
.menu-overlay.active .menu-panel {
  transform: translateX(0);
}

@media (max-width: 767px) {
  .menu-overlay .menu-panel {
    width: 100%;
  }
  .menu-overlay .menu-links a {
    font-size: 18px;
  }
}
.breadcrumbs {
  margin-top: 20px;
  margin-bottom: 20px;
}
.breadcrumbs ul {
  display: flex;
  gap: 10px;
}
.breadcrumbs ul li {
  font-size: 12px;
}
.breadcrumbs ul li a {
  color: #979797;
  text-decoration: none;
  cursor: pointer;
}
.breadcrumbs ul li a:hover {
  text-decoration: underline;
}
.breadcrumbs ul li a.active {
  color: #C8926D;
}

* {
  box-sizing: border-box;
  font-family: "Objective";
  font-weight: 300;
}

main {
  min-height: calc(100dvh - 180px);
}
@media screen and (max-width: 1024px) and (min-width: 768px) {
  main {
    min-height: auto;
  }
}
@media screen and (max-width: 767px) {
  main {
    min-height: auto;
  }
}

.o-container {
  width: 100%;
  margin: 0 auto;
  padding-left: 100px;
  padding-right: 100px;
}
@media screen and (max-width: 1024px) and (min-width: 768px) {
  .o-container {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media screen and (max-width: 767px) {
  .o-container {
    padding-left: 20px;
    padding-right: 20px;
  }
}

.checkinText {
  min-width: 95px;
  display: inline-block;
}

.btn {
  cursor: pointer;
  font-size: 14px;
  display: flex;
  padding: 8px 16px;
  border-radius: 3px;
  align-items: center;
  gap: 10px;
  color: #FFF;
}

footer .btn.btn-sofa {
  min-width: 150px;
}

.btn.btn-sofa {
  background: #C8926D;
  border: 1px solid #c27b4b;
}
.btn.btn-sofa:hover {
  background: #c27b4b;
}

.btn.btn-whatsapp {
  background: #25d366;
  border: 1px solid #25d366;
}
.btn.btn-whatsapp:hover {
  background: #128c7e;
  border: 1px solid #128c7e;
}

.t2 {
  transition: all linear 0.2s;
  -moz-transition: all linear 0.2s;
  -webkit-transition: all linear 0.2s;
  -o-transition: all linear 0.2s;
}

.swiper,
.swiper-wrapper,
.swiper-slide {
  height: 100% !important;
}

body div.ukiyo {
  display: block;
  width: 100%;
  height: 100% !important;
  transform: translateZ(0);
  will-change: transform;
  backface-visibility: hidden;
  background-size: cover !important;
  background-position: bottom center !important;
}

body {
  background: #FFF;
}

.swiper {
  height: 100%;
}

.page_content {
  padding-top: 40px;
  padding-bottom: 40px;
}
@media screen and (max-width: 767px) {
  .page_content {
    padding-top: 0px;
  }
}

.flex-row {
  display: flex;
}
.flex-row.two-row {
  gap: 100px;
  flex-wrap: wrap;
}
.flex-row.two-row > div {
  flex: 0 0 calc(50% - 50px);
}
.flex-row.two-row.room-row {
  gap: 30px;
}
.flex-row.two-row.room-row > div {
  flex: 0 0 calc(50% - 15px);
}
@media screen and (max-width: 1024px) and (min-width: 768px) {
  .flex-row.two-row {
    gap: 30px;
  }
  .flex-row.two-row > div {
    flex: 0 0 calc(50% - 15px);
  }
}
@media screen and (max-width: 767px) {
  .flex-row.two-row {
    gap: 30px;
  }
  .flex-row.two-row > div {
    flex: 0 0 100%;
  }
  .flex-row.two-row.room-row {
    gap: 30px;
  }
  .flex-row.two-row.room-row > div {
    flex: 0 0 100%;
  }
}

.map-box {
  position: relative;
  display: inline-block;
  z-index: 1;
  width: 100%;
}
.map-box img {
  border-radius: 3px;
  min-height: 400px;
  object-fit: cover;
}
.map-box:before {
  content: "";
  position: absolute;
  top: -20px;
  left: -20px;
  right: 20px;
  bottom: 20px;
  z-index: -1;
  background: linear-gradient(135deg, #b97b56, #d9a278);
  border-radius: 3px;
  opacity: 0.9;
}

.contact_text {
  display: flex;
  align-items: center;
  flex-direction: row;
  flex-wrap: wrap;
  align-content: center;
  gap: 30px;
}
.contact_text h1 {
  font-size: 36px;
  font-weight: 300;
}
.contact_text h1 span {
  font-weight: 500;
}
.contact_text > * {
  flex: 0 0 100%;
}
.contact_text div {
  display: flex;
  gap: 20px;
  font-size: 20px;
  align-items: center;
  line-height: 1.4;
  font-weight: 200;
}
.contact_text div a {
  color: #444;
  text-decoration: none;
}
.contact_text div a:hover {
  text-decoration: underline;
  font-weight: 600;
}

.full_cover_image {
  width: 100%;
}
.full_cover_image img {
  width: 100%;
  object-fit: cover;
  display: block;
}
@media screen and (max-width: 767px) {
  .full_cover_image img {
    min-height: 400px;
  }
}

.room_title {
  font-size: 30px;
  font-weight: 200;
  padding-left: 60px;
  margin-top: 30px;
  display: inline-block;
  position: relative;
  color: #C8926D;
}
.room_title:after {
  width: 40px;
  height: 1px;
  background: #C8926D;
  content: "";
  display: block;
  left: 0px;
  top: 50%;
  transform: translateY(-50%);
  position: absolute;
}
@media screen and (max-width: 767px) {
  .room_title {
    font-size: 22px;
    font-weight: 200;
  }
}

.image-hover-zoom {
  overflow: hidden;
  display: inline-block;
  border-radius: 3px;
  width: 100%;
}
.image-hover-zoom img {
  transition: transform 0.4s ease;
  width: 100%;
  display: block;
}
.image-hover-zoom:hover img {
  transform: scale(1.1);
}

.safety-instructions {
  margin: 0 auto;
  font-family: "Inter", sans-serif;
  color: #333;
}
.safety-instructions * {
  line-height: 1.4;
}
.safety-instructions h1 {
  font-size: 36px;
  font-weight: 200;
  margin-bottom: 10px;
}
.safety-instructions .subtitle {
  color: #C8926D;
  font-weight: 500;
  margin-top: 20px;
  margin-bottom: 10px;
}
.safety-instructions .accordion {
  border-radius: 6px;
  overflow: hidden;
  margin-top: 30px;
}
.safety-instructions .accordion .accordion-item {
  border: 1px solid #f0f0f0;
  background: #fff;
  margin-bottom: 20px;
}
.safety-instructions .accordion .accordion-item .accordion-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 15px 20px;
  cursor: pointer;
  background: #fff;
  transition: background 0.2s ease;
}
.safety-instructions .accordion .accordion-item .accordion-header:hover {
  background: #fafafa;
}
.safety-instructions .accordion .accordion-item .accordion-header h3 {
  font-size: 16px;
  font-weight: 500;
  margin: 0;
}
.safety-instructions .accordion .accordion-item .accordion-header .icon {
  width: 22px;
  height: 22px;
  border: 1.5px solid #c47a1a;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 16px;
  color: #c47a1a;
  transition: transform 0.3s ease, color 0.3s ease, border-color 0.3s ease;
}
.safety-instructions .accordion .accordion-item .accordion-content {
  max-height: 0;
  overflow: hidden;
  padding: 0 20px;
  background: #fff;
  font-size: 15px;
  line-height: 1.6;
  color: #555;
  transition: max-height 0.4s ease, padding 0.3s ease;
}
.safety-instructions .accordion .accordion-item.active {
  background: #f9fcff;
}
.safety-instructions .accordion .accordion-item.active h3 {
  color: #C8926D;
}
.safety-instructions .accordion .accordion-item.active .accordion-header .icon {
  transform: rotate(45deg);
}
.safety-instructions .accordion .accordion-item.active .accordion-content {
  max-height: 500px;
  padding: 15px 20px;
}
.safety-instructions .footer-note {
  font-size: 14px;
  color: #666;
  line-height: 1.5;
  margin-top: 25px;
}
@media screen and (max-width: 767px) {
  .safety-instructions h1 {
    font-size: 28px;
  }
}

.experience-section {
  position: relative;
  width: 100%;
  background: #fff;
}
.experience-section .o-container p {
  font-size: 16px;
  line-height: 1.6;
  color: #444;
}
.experience-section h1 {
  font-size: 36px;
  font-weight: 200;
  margin-bottom: 10px;
}
.experience-section .subtitle {
  color: #C8926D;
  font-weight: 500;
  margin-top: 20px;
  margin-bottom: 10px;
}
.experience-section .map-box img {
  min-height: 200px;
}
.experience-section .timeline {
  position: relative;
  margin: 0 auto;
  margin-top: 80px;
}
.experience-section .timeline::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 0;
  transform: translateX(-50%);
  width: 1px;
  height: 100%;
  background: #e6d1bd;
}
.experience-section .timeline .timeline-item {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 120px;
}
.experience-section .timeline .timeline-item.active {
  opacity: 1;
}
.experience-section .timeline .timeline-item.active::after {
  content: "";
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  width: 16px;
  height: 16px;
  border-radius: 50%;
  z-index: 2;
  background: #d9a674;
  border-color: #d9a674;
  box-shadow: 0 0 10px rgba(217, 166, 116, 0.6);
}
.experience-section .timeline .timeline-item:nth-child(even) {
  flex-direction: row-reverse;
}
.experience-section .timeline .timeline-item::before {
  content: "";
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  width: 36px;
  height: 36px;
  background: #fff;
  border: 1px solid #e6d1bd;
  border-radius: 50%;
  z-index: 2;
}
.experience-section .timeline .timeline-item .timeline-content {
  width: 40%;
  position: relative;
  z-index: 3;
}
.experience-section .timeline .timeline-item .timeline-content.image img {
  width: 100%;
  border-radius: 6px;
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.1);
  transition: transform 0.4s ease;
}
.experience-section .timeline .timeline-item .timeline-content.image:hover img {
  transform: scale(1.05);
}
@media screen and (max-width: 1024px) and (min-width: 768px) {
  .experience-section .timeline .timeline-item .timeline-content {
    width: 43%;
  }
  .experience-section .timeline .timeline-item .map-box {
    margin-left: 20px;
    width: calc(100% - 20px);
  }
}
@media (max-width: 767px) {
  .experience-section .timeline::before {
    left: 8px;
  }
  .experience-section .timeline .timeline-item {
    flex-direction: column !important;
    align-items: flex-start;
    margin-bottom: 60px;
  }
  .experience-section .timeline .timeline-item::before {
    left: -10px;
    top: 100px;
    transform: none;
  }
  .experience-section .timeline .timeline-item.active:after {
    left: 0;
    top: 110px;
    transform: none;
  }
  .experience-section .timeline .timeline-item .timeline-content {
    width: calc(100% - 60px);
    margin-left: 60px;
  }
  .experience-section .timeline .timeline-item .timeline-content.image {
    margin-bottom: 60px;
  }
}
@media (max-width: 767px) {
  .experience-section h1 {
    font-size: 30px;
    line-height: 1.4;
  }
}

.image-banner-bg {
  height: calc(100dvh - 150px);
  position: relative;
}
.image-banner-bg .image-bg-text {
  background: rgba(200, 146, 109, 0.8);
  padding: 30px;
  line-height: 1.4;
  position: absolute;
  z-index: 3;
  border-radius: 3px;
  color: #FFF;
}
.image-banner-bg .image-bg-text.left {
  max-width: 850px;
  border-radius: 3px;
  bottom: 50px;
  left: 50px;
  width: 70%;
}
.image-banner-bg .image-bg-text.center {
  transform: translate(-50%, -50%);
  top: 50%;
  left: 50%;
  text-align: center;
}
.image-banner-bg .image-bg-text.bottom {
  transform: translate(-50%, 0);
  color: #FFF;
  top: auto;
  bottom: 0;
  left: 50%;
}
.image-banner-bg .image-bg-text .description {
  font-size: 30px;
}
.image-banner-bg img {
  height: 100%;
}
@media screen and (max-width: 1024px) and (min-width: 768px) {
  .image-banner-bg {
    height: auto;
  }
  .image-banner-bg img {
    height: 500px !important;
  }
  .image-banner-bg .image-bg-text.left, .image-banner-bg .image-bg-text.center, .image-banner-bg .image-bg-text.bottom {
    position: relative;
    left: 0;
    top: 0;
    width: 100%;
    bottom: auto;
    padding: 20px;
    transform: none;
    text-align: left;
  }
  .image-banner-bg .image-bg-text.left .description, .image-banner-bg .image-bg-text.center .description, .image-banner-bg .image-bg-text.bottom .description {
    font-size: 20px;
    font-weight: 500;
  }
  .image-banner-bg .image-bg-text.left p, .image-banner-bg .image-bg-text.center p, .image-banner-bg .image-bg-text.bottom p {
    margin-top: 10px;
  }
}
@media screen and (max-width: 767px) {
  .image-banner-bg {
    height: auto;
  }
  .image-banner-bg img {
    height: 300px !important;
  }
  .image-banner-bg .image-bg-text.left, .image-banner-bg .image-bg-text.center, .image-banner-bg .image-bg-text.bottom {
    position: relative;
    left: 0;
    top: 0;
    width: 100%;
    bottom: auto;
    padding: 20px;
    transform: none;
    text-align: left;
  }
  .image-banner-bg .image-bg-text.left .description, .image-banner-bg .image-bg-text.center .description, .image-banner-bg .image-bg-text.bottom .description {
    font-size: 20px;
    font-weight: 500;
  }
  .image-banner-bg .image-bg-text.left p, .image-banner-bg .image-bg-text.center p, .image-banner-bg .image-bg-text.bottom p {
    margin-top: 10px;
  }
}

.title-box {
  position: relative;
  display: flex;
  justify-content: left;
  padding: 60px 80px;
  width: 100%;
  align-items: center;
  margin-bottom: 50px;
  min-height: 300px;
  font-family: "Inter", sans-serif;
  text-align: center;
  background: transparent;
}
.title-box strong {
  font-weight: bold;
}
.title-box .title-bg {
  position: absolute;
  top: 30px;
  right: 30px;
  bottom: 30px;
  left: 30px;
  z-index: 1;
  background: #F6EFEA url("../img/bg.svg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.title-box h3 {
  position: relative;
  z-index: 2;
  line-height: 1.4;
  font-size: 38px;
  max-width: 400px;
  font-weight: 200;
  text-align: left;
  color: #000;
  margin: 0;
}
.title-box .corner {
  position: absolute;
  width: 80px;
  height: 80px;
  border-color: #b37b54;
  border-style: solid;
  z-index: 3;
}
.title-box .corner-top-left {
  top: 0;
  left: 0;
  border-width: 2px 0 0 2px;
}
.title-box .corner-bottom-right {
  bottom: 0;
  right: 0;
  border-width: 0 2px 2px 0;
}
@media screen and (max-width: 1024px) and (min-width: 768px) {
  .title-box {
    padding: 40px 60px;
    min-height: 200px;
  }
  .title-box h3 {
    font-size: 22px;
  }
}
@media screen and (max-width: 767px) {
  .title-box {
    padding: 40px 60px;
    min-height: 200px;
  }
  .title-box h3 {
    font-size: 22px;
  }
}

.text ul {
  position: relative;
  z-index: 3;
  text-align: left;
}
.text ul li {
  font-size: 16px;
  line-height: 1.6;
  color: #444;
}

ul.two-col {
  columns: 2; /* iki sütun */
  column-gap: 80px;
  list-style: none;
  margin: 0;
  padding: 0;
  counter-reset: num;
  font-family: "Inter", sans-serif;
  font-size: 17px;
  color: #333;
  width: 100%;
}
ul.two-col li {
  font-family: sans-serif;
  padding-left: 30px;
  font-size: 16px;
  position: relative;
}
ul.two-col li::before {
  content: "";
  display: block;
  width: 24px;
  height: 24px;
  position: absolute;
  left: 0px;
  top: 0px;
  background-image: url("../img/arrow.svg");
  background-position: center;
  background-repeat: no-repeat;
}
ul.two-col li {
  order: calc((var(--count, 6) + 1) * (var(--col, 0)));
}
@media screen and (max-width: 1024px) and (min-width: 768px) {
  ul.two-col {
    column-count: 1;
    padding-top: 15px;
    padding-bottom: 15px;
  }
}
@media screen and (max-width: 767px) {
  ul.two-col {
    column-count: 1;
    padding-top: 15px;
    padding-bottom: 15px;
  }
}

.content-text.two-row > div:first-child {
  flex: 0 0 350px;
}
.content-text.two-row > div {
  flex: 0 0 calc(100% - 450px);
  padding-left: 30px;
  padding-right: 30px;
}
.content-text p strong, .content-text p b {
  font-weight: bold;
}
.content-text p {
  line-height: 1.4;
  margin-bottom: 15px;
}
.content-text h2 {
  font-weight: 600;
  font-size: 28px;
  margin-bottom: 10px;
}
.content-text h3 {
  font-weight: 600;
  font-size: 24px;
  margin-bottom: 10px;
}
.content-text h4 {
  font-weight: 600;
  font-size: 20px;
  margin-bottom: 10px;
}
@media screen and (max-width: 1024px) and (min-width: 768px) {
  .content-text.two-row > div {
    flex: 0 0 calc(100% - 380px);
  }
}
@media screen and (max-width: 767px) {
  .content-text.two-row > div:first-child {
    flex: 0 0 100%;
  }
  .content-text.two-row > div {
    flex: 0 0 100%;
  }
}

.roomList .other-title {
  font-size: 36px;
  line-height: 1.4;
  margin-bottom: 20px;
  font-weight: 300;
}
@media screen and (max-width: 767px) {
  .roomList .other-title {
    font-size: 22px;
  }
}

.gallery-row {
  display: flex;
  gap: 50px;
}
.gallery-row > div {
  height: 300px;
  overflow: hidden;
  position: relative;
  flex: calc(33.33% - 33.33px) !important;
}
.gallery-row > div a {
  display: block;
  height: 100%;
}
.gallery-row > div a .corner {
  position: absolute;
  width: 80px;
  height: 80px;
  border-color: #b37b54;
  border-style: solid;
  z-index: 3;
}
.gallery-row > div a .corner-top-left {
  top: 0px;
  left: 0px;
  border-width: 4px 0 0 4px;
}
.gallery-row > div a .corner-bottom-right {
  bottom: 0px;
  right: 0px;
  border-width: 0 4px 4px 0;
}
.gallery-row > div a img {
  object-fit: cover;
  height: 100%;
  transition: 0.5s;
  display: block;
}
.gallery-row > div a img:hover {
  transform: scale(1.1) rotate(-3deg);
}
@media screen and (max-width: 767px) {
  .gallery-row > div {
    flex: calc(50% - 25px);
  }
}

.roomPage .timeline-content {
  margin-top: 50px;
  margin-left: -30px;
  margin-right: -30px;
}
.roomPage .two-row .room_title {
  margin-top: 0px;
}
@media screen and (max-width: 767px) {
  .roomPage .timeline-content {
    margin-top: 0px;
    width: 100%;
  }
  .roomPage .timeline-content .title-box {
    margin-bottom: 0px;
  }
  .roomPage .two-row .room_title {
    margin-top: 30px;
    font-size: 26px;
  }
}

.galleryPage .timeline-content {
  margin-top: 50px;
  width: fit-content;
}
@media screen and (max-width: 767px) {
  .galleryPage .timeline-content {
    margin-top: 20px;
  }
  .galleryPage .timeline-content .title-box {
    margin-bottom: 0px;
  }
}

.three-row > div {
  flex: 0 0 calc(33.33% - 10px);
}
.three-row .image-hover-zoom img {
  height: 300px;
}
@media screen and (max-width: 1024px) and (min-width: 768px) {
  .three-row {
    flex-wrap: wrap;
  }
  .three-row > div {
    flex: 0 0 calc(50% - 15px);
  }
  .three-row .image-hover-zoom img {
    height: 200px;
  }
}
@media screen and (max-width: 767px) {
  .three-row {
    flex-wrap: wrap;
  }
  .three-row > div {
    flex: 0 0 100%;
  }
  .three-row .image-hover-zoom img {
    height: 250px;
  }
}

.room-gallery {
  position: relative;
  width: 100%;
  margin: 0 auto;
  padding-bottom: 80px;
}
.room-gallery .swiper {
  width: 100%;
  height: auto;
  overflow: hidden;
  transition: height 0.4s ease;
}
.room-gallery .swiper-slide img {
  width: 100%;
  height: calc(100dvh - 180px);
  min-height: 550px;
  object-fit: cover;
  display: block;
  border-radius: 3px;
}
.room-gallery .swiper-button-prev {
  left: 40px !important;
}
.room-gallery .swiper-button-next {
  right: 40px !important;
}
.room-gallery .swiper-button-prev svg,
.room-gallery .swiper-button-next svg {
  display: none;
}
.room-gallery .swiper-button-prev,
.room-gallery .swiper-button-next {
  color: #fff;
  width: 42px;
  height: 42px;
  background-color: rgba(0, 0, 0, 0.25);
  border-radius: 5px;
  font-size: 30px;
  user-select: none;
}
.room-gallery .swiper-button-prev:hover,
.room-gallery .swiper-button-next:hover {
  background: rgba(179, 123, 84, 0.8);
}
.room-gallery .galleryFooter {
  padding-top: 30px;
  display: flex;
}
.room-gallery .galleryFooter .gallery-pagination {
  font-size: 20px;
  font-weight: 600;
  color: #b37b54;
  flex: 0 0 100px;
}
.room-gallery .galleryFooter .gallery-pagination .total {
  color: #999;
  font-size: 16px;
  font-weight: 300;
}
.room-gallery .galleryFooter .gallery-swiper-pagination {
  display: flex;
  gap: 10px;
  justify-content: flex-end;
}
.room-gallery .galleryFooter .gallery-swiper-pagination .swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  background: #ccc;
  opacity: 1;
  border-radius: 50%;
  transition: all 0.3s ease;
}
.room-gallery .galleryFooter .gallery-swiper-pagination .swiper-pagination-bullet-active:after {
  content: "";
  display: block;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  border: 1px solid #b37b54;
  transform: translate(-50%, -50%);
  position: absolute;
  left: 50%;
  top: 50%;
}
.room-gallery .galleryFooter .gallery-swiper-pagination .swiper-pagination-bullet-active {
  background: #b37b54;
  transform: scale(1.2);
}
@media screen and (max-width: 1024px) and (min-width: 768px) {
  .room-gallery .swiper-slide img {
    height: 50dvh;
    min-height: 430px;
  }
}
@media screen and (max-width: 767px) {
  .room-gallery .swiper-slide img {
    height: 50dvh;
    min-height: 430px;
  }
}

.side-form {
  position: fixed;
  top: 0;
  right: -480px;
  width: 400px;
  height: 100vh;
  background: #fff;
  box-shadow: -4px 0 12px rgba(0, 0, 0, 0.15);
  z-index: 100;
  padding: 30px;
  transition: right 0.4s ease;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.side-form.active {
  right: 0;
}
.side-form .form-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 20px;
}
.side-form .form-header h3 {
  font-size: 20px;
  font-weight: 500;
  color: #333;
  margin: 0;
}
.side-form .form-header .close-form {
  background: none;
  border: none;
  font-size: 28px;
  line-height: 1;
  cursor: pointer;
  color: #b37b54;
}
.side-form .form-group {
  margin-bottom: 16px;
  display: flex;
  flex-direction: column;
}
.side-form .form-group label {
  font-size: 15px;
  color: #333;
  margin-bottom: 6px;
}
.side-form .form-group input,
.side-form .form-group textarea {
  border: 1px solid #ddd;
  border-radius: 4px;
  padding: 10px 12px;
  font-size: 15px;
  font-family: "Inter", sans-serif;
}
.side-form .form-group input.error,
.side-form .form-group textarea.error {
  border-color: red;
}
.side-form .form-group input:focus,
.side-form .form-group textarea:focus {
  border-color: #b37b54;
  outline: none;
}
.side-form .form-group.kvkk.error_checkbox label {
  color: red;
}
.side-form .form-group.kvkk label {
  font-size: 13px;
  line-height: 1.4;
  color: #555;
}
.side-form .form-group.kvkk label a {
  color: #b37b54;
  text-decoration: underline;
}
.side-form .form-group.kvkk label input {
  margin-right: 6px;
  vertical-align: middle;
}
.side-form .submit-btn {
  width: 100%;
  background: #b37b54;
  color: #fff;
  font-size: 16px;
  font-weight: 600;
  border: none;
  border-radius: 4px;
  padding: 12px 0;
  cursor: pointer;
  transition: background 0.3s ease;
}
.side-form .submit-btn:hover {
  background: #b37b54;
}
@media screen and (max-width: 767px) {
  .side-form {
    justify-content: flex-start;
  }
}

.fancy-text-container {
  display: none;
}
.fancy-text-container.fancybox__content {
  max-width: 800px;
  border-radius: 5px;
  max-height: calc(100dvh - 100px);
  overflow: auto;
}
.fancy-text-container.fancybox__content a {
  color: #444;
  text-decoration: underline;
}
.fancy-text-container.fancybox__content h3 {
  font-size: 22px;
  text-transform: uppercase;
  margin-bottom: 15px;
  font-weight: 500;
}
.fancy-text-container.fancybox__content ul {
  padding-left: 30px;
}
.fancy-text-container.fancybox__content ul li {
  list-style: disc;
}
.fancy-text-container.fancybox__content p strong, .fancy-text-container.fancybox__content li strong {
  font-weight: bold;
}
.fancy-text-container.fancybox__content p, .fancy-text-container.fancybox__content li {
  line-height: 1.4;
  margin-bottom: 10px;
  font-size: 12px;
}

body.scroll-locked {
  overflow: hidden;
}

.side-form .form-content,
.fancybox__container,
.fancybox__content {
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  overscroll-behavior: contain;
}

.fancybox__content > .f-button.is-close-btn {
  top: 20px !important;
  right: 20px !important;
}

@media screen and (max-width: 1024px) and (min-width: 768px) {
  .contactPage .map-box img {
    min-height: 300px;
  }
}
@media screen and (max-width: 767px) {
  .contactPage .contact_text div {
    font-size: 16px;
  }
  .contactPage .map-box {
    margin-left: 20px;
    width: calc(100% - 20px);
    margin-top: 30px;
  }
  .contactPage .map-box img {
    min-height: 300px;
  }
}

.aboutPage .about_box_1 {
  max-width: 600px;
}
.aboutPage .about_box_1 svg {
  margin-bottom: 30px;
}
.aboutPage .about_box_1 p {
  margin-bottom: 20px;
  font-weight: 200;
  font-size: 18px;
  line-height: 1.4;
}
@media screen and (max-width: 1024px) and (min-width: 768px) {
  .aboutPage .about_box_1_space {
    flex: 0 0 100px !important;
  }
  .aboutPage .about_box_1 {
    flex: 0 0 calc(100% - 200px) !important;
  }
}
.aboutPage .about_box_2 {
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  text-align: center;
  max-width: 1200px;
  margin: 0px auto;
  margin-top: 30px;
}
.aboutPage .about_box_2 svg {
  margin-bottom: 30px;
}
.aboutPage .about_box_2 p {
  margin-bottom: 20px;
  font-weight: 200;
  font-size: 18px;
  line-height: 1.4;
}
@media screen and (max-width: 767px) {
  .aboutPage .about_box_2 {
    margin-top: 30px;
  }
}
.aboutPage .about_box_3 {
  margin-top: -80px;
  position: relative;
  z-index: 3;
  margin-bottom: 150px;
}
.aboutPage .about_box_3 > div {
  background: #F6EFEA;
  padding: 50px;
  border-radius: 5px;
}
.aboutPage .about_box_3 > div p {
  margin-bottom: 0px;
  font-weight: 200;
  font-size: 18px;
  line-height: 1.4;
}
.aboutPage .about_box_3 > div .content-title {
  color: #C8926D;
  font-size: 26px;
  font-weight: 600;
  display: flex;
  gap: 20px;
  align-items: center;
  margin-bottom: 30px;
}
.aboutPage .about_box_3 > div .content-title span {
  margin-top: 5px;
  font-weight: 500;
}
@media screen and (max-width: 1024px) and (min-width: 768px) {
  .aboutPage .about_box_3 {
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 767px) {
  .aboutPage .about_box_3 {
    margin-bottom: 20px;
  }
  .aboutPage .about_box_3 > div {
    padding: 30px;
  }
}

body {
  background: #141617;
}
body main {
  background: #FFF;
  overflow: hidden;
}

.btn.mobile_contact_form {
  display: none;
}
@media screen and (max-width: 767px) {
  .btn.mobile_contact_form {
    display: flex;
    z-index: 55;
    position: fixed;
    bottom: 0;
    left: 0;
    text-transform: uppercase;
    width: 100%;
    font-size: 20px;
    justify-content: center;
    height: 60px;
    border-radius: 0px;
  }
}

.errorPage {
  background: #f6f6f6;
  color: #333;
  text-align: center;
  height: calc(100dvh - 180px);
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  align-content: center;
}

.errorPage h1 {
  font-size: 48px;
  margin-bottom: 10px;
  flex: 0 0 100%;
}

.errorPage p {
  font-size: 18px;
  color: #666;
  flex: 0 0 100%;
}

/*# sourceMappingURL=main.css.map */
