﻿a {
	cursor: pointer;
}

a:not(.btn):not(.menu-toggle):not(.menu-item a):not(address a):not(.social-icon) {
	text-decoration: underline;
}

body.page-template-default ul li:not(header ul li):not(footer ul li):not(.overlay-content ul li) {
	list-style: disc;
}

/* =========== HERO SECTION =========== */
.hero-section {
	display: grid;
	grid-template-columns: 1fr;
	overflow: hidden;
	height: 100vh;
}

.hero-content-container {
	display: flex;
	flex-direction: column;
	justify-content: center;
	text-align: left;
	z-index: 2;
	width: 50%;
	position: absolute;
	left: 0;
}

body .large .hero-content-container {
	top: 40% !important;
}

.hero-content-container .outline-title, .hero-content-container p, .hero-content-container .michelin-icons {
	padding-left: 0;
}

.hero_title {
	font-size: clamp(2rem, 8vw, 6.5rem);
}

.outline-title {
	font-size: clamp(2rem, 8vw, 6.5rem);
	color: transparent;
	-webkit-text-stroke-width: 0.5px;
	-webkit-text-stroke-color: var(--primary-color);
}

.michelin-icons {
	margin-top: 20px;
	display: flex;
	gap: 20px;
}

/* =========== HORIZONTAL =========== */
.horizontal-scroll {
	overflow: hidden;
	position: relative;
}

.horizontal-title {
	white-space: nowrap;
	will-change: transform;
	display: inline-block;
	padding: 10px 0;
}

.horizontal-title.no-reverse:before,
.horizontal-title.no-reverse:after,
.horizontal-title.reverse:before,
.horizontal-title.reverse:after {
	content: attr(data-content);
	white-space: pre;
	padding: 0 40px;
}

.horizontal-scroll .no-reverse {
	margin-left: -100vw;
}

.horizontal-scroll .reverse {
	margin-left: -20vw;
}

/* =========== ABOUT SECTION =========== */
.about-section {
	position: relative;
	text-align: center;
}

body.small .about-image {
	width: 30%;
	height: 150px;
}

body.medium .about-image {
	width: 30%;
	height: 350px;
}

.small .about-images, .medium .about-images {
	flex-wrap: wrap;
	gap: 10px !important;
}

body.small .about-images .image-1, body.medium .about-images .image-1 {
	position: relative;
	left: -15px !important;
	top: 13px !important;
}

body.small .about-images .image-3, body.medium .about-images .image-3 {
	position: relative;
	left: 12px;
	top: 10px;
}

body.small .about-images .image-1.visible, body.medium .about-images .image-1.visible {
	transform: rotate(-11deg) !important;
}

body.small .about-images .image-3.visible, body.medium .about-images .image-3.visible {
	transform: rotate(11deg) !important;
}

.g-fadein.visible {
	opacity: 1;
	transform: translateY(0) !important;
	-webkit-transform: translateY(0) !important;
}

.about-images {
	margin-top: 100px;
}

.about-image {
	width: 150px;
	height: 200px;
	object-fit: cover;
	border-radius: 10px;
	box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
	transition: transform 0.3s ease;
}

.about-images .image-1 {
	left: 10%;
	top: 10%;
	transform: rotate(10deg);
	z-index: 3;
}

.about-images .image-2 {
	left: 40%;
	top: 15%;
	transform: translateY(15%);
	z-index: 1;
}

.about-images .image-3 {
	left: 65%;
	top: 5%;
	transform: rotate(-10deg);
	z-index: 2;
}

/* =========== PARALLAX =========== */
.parallax-container {
	text-align: center;
	width: 100%;
	height: 100vh;
	display: flex;
	flex-direction: column;
	justify-content: center;
}

.parallax-content {
	padding: 80px auto !important;
	position: relative;
	z-index: 2;
}

/* =========== FEATURED MENU =========== */
.home-page.featured-menu-item h3.featured-menu-title > span,
.home-page.featured-menu-item .featured-menu-pre-title {
	display: none;
}

.home-page.featured-menu-item .featured-menu-title {
	line-height: 1.5em;
}

.featured-menu {
	display: grid;
	grid-template-columns: 1fr;
	gap: 50px;
	align-items: center;
}

.featured-menu-title {
	display: flex;
	justify-content: space-between;
}

.featured-menu-title span {
	display: block;
	font-size: 0.85rem;
}

.pre-title {
	color: var(--primary-color);
	font-weight: 500;
}

.featured-menu .featured-image-container {
	display: none;
	position: relative;
	left: 20%;
	width: 50vw;
	height: 100vh;
	overflow: hidden;
}

.medium .featured-menu .featured-image-container {
	height: 80vh;
}

.featured-menu-image {
	width: 200px;
	height: 250px;
	object-fit: cover;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translateX(-50%) translateY(-50%);
	opacity: 0;
	visibility: hidden;
	pointer-events: none;
	transition: opacity 0.2s ease-in-out;
}

.featured-menu-item:first-of-type {
	margin-top: 50px;
}

.featured-menu-item {
	border-top: 1px solid var(--border-color) !important;
	padding: 20px 0;
	transition: all 0.2s ease-in-out;
}

.featured-menu-item:hover {
	border-top: 1px solid var(--primary-color) !important;
}

.featured-menu-item:hover .featured-menu-title, .featured-menu-item:hover .featured-menu-pre-title {
	color: var(--primary-color);
}

.featured-menu-pre-title {
	margin-bottom: 10px;
	outline: 0;
}

.featured-menu-title {
	margin: 0;
	font-size: clamp(2rem, 8vw, 2.5rem);
	text-transform: capitalize;
	text-align: left !important;
}

.medium .featured-menu-title {
	font-size: 1.5rem;
}

/* =========== ROOMS card =========== */
.slider-content {
	display: flex;
	justify-content: center;
	gap: 50px;
	margin-top: 150px;
}

.medium .slider-content, .small .slider-content {
	flex-wrap: wrap;
	justify-content: center;
}

.slider-content a:hover {
	color: inherit;
}

.slide {
	width: 100%;
	height: 550px;
	position: relative;
	overflow: hidden;
	cursor: pointer;
}

.slide-content {
	position: absolute;
	padding: 20px;
	bottom: 0;
}

.slide-content h3 {
	font-size: 1.5rem;
	color: white;
	max-width: 80%;
}

/* =========== RESPONSIVE STYLES =========== */
/* Small devices (< 1200px) */
body.small .featured-menu {
	grid-template-columns: 1fr;
}

body.small .featured-menu-image,
body.small .featured-overlay {
	display: none;
}

body.small .featured-menu .featured-image-container {
	display: none;
}

body.small .slide {
	width: 100%;
	height: 550px;
}

body.small .hero-section {
	grid-template-columns: 1fr;
}

body.small .slide-content h3 {
	font-size: 1.5rem;
}

body.small .hero-content-container {
	width: 100%;
	top: 30% !important;
}

body.small .hero-content-container h1 span.outline-title {
	font-size: 20vw;
}

body.small .hero-content-container h1 span.hero_title {
	font-size: 15vw;
}

body.small .slide-content {
	width: 100%;
}

body.small .copyright {
	text-align: left;
	display: block;
	padding: 20px 0;
	margin-bottom: 30px;
}

body.small .textwidget,
body.small .menu-main-menu-container {
	text-align: left;
}

body.small #stay-hero div,
body.small #menu div,
body.small #stay-hero div {
	padding: 0 20px;
}

body.small .food-tab-list li {
	font-size: 20px;
}

body.small .food-tab-list li:after {
	content: '';
	display: none;
}

/* Medium devices (1200px - 1600px) */
body.medium .featured-menu {
	grid-template-columns: repeat(2, 1fr);
	align-items: center;
}

body.medium .featured-menu-image,
body.medium .featured-overlay {
	display: block;
}

body.medium .featured-menu .featured-image-container {
	display: block;
}

body.medium .slide {
	width: 40vw;
	height: 550px;
}

body.medium .hero-section {
	grid-template-columns: repeat(2, auto);
}

body.medium .hero-section .hero-image-container {
	width: 60vw;
	position: absolute;
	left: 0;
	overflow: hidden;
	height: 100%;
}

body.medium .hero-content-container {
	left: auto;
	right: -0%;
	top: 30%;
}

body.medium .hero-content-container .outline-title,
body.medium .hero-content-container p,
body.medium .hero-content-container .michelin-icons {
	padding-left: 100px;
}

body.medium .slide-content h3 {
	font-size: 2.2rem;
	max-width: 80%;
}

/* Large devices (>1600px) */
body.large .featured-menu {
	grid-template-columns: repeat(2, 1fr);
	align-items: center;
}

body.large .featured-menu-image,
body.large .featured-overlay {
	display: block;
	z-index: 9999 !important;
}

body.large .featured-menu .featured-image-container {
	display: block;
}

body.large .slide {
	width: 40vw;
	height: 800px;
}

body.large .hero-section {
	grid-template-columns: repeat(2, auto);
}

body.large .hero-section .hero-image-container {
	width: 60vw;
	position: absolute;
	left: 0;
	overflow: hidden;
	height: 100%;
}

body.large .hero-content-container {
	left: auto;
	right: -0%;
	top: 30%;
}

body.large .hero-content-container .outline-title,
body.large .hero-content-container p,
body.large .hero-content-container .michelin-icons {
	padding-left: 250px;
}

body.large .slide-content h3 {
	font-size: 2.2rem;
	max-width: 80%;
}

.small .about-images, .medium .about-images {
	position: relative;
	display: flex;
	justify-content: center;
	gap: 50px;
}

body.large .about-images {
	margin-top: 0 !important;
}

body.large .about-image {
	width: 200px;
	height: 250px;
	object-fit: cover;
	border-radius: 10px;
	position: absolute;
	top: 0;
	left: 91%;
	transform: translate(-50%, -50%);
}

body.small .about-images .image-1 {
	left: 10%;
	top: 10%;
	transform: rotate(10deg);
}

body.large .about-images .image-1 {
	left: 0;
	top: -5%;
	transform: rotate(10deg);
}

body.large .about-images .image-2 {
	left: 77%;
	top: 25%;
	transform: translateY(15%);
	opacity: .3;
}

body.large .about-images .image-3 {
	position: absolute;
	top: -15%;
	left: 80%;
	transform: rotate(-20deg);
}

/* =========== NEWSLETTER =========== */
.newsletter {
	overflow: hidden;
}

/* Base newsletter styles */
.newsletter .title {
	margin: 0;
	max-width: 100%;
}

.newsletter-form {
	width: 100%;
}

@media only screen and (min-width: 1024px) {
	.newsletter-form {
		width: calc(50% - 30px);
	}
}

.newsletter-form input {
	background-color: rgba(17, 11, 8, 0.6);
	border: 1px solid var(--border-color);
	padding: 12px;
	color: white;
	outline: none;
	width: 100%;
}

.newsletter-form input:focus {
	border-color: var(--primary-color);
}

.newsletter-form .wpcf7-submit {
	background-color: var(--primary-color);
	color: white;
	padding: 12px 20px;
	border: 1px solid var(--primary-color);
	cursor: pointer;
	transition: background-color 0.3s ease;
	flex: 1;
}

.newsletter-form .wpcf7-submit:hover {
	background-color: var(--primary-color-hover);
	border-color: var(--primary-color-hover);
}

.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.failed .wpcf7-response-output {
	border: none;
	margin: 0;
	padding: 0;
}

.wpcf7-form-control-wrap {
	width: 100%;
	flex: 1;
	min-width: 275px;
}

.wpcf7-form.submitting .wpcf7-spinner {
	display: block;
}

.wpcf7-spinner {
	display: none;
}

.wpcf7 form.sent .wpcf7-response-output {
	width: 100%;
	padding: 15px;
	margin: 10px 0;
}

/* Small screens */
body.small .newsletter {
	grid-template-columns: 1fr;
	height: auto;
	padding: 50px 20px !important;
}

body.small .newsletter-content {
	width: 100%;
}

.newsletter-form form {
	display: flex;
	flex-wrap: wrap;
	gap: 20px;
}

/* Medium screens */
body.medium .newsletter {
	align-items: center;
	height: 400px;
}

body.medium .newsletter-content {
	width: 40vw;
}

body.medium .newsletter-form p {
	width: 25%;
}

/* Large screens */
body.large .newsletter {
	display: grid;
	grid-template-columns: auto 1fr;
	align-items: center;
	height: 450px;
	gap: 100px;
}

body.large .newsletter-content {
	width: 30vw;
}

body.large .newsletter .title, body.large .newsletter p {
	text-align: left;
	margin: 0;
}

/* =========== FOOTER =========== */
.footer-top {
	display: flex;
	flex-direction: column;
	align-items: center;
}

.footer-top .title {
	width: 100%;
	font-size: 2rem;
	text-transform: capitalize;
}

#sb_instagram .sbi_photo {
	height: 350px !important;
	width: 450px !important;
}

body.small #sb_instagram .sbi_photo {
	height: 250px !important;
	width: 350px !important;
}

.footer-middle {
	text-align: center;
	margin: 50px auto !important;
}

.footer-logo img {
	margin: auto;
}

.copyright, .footer-bottom-link a {
	font-size: 0.9rem;
	margin: 0 !important;
}

.footer-area-one h4 {
	margin-left: 0;
}

/* Small screens */
body.small footer p, body.small footer a {
	font-size: 0.9rem;
}

body.small footer .social-media-icons {
	margin-top: 50px;
}

body.small footer ul {
	padding: 0;
}

body.small .footer-middle {
	display: grid;
	grid-template-columns: 1fr;
	gap: 30px;
}

body.small .footer-top {
	padding: 50px 20px;
}

/* Medium screens */
body.medium .footer-top {
	display: grid;
	grid-template-columns: 1fr auto;
	align-items: center;
}

body.medium .footer-top .title {
	width: 40vw;
}

body.medium .footer-middle {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	margin: 150px auto !important;
}

body.medium .footer-area-one h4 {
	margin-left: 40px;
}

body.medium .footer-area-three p {
	max-width: 50%;
	margin: 10px auto;
}

/* Large screens */
body.large .footer-top {
	display: grid;
	grid-template-columns: 1fr auto;
	align-items: center;
}

body.large .footer-top .title {
	width: 40vw;
	text-align: left;
}

body.large .footer-middle {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	margin: 200px auto 100px auto !important;
}

body.large .footer-area-one h4 {
	margin-left: 40px;
}

body.large .footer-area-three p {
	max-width: 50%;
	margin: 10px auto;
}

.footer-bottom-link {
	border-top: 1px solid var(--border-color);
}

.footer-bottom-link .container {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
	padding-top: 30px !important;
	padding-bottom: 30px !important;
}

.footer-bottom-link .privacy-links {
	display: flex;
	gap: 20px;
}

/* =========== STAY =========== */
.stay-room-cards h1 {
	max-width: 70% !important;
	margin: auto;
}

#stay-hero {
	display: flex;
	justify-content: center;
	align-items: center;
}

.text-block-container .title, .text-block-container .paragraph {
	text-align: left !important;
	margin: 0 !important;
}

.text-block-container {
	gap: 50px;
}

.small .text-block-image {
	height: 500px !important;
	margin-bottom: 50px;
}

.medium .text-block-image {
	height: 700px !important;
	margin-bottom: 50px;
}

.large .text-block-image {
	height: 800px !important;
}

.text-block-container .title {
	max-width: 100% !important;
	margin-bottom: 20px !important;
}

body.large .text-block-container {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	align-items: center;
}

.small .featured-menu-list {
	width: 100%;
	margin-bottom: 50px;
}

body.large .stay-featured-menu .pre-title {
	width: 100%;
}

body.large .stay-featured-menus {
	width: 100%;
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 0 50px;
	align-items: center;
}

.stay-featured-menus .featured-menu-item:first-of-type {
	margin-top: 0 !important;
}

.stay-featured-menu .featured-menu-title {
	font-size: 1.5rem;
	text-transform: capitalize;
	margin-bottom: 20px;
	display: flex;
	justify-content: space-between;
	width: 100%;
	flex-direction: column;
	gap: 5px;
}

.featured-menu-content {
	width: 100%;
}

/* =========== MENU SLIDER =========== */
.slider-menu-container {
	margin-top: 100px;
}

body.small .slider-hero {
	margin-top: 15rem !important;
}

.menu-swiper .swiper-slide {
	position: relative;
	overflow: hidden;
	cursor: pointer;
}

.large .menu-swiper .swiper-slide {
	width: 1300px !important;
	height: 750px;
	position: relative;
	overflow: hidden;
	cursor: pointer;
}

.medium .menu-swiper .swiper-slide {
	width: 1000px !important;
	height: 600px;
}

.small .menu-swiper .swiper-slide {
	width: 95% !important;
	height: 500px;
}

.swiper-button-prev:after, .swiper-button-next:after, .swiper-rtl .swiper-button-next:after {
	color: white;
	font-size: 25px;
}

/* =========== FOOD MENU =========== */
.food-tab-list {
	display: flex;
	flex-direction: row;
	justify-content: center;
	gap: 20px;
	font-size: 2rem;
	font-family: var(--font-gilda);
	margin-bottom: 100px;
}

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

.food-price h3 {
	margin: 50px 0;
}

.food-tab-list li:after {
	content: '•';
	color: var(--primary-color);
	font-size: 40px;
	position: relative;
	top: 5px;
	left: 10px;
}

.food-tab-list li {
	list-style: none;
	cursor: pointer;
	transition: color 0.2s ease-in-out;
	font-size: 1.5rem !important;
}

li.food-tab-item:last-child:after {
	content: '';
}

.food-container .hidden {
	display: none;
}

.food-container .active {
	color: var(--primary-color);
}

.featured-menu-list.hidden {
	display: none !important;
}

.food-container .stay-featured-menu .featured-menu-list {
	width: 100% !important;
	display: grid;
	grid-template-columns: 1fr 1fr 1fr;
	gap: 0 50px;
}

.small .food-container .stay-featured-menu .featured-menu-list {
	width: 100% !important;
	display: grid;
	grid-template-columns: 1fr;
	gap: 0 50px;
}

.food-items .featured-menu-item:first-of-type {
	margin-top: 0;
}

.food-items .featured-menu-pre-title {
	margin-bottom: 20px;
}

.food-items .food-desc {
	font-size: 0.9rem;
}

.food-container .stay-featured-menu .featured-menu-list .featured-menu-item:nth-last-child(1),
.food-container .stay-featured-menu .featured-menu-list .featured-menu-item:nth-last-child(2):nth-child(odd) {
	border-bottom: 1px solid var(--border-color) !important;
}

.stay-featured-menu.food-items.special-menu {
	padding-bottom: 50px;
	margin-bottom: 50px;
}

.stay-featured-menu.food-items.special-menu {
	margin-top: 100px;
}

.food-container .featured-menu-item {
	border-bottom: 1px solid var(--border-color);
	display: flex;
	align-items: center;
}

.special-menu-container {
	margin-top: 100px;
}

.special-menu h4 {
	font-size: 1.6rem;
	text-transform: uppercase;
	text-align: center;
	margin-bottom: 50px !important;
	color: var(--primary-color);
}

.special-menu .featured-menu-list.hidden {
	display: grid !important;
}

/* =========== BEGINNING ROOMS =========== */
.room-hero {
	text-align: center;
	padding: 4rem 2rem;
}

.room-hero__subtitle {
	text-transform: uppercase;
	letter-spacing: 2px;
	color: #aaa;
}

.room-hero__headline {
	font-size: 2.5rem;
	color: #fff;
}

.room-hero__highlight {
	color: #c4a676;
	font-family: serif;
}

.room-hero__description {
	max-width: 700px;
	margin: 1rem auto;
	color: #ddd;
}

.room-booking {
	text-align: center;
	margin: 2rem 0;
}

.room-booking__price {
	font-size: 1.2rem;
	color: #fff;
}

.btn-primary {
	background: transparent;
	border: 1px solid #c4a676;
	padding: 0.75rem 1.5rem;
	color: #c4a676;
	/* List all properties you want to transition */
	transition-property: opacity, transform, background;
	/* List all durations (must match the number of properties) */
	transition-duration: 1s, 1s, 0.3s;
	/* List all timing functions (must match the number of properties) */
	transition-timing-function: ease, ease, ease;
}

.btn-primary:hover {
	background: #c4a676;
	color: #111;
}

.room-description, .room-highlight {
	max-width: 800px;
	margin: 4rem auto;
	text-align: center;
	color: #ddd;
}

.room-includes {
	margin: 5rem auto;
	text-align: center;
}

.room-includes__title {
	font-size: 1.8rem;
	color: #c4a676;
	margin-bottom: 2rem;
}

.includes-grid {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
	gap: 2rem;
}

.include-item {
	padding: 2rem;
	background: #1a1a1a;
	border-radius: 1rem;
}

.include-item__icon {
	width: 40px;
	margin-bottom: 1rem;
	filter: brightness(0) invert(1);
}

.include-item__headline {
	font-size: 1.1rem;
	color: #fff;
	margin-bottom: 0.5rem;
}

.include-item__description {
	color: #aaa;
	font-size: 0.95rem;
}

/* =========== END OF ROOMS =========== */

.footer-area .img-fluid {
	width: 30px;
	height: 30px;
}