*,
*::before,
*::after {
box-sizing: border-box;
} * {
margin: 0;
padding: 0;
} ul[role='list'],
ol[role='list'] {
list-style: none;
} html:focus-within {
scroll-behavior: smooth;
} body {
min-height: 100vh;
text-rendering: optimizeSpeed;
line-height: 1.5;
font-family: var(--font-family-primary);
color: var(--text-dark);
background-color: var(--background-light);
overflow-x: clip;
} a:not([class]) {
text-decoration-skip-ink: auto;
color: var(--accent-color);
} img,
picture {
max-width: 100%;
display: block;
} input,
button,
textarea,
select {
font: inherit;
} @media (prefers-reduced-motion: reduce) {
html:focus-within {
scroll-behavior: auto;
}
*,
*::before,
*::after {
animation-duration: 0.01ms !important;
animation-iteration-count: 1 !important;
transition-duration: 0.01ms !important;
scroll-behavior: auto !important;
}
} .wp-block-gallery {
margin: 0;
}
.wp-block-image {
margin: 0;
}
.wp-block-button__link {
border-radius: var(--radius-md);
}
.alignnone {
margin: 0;
}
.aligncenter {
display: block;
margin-left: auto;
margin-right: auto;
}
.alignright {
float: right;
margin-left: var(--spacing-lg);
}
.alignleft {
float: left;
margin-right: var(--spacing-lg);
}body {
font-family: var(--font-family-primary);
font-size: var(--text-base);
line-height: 1.6;
color: var(--text-dark);
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
} p, .body-text {
font-family: var(--font-family-primary);
margin-bottom: var(--spacing-md);
color: var(--text-light);
} h1, h2, h3, h4, h5, h6 {
font-family: var(--font-family-secondary);
font-weight: 400;
line-height: 1.2;
margin-bottom: var(--spacing-md);
color: var(--text-dark);
}
h1 {
font-size: var(--text-4xl);
font-weight: 300;
}
h2 {
font-size: var(--text-3xl);
font-weight: 300;
}
h3 {
font-size: var(--text-2xl);
font-weight: 300;
}
h4 {
font-size: var(--text-xl);
font-weight: 300;
}
h5 {
font-size: var(--text-lg);
font-weight: 300;
}
h6 {
font-size: var(--text-base);
font-weight: 300;
} p {
font-family: var(--font-family-primary);
margin-bottom: var(--spacing-md);
color: var(--text-light);
} a {
font-family: var(--font-family-primary);
color: var(--accent-color);
text-decoration: none;
transition: color var(--transition-normal);
}
a:hover {
color: var(--primary-color);
text-decoration: underline;
}
a:focus {
outline: 2px solid var(--accent-color);
outline-offset: 2px;
} ul, ol {
font-family: var(--font-family-primary);
margin-bottom: var(--spacing-md);
padding-left: var(--spacing-lg);
}
li {
font-family: var(--font-family-primary);
margin-bottom: var(--spacing-sm);
} blockquote {
font-family: var(--font-family-primary);
border-left: 4px solid var(--primary-color);
padding-left: var(--spacing-lg);
margin: var(--spacing-lg) 0;
font-style: italic;
color: var(--text-light);
}
blockquote p {
margin-bottom: 0;
} code {
background-color: var(--background-gray);
padding: var(--spacing-xs) var(--spacing-sm);
border-radius: var(--radius-sm);
font-family: 'Monaco', 'Menlo', 'Ubuntu Mono', monospace;
font-size: 0.9em;
}
pre {
background-color: var(--background-gray);
padding: var(--spacing-lg);
border-radius: var(--radius-md);
overflow-x: auto;
margin-bottom: var(--spacing-md);
}
pre code {
background: none;
padding: 0;
} table {
width: 100%;
border-collapse: collapse;
margin-bottom: var(--spacing-lg);
}
th, td {
padding: var(--spacing-sm) var(--spacing-md);
text-align: left;
border-bottom: 1px solid var(--border-color);
}
th {
font-weight: 600;
color: var(--text-dark);
background-color: var(--background-gray);
} .text-xs { font-size: var(--text-xs); }
.text-sm { font-size: var(--text-sm); }
.text-base { font-size: var(--text-base); }
.text-lg { font-size: var(--text-lg); }
.text-xl { font-size: var(--text-xl); }
.text-2xl { font-size: var(--text-2xl); }
.text-3xl { font-size: var(--text-3xl); }
.text-4xl { font-size: var(--text-4xl); }
.text-5xl { font-size: var(--text-5xl); }
.font-light { font-weight: 300; }
.font-normal { font-weight: 400; }
.font-medium { font-weight: 500; }
.font-semibold { font-weight: 600; }
.font-bold { font-weight: 700; }
.font-extrabold { font-weight: 800; }
.text-center { text-align: center; }
.text-left { text-align: left; }
.text-right { text-align: right; }
.leading-tight { line-height: 1.25; }
.leading-normal { line-height: 1.5; }
.leading-relaxed { line-height: 1.75; }
.uppercase { text-transform: uppercase; }
.lowercase { text-transform: lowercase; }
.capitalize { text-transform: capitalize; }
.italic { font-style: italic; }
.not-italic { font-style: normal; } .menu-links a {
font-family: var(--font-family-menu);
} .header-nav a {
font-family: var(--font-family-primary);
} .btn-book, .menu-book {
font-family: var(--font-family-primary);
}:root {
--scrollbar-width: 0px;
}
.section-full-width {
width: calc(100vw - var(--scrollbar-width, 0px));
margin-left: calc(-50vw + 50% + var(--scrollbar-width, 0px) / 2);
margin-right: calc(-50vw + 50% + var(--scrollbar-width, 0px) / 2);
position: relative;
} .container {
width: 100%;
max-width: 1200px;
margin: 0 auto;
padding: 0 var(--spacing-lg);
}
.container-fluid {
width: 100%;
padding: 0 var(--spacing-lg);
}
.container-sm {
width: 100%;
max-width: 640px;
margin: 0 auto;
padding: 0 var(--spacing-lg);
}
.container-md {
width: 100%;
max-width: 768px;
margin: 0 auto;
padding: 0 var(--spacing-lg);
}
.container-lg {
width: 100%;
max-width: 1024px;
margin: 0 auto;
padding: 0 var(--spacing-lg);
}
.container-xl {
width: 100%;
max-width: 1280px;
margin: 0 auto;
padding: 0 var(--spacing-lg);
} .site {
display: flex;
flex-direction: column;
min-height: 100vh;
}
.site-main {
flex: 1;
width: 100%;
}
.site-header {
width: 100%;
}
.site-footer {
width: 100%;
} .section {
padding: var(--spacing-2xl) 0;
}
.section-sm {
padding: var(--spacing-lg) 0;
}
.section-lg {
padding: var(--spacing-3xl) 0;
} .grid {
display: grid;
gap: var(--spacing-lg);
}
.grid-cols-1 { grid-template-columns: repeat(1, minmax(0, 1fr)); }
.grid-cols-2 { grid-template-columns: repeat(2, minmax(0, 1fr)); }
.grid-cols-3 { grid-template-columns: repeat(3, minmax(0, 1fr)); }
.grid-cols-4 { grid-template-columns: repeat(4, minmax(0, 1fr)); }
.grid-cols-5 { grid-template-columns: repeat(5, minmax(0, 1fr)); }
.grid-cols-6 { grid-template-columns: repeat(6, minmax(0, 1fr)); } .flex { display: flex; }
.inline-flex { display: inline-flex; }
.flex-col { flex-direction: column; }
.flex-row { flex-direction: row; }
.flex-wrap { flex-wrap: wrap; }
.flex-nowrap { flex-wrap: nowrap; }
.items-start { align-items: flex-start; }
.items-center { align-items: center; }
.items-end { align-items: flex-end; }
.items-stretch { align-items: stretch; }
.justify-start { justify-content: flex-start; }
.justify-center { justify-content: center; }
.justify-end { justify-content: flex-end; }
.justify-between { justify-content: space-between; }
.justify-around { justify-content: space-around; }
.justify-evenly { justify-content: space-evenly; }
.flex-1 { flex: 1 1 0%; }
.flex-auto { flex: 1 1 auto; }
.flex-none { flex: none; } .m-0 { margin: 0; }
.m-auto { margin: auto; }
.m-xs { margin: var(--spacing-xs); }
.m-sm { margin: var(--spacing-sm); }
.m-md { margin: var(--spacing-md); }
.m-lg { margin: var(--spacing-lg); }
.m-xl { margin: var(--spacing-xl); }
.m-2xl { margin: var(--spacing-2xl); }
.p-0 { padding: 0; }
.p-xs { padding: var(--spacing-xs); }
.p-sm { padding: var(--spacing-sm); }
.p-md { padding: var(--spacing-md); }
.p-lg { padding: var(--spacing-lg); }
.p-xl { padding: var(--spacing-xl); }
.p-2xl { padding: var(--spacing-2xl); } @media (max-width: 768px) {
.container {
padding: 0 var(--spacing-md);
}
.grid-cols-2,
.grid-cols-3,
.grid-cols-4,
.grid-cols-5,
.grid-cols-6 {
grid-template-columns: 1fr;
}
.section {
padding: var(--spacing-lg) 0;
}
.section-lg {
padding: var(--spacing-xl) 0;
}
} .hidden { display: none; }
.block { display: block; }
.inline { display: inline; }
.inline-block { display: inline-block; }
@media (max-width: 767px) {
.md-hidden { display: none; }
.md-block { display: block; }
}
@media (min-width: 768px) {
.md-hidden { display: block; }
.md-block { display: none; }
}@font-face {
font-family: 'Playfair Display';
src: url(//rocksvillas.com/wp-content/themes/rockvillas/assets/fonts/PlayfairDisplay.ttf) format('truetype');
font-weight: 100 900; 
font-style: normal;
}
@font-face {
font-family: 'Work Sans';
src: url(//rocksvillas.com/wp-content/themes/rockvillas/assets/fonts/WorkSans.ttf) format('truetype');
font-weight: 100 900;
font-style: normal;
}
:root { --primary-color: #667eea;
--secondary-color: #764ba2;
--accent-color: #807c67;
--text-dark: #333333;
--text-light: #666666;
--text-lighter: #999999;
--background-light: #ffffff;
--background-gray: #f8f9fa;
--background-dark: #1a1a1a;
--border-color: #e0e0e0; --font-family-primary: 'Work Sans', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
--font-family-secondary: 'Playfair Display', Georgia, serif;
--font-family-menu: 'Playfair Display', Georgia, serif; --text-xs: 0.75rem;
--text-sm: 0.875rem;
--text-base: 1rem;
--text-lg: 1.125rem;
--text-xl: 1.25rem;
--text-2xl: 1.5rem;
--text-3xl: 1.875rem;
--text-4xl: 2.25rem;
--text-5xl: 3rem; --spacing-xs: 0.25rem;
--spacing-sm: 0.5rem;
--spacing-md: 1rem;
--spacing-lg: 1.5rem;
--spacing-xl: 2rem;
--spacing-2xl: 3rem;
--spacing-3xl: 4rem; --radius-sm: 0.25rem;
--radius-md: 0.5rem;
--radius-lg: 1rem;
--radius-full: 9999px; --shadow-sm: 0 1px 2px rgba(0, 0, 0, 0.05);
--shadow-md: 0 4px 6px rgba(0, 0, 0, 0.1);
--shadow-lg: 0 10px 15px rgba(0, 0, 0, 0.1);
--shadow-xl: 0 20px 25px rgba(0, 0, 0, 0.1); --transition-fast: 0.15s ease;
--transition-normal: 0.3s ease;
--transition-slow: 0.5s ease; --breakpoint-sm: 640px;
--breakpoint-md: 768px;
--breakpoint-lg: 1024px;
--breakpoint-xl: 1280px;
}
*,
*::before,
*::after {
box-sizing: border-box;
} * {
margin: 0;
padding: 0;
} ul[role='list'],
ol[role='list'] {
list-style: none;
} html:focus-within {
scroll-behavior: smooth;
} body {
min-height: 100vh;
text-rendering: optimizeSpeed;
line-height: 1.5;
font-family: var(--font-family-primary);
color: var(--text-dark);
background-color: var(--background-light);
overflow-x: clip;
} a:not([class]) {
text-decoration-skip-ink: auto;
color: var(--accent-color);
} img,
picture {
max-width: 100%;
display: block;
} input,
button,
textarea,
select {
font: inherit;
} @media (prefers-reduced-motion: reduce) {
html:focus-within {
scroll-behavior: auto;
}
*,
*::before,
*::after {
animation-duration: 0.01ms !important;
animation-iteration-count: 1 !important;
transition-duration: 0.01ms !important;
scroll-behavior: auto !important;
}
} .wp-block-gallery {
margin: 0;
}
.wp-block-image {
margin: 0;
}
.wp-block-button__link {
border-radius: var(--radius-md);
}
.alignnone {
margin: 0;
}
.aligncenter {
display: block;
margin-left: auto;
margin-right: auto;
}
.alignright {
float: right;
margin-left: var(--spacing-lg);
}
.alignleft {
float: left;
margin-right: var(--spacing-lg);
}
body {
font-family: var(--font-family-primary);
font-size: var(--text-base);
line-height: 1.6;
color: var(--text-dark);
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
} p, .body-text {
font-family: var(--font-family-primary);
margin-bottom: var(--spacing-md);
color: var(--text-light);
} h1, h2, h3, h4, h5, h6 {
font-family: var(--font-family-secondary);
font-weight: 400;
line-height: 1.2;
margin-bottom: var(--spacing-md);
color: var(--text-dark);
}
h1 {
font-size: var(--text-4xl);
font-weight: 300;
}
h2 {
font-size: var(--text-3xl);
font-weight: 300;
}
h3 {
font-size: var(--text-2xl);
font-weight: 300;
}
h4 {
font-size: var(--text-xl);
font-weight: 300;
}
h5 {
font-size: var(--text-lg);
font-weight: 300;
}
h6 {
font-size: var(--text-base);
font-weight: 300;
} p {
font-family: var(--font-family-primary);
margin-bottom: var(--spacing-md);
color: var(--text-light);
} a {
font-family: var(--font-family-primary);
color: var(--accent-color);
text-decoration: none;
transition: color var(--transition-normal);
}
a:hover {
color: var(--primary-color);
text-decoration: underline;
}
a:focus {
outline: 2px solid var(--accent-color);
outline-offset: 2px;
} ul, ol {
font-family: var(--font-family-primary);
margin-bottom: var(--spacing-md);
padding-left: var(--spacing-lg);
}
li {
font-family: var(--font-family-primary);
margin-bottom: var(--spacing-sm);
} blockquote {
font-family: var(--font-family-primary);
border-left: 4px solid var(--primary-color);
padding-left: var(--spacing-lg);
margin: var(--spacing-lg) 0;
font-style: italic;
color: var(--text-light);
}
blockquote p {
margin-bottom: 0;
} code {
background-color: var(--background-gray);
padding: var(--spacing-xs) var(--spacing-sm);
border-radius: var(--radius-sm);
font-family: 'Monaco', 'Menlo', 'Ubuntu Mono', monospace;
font-size: 0.9em;
}
pre {
background-color: var(--background-gray);
padding: var(--spacing-lg);
border-radius: var(--radius-md);
overflow-x: auto;
margin-bottom: var(--spacing-md);
}
pre code {
background: none;
padding: 0;
} table {
width: 100%;
border-collapse: collapse;
margin-bottom: var(--spacing-lg);
}
th, td {
padding: var(--spacing-sm) var(--spacing-md);
text-align: left;
border-bottom: 1px solid var(--border-color);
}
th {
font-weight: 600;
color: var(--text-dark);
background-color: var(--background-gray);
} .text-xs { font-size: var(--text-xs); }
.text-sm { font-size: var(--text-sm); }
.text-base { font-size: var(--text-base); }
.text-lg { font-size: var(--text-lg); }
.text-xl { font-size: var(--text-xl); }
.text-2xl { font-size: var(--text-2xl); }
.text-3xl { font-size: var(--text-3xl); }
.text-4xl { font-size: var(--text-4xl); }
.text-5xl { font-size: var(--text-5xl); }
.font-light { font-weight: 300; }
.font-normal { font-weight: 400; }
.font-medium { font-weight: 500; }
.font-semibold { font-weight: 600; }
.font-bold { font-weight: 700; }
.font-extrabold { font-weight: 800; }
.text-center { text-align: center; }
.text-left { text-align: left; }
.text-right { text-align: right; }
.leading-tight { line-height: 1.25; }
.leading-normal { line-height: 1.5; }
.leading-relaxed { line-height: 1.75; }
.uppercase { text-transform: uppercase; }
.lowercase { text-transform: lowercase; }
.capitalize { text-transform: capitalize; }
.italic { font-style: italic; }
.not-italic { font-style: normal; } .menu-links a {
font-family: var(--font-family-menu);
} .header-nav a {
font-family: var(--font-family-primary);
} .btn-book, .menu-book {
font-family: var(--font-family-primary);
}
:root {
--scrollbar-width: 0px;
}
.section-full-width {
width: calc(100vw - var(--scrollbar-width, 0px));
margin-left: calc(-50vw + 50% + var(--scrollbar-width, 0px) / 2);
margin-right: calc(-50vw + 50% + var(--scrollbar-width, 0px) / 2);
position: relative;
} .container {
width: 100%;
max-width: 1200px;
margin: 0 auto;
padding: 0 var(--spacing-lg);
}
.container-fluid {
width: 100%;
padding: 0 var(--spacing-lg);
}
.container-sm {
width: 100%;
max-width: 640px;
margin: 0 auto;
padding: 0 var(--spacing-lg);
}
.container-md {
width: 100%;
max-width: 768px;
margin: 0 auto;
padding: 0 var(--spacing-lg);
}
.container-lg {
width: 100%;
max-width: 1024px;
margin: 0 auto;
padding: 0 var(--spacing-lg);
}
.container-xl {
width: 100%;
max-width: 1280px;
margin: 0 auto;
padding: 0 var(--spacing-lg);
} .site {
display: flex;
flex-direction: column;
min-height: 100vh;
}
.site-main {
flex: 1;
width: 100%;
}
.site-header {
width: 100%;
}
.site-footer {
width: 100%;
} .section {
padding: var(--spacing-2xl) 0;
}
.section-sm {
padding: var(--spacing-lg) 0;
}
.section-lg {
padding: var(--spacing-3xl) 0;
} .grid {
display: grid;
gap: var(--spacing-lg);
}
.grid-cols-1 { grid-template-columns: repeat(1, minmax(0, 1fr)); }
.grid-cols-2 { grid-template-columns: repeat(2, minmax(0, 1fr)); }
.grid-cols-3 { grid-template-columns: repeat(3, minmax(0, 1fr)); }
.grid-cols-4 { grid-template-columns: repeat(4, minmax(0, 1fr)); }
.grid-cols-5 { grid-template-columns: repeat(5, minmax(0, 1fr)); }
.grid-cols-6 { grid-template-columns: repeat(6, minmax(0, 1fr)); } .flex { display: flex; }
.inline-flex { display: inline-flex; }
.flex-col { flex-direction: column; }
.flex-row { flex-direction: row; }
.flex-wrap { flex-wrap: wrap; }
.flex-nowrap { flex-wrap: nowrap; }
.items-start { align-items: flex-start; }
.items-center { align-items: center; }
.items-end { align-items: flex-end; }
.items-stretch { align-items: stretch; }
.justify-start { justify-content: flex-start; }
.justify-center { justify-content: center; }
.justify-end { justify-content: flex-end; }
.justify-between { justify-content: space-between; }
.justify-around { justify-content: space-around; }
.justify-evenly { justify-content: space-evenly; }
.flex-1 { flex: 1 1 0%; }
.flex-auto { flex: 1 1 auto; }
.flex-none { flex: none; } .m-0 { margin: 0; }
.m-auto { margin: auto; }
.m-xs { margin: var(--spacing-xs); }
.m-sm { margin: var(--spacing-sm); }
.m-md { margin: var(--spacing-md); }
.m-lg { margin: var(--spacing-lg); }
.m-xl { margin: var(--spacing-xl); }
.m-2xl { margin: var(--spacing-2xl); }
.p-0 { padding: 0; }
.p-xs { padding: var(--spacing-xs); }
.p-sm { padding: var(--spacing-sm); }
.p-md { padding: var(--spacing-md); }
.p-lg { padding: var(--spacing-lg); }
.p-xl { padding: var(--spacing-xl); }
.p-2xl { padding: var(--spacing-2xl); } @media (max-width: 768px) {
.container {
padding: 0 var(--spacing-md);
}
.grid-cols-2,
.grid-cols-3,
.grid-cols-4,
.grid-cols-5,
.grid-cols-6 {
grid-template-columns: 1fr;
}
.section {
padding: var(--spacing-lg) 0;
}
.section-lg {
padding: var(--spacing-xl) 0;
}
} .hidden { display: none; }
.block { display: block; }
.inline { display: inline; }
.inline-block { display: inline-block; }
@media (max-width: 767px) {
.md-hidden { display: none; }
.md-block { display: block; }
}
@media (min-width: 768px) {
.md-hidden { display: block; }
.md-block { display: none; }
} .site-header {
position: fixed;
top: 0;
left: 0;
width: 100%;
z-index: 999;
background: #00000052;
transition: all 0.3s ease;
}
.site-header.scrolled {
background: rgba(255,255,255,0.9);
backdrop-filter: blur(10px);
} .header-container {
display: grid;
grid-template-columns: 1fr 700px 1fr;
align-items: center;
padding: 10px 40px;
} .header-left {
display: flex;
align-items: center;
gap: 10px;
color: white;
}
.menu-text {
font-size: 12px;
letter-spacing: 2px;
} .menu-toggle {
display: flex;
flex-direction: column;
gap: 4px;
background: none;
border: none;
cursor: pointer;
}
.menu-toggle span {
width: 18px;
height: 1.5px;
background: #fff;
display: block;
} .header-center {
display: flex;
align-items: center;
justify-content: center;
gap: 6vw;
}
.head_item{
flex: 1;
}
.nav-left{
text-align: end;
}
.header-nav a {
font-size: 12px;
letter-spacing: 2px;
text-decoration: none;
color: white;
} .site-logo img {
height: 40px;
object-fit: contain;
} .header-right {
display: flex;
justify-content: flex-end;
}
.btn-book {
background: black;
border: 1px solid black;
color: white;
padding: 10px 20px;
font-size: 12px;
letter-spacing: 2px;
transition: all 0.3s ease;
text-decoration: none;
}
.btn-book:hover{
text-decoration: none;
background: #807C67;
color: #fff;
border: 1px solid #807C67;
} .site-header.scrolled .header-nav a,
.site-header.scrolled .menu-text {
color: #000;
}
.site-header.scrolled .menu-toggle span {
background: #000;
}
.site-header.scrolled .site-logo img {
filter: invert(1);
} @media (max-width: 1024px) {
.header-container {
grid-template-columns: auto 1fr auto;
padding: 15px 20px;
} .header-nav {
display: none;
} .header-center {
justify-content: center;
gap: 0;
} .header-left {
justify-content: flex-start;
}
.header-right {
justify-content: flex-end;
}
} @media (max-width: 768px) {
.header-container {
display: flex;
align-items: center;
justify-content: space-between;
padding: 12px 16px;
} .header-left,
.header-center,
.header-right {
flex: 1;
display: flex;
align-items: center;
} .header-left {
justify-content: flex-start;
} .header-center {
justify-content: center;
text-align: center;
} .header-center .header-nav {
display: none;
} .site-logo img {
height: 32px;
} .header-right {
justify-content: flex-end;
} .menu-text {
display: none;
} .btn-book {
padding: 8px 12px;
font-size: 11px;
white-space: nowrap;
}
} @media (max-width: 480px) {
.header-container {
padding: 10px 12px;
}
.btn-book {
padding: 6px 10px;
font-size: 10px;
}
.site-logo img {
height: 28px;
}
}
.site-footer {
background: #fff;
color: #ffffff;
padding: 3rem 0 1rem;
margin-top: auto;
}
.footer-container {
max-width: 1400px;
margin: 0 auto;
padding: 0 2rem;
}
.footer-content {
display: grid;
grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
gap: 2rem;
align-items: flex-start;
margin-bottom: 2rem;
}
.first_col img{
max-width: 200px;
height: auto;
object-fit: contain;
margin-bottom: 1rem;
filter: invert(1);
}
.first_col p{
max-width: 300px;
}
.footer-widget h3 {
color: #1a1a1a;
margin-bottom: 1rem;
font-size: 1.2rem;
}
.footer-widget ul {
list-style: none;
padding: 0;
}
.footer-widget ul li {
margin-bottom: 0.5rem;
color: #1a1a1a;
}
.footer-widget ul li a {
color: #1a1a1a;
text-decoration: none;
transition: color 0.3s ease;
}
.footer-widget ul li a:hover {
color: #333;
}
.footer-bottom {
border-top: 1px solid #333;
padding-top: 1rem;
text-align: center;
color: #999;
}
.footer-bottom p {
margin-bottom: 0;
}
.fullscreen-menu {
position: fixed;
inset: 0;
background: #807C67;
z-index: 9999;
display: flex;
flex-direction: column;
visibility: hidden;
opacity: 0;
transform: translateY(-100%);
will-change: transform, opacity;
} .menu-top {
display: grid;
grid-template-columns: 1fr auto 1fr;
align-items: center;
padding: 30px 60px;
color: #fff;
font-size: 12px;
letter-spacing: 2px;
} .menu-left {
display: flex;
gap: 30px;
align-items: center;
}
.menu-close {
display: flex;
gap: 10px;
cursor: pointer;
align-items: center;
}
.menu-close span {
width: 20px;
height: 1px;
background: #fff;
} .menu-center {
text-align: center;
}
.menu-logo img {
max-width: 200px;
margin: auto;
object-fit: contain;
height: auto;
}
.stars {
font-size: 12px;
margin-top: 5px;
} .menu-right {
display: flex;
justify-content: flex-end;
align-items: center;
gap: 20px;
}
.menu-book {
background: #000;
color: #fff;
padding: 10px 20px;
text-decoration: none;
} .menu-links {
flex: 1;
display: flex;
align-items: center;
justify-content: center;
}
.menu-links ul {
text-align: center;
list-style: none;
padding: 0;
}
.menu-links li {
margin: 20px 0;
line-height: 1;
overflow: hidden;
}
.menu-links a {
overflow: hidden;
}
.link-inner {
display: block;
position: relative;
height: 1em;
}
.link-text {
display: block;
}
.link-text.duplicate {
position: absolute;
top: 100%;
left: 0;
}
.menu-links a {
font-size: clamp(40px, 5vw, 52px);
text-transform: uppercase;
color: #fff;
text-decoration: none;
letter-spacing: 1px;
display: inline-block;
transform: translateY(120%);
will-change: transform, opacity;
transition: opacity 0.4s ease;
} .menu-links li:hover a {
opacity: 1;
} .menu-bottom {
display: flex;
justify-content: space-between;
padding: 30px 60px;
font-size: 16px;
color: #fff;
}
.menu-bottom a {
color: #fff;
}
.menu-bottom .bottom_item {
flex: 1;
}
.menu-bottom .bottom_center {
text-align: center;
}
.menu-socials {
text-align: end;
} .menu-socials span {
margin-left: 10px;
cursor: pointer;
}
@media (max-width: 767px) { .fullscreen-menu {
padding: 0;
} .menu-top {
display: flex;
align-items: center;
justify-content: space-between;
padding: 20px 10px;
font-size: 11px;
gap: 15px;
}
.menu-left,
.menu-center,
.menu-right {
flex: 1;
display: flex;
align-items: center;
} .menu-left {
justify-content: flex-start;
} .menu-center {
justify-content: center;
text-align: center;
}
.menu-logo img {
max-width: 140px;
} .menu-phone {
display: none;
} .menu-book,
.btn-book {
padding: 8px 14px;
font-size: 10px;
} .menu-links {
padding: 40px 20px;
}
.menu-links ul {
width: 100%;
}
.menu-links li {
margin: 15px 0;
}
.menu-links a {
font-size: clamp(28px, 8vw, 36px);
letter-spacing: 1px;
} .menu-bottom {
flex-direction: column;
gap: 15px;
padding: 20px;
text-align: center;
font-size: 14px;
}
.menu-close {
font-size: 0;
}
.menu-bottom div {
width: 100%;
} .menu-socials {
display: flex;
justify-content: center;
gap: 15px;
flex-wrap: wrap;
}
.menu-socials a {
font-size: 14px;
}
}
.destination_boxes {
margin: 10vh auto 0;
}
.destination_title {
margin-bottom: 2rem;
} .destinations-grid {
display: grid;
grid-template-columns: repeat(2, 1fr);
gap: 30px;
margin: 0 auto 10vh;
} .destination-box {
position: relative;
aspect-ratio: 10 / 7;
background-size: cover;
background-position: center;
overflow: hidden;
display: flex;
align-items: flex-end;
transition: 0.4s ease;
} .destination-box::before {
content: "";
position: absolute;
inset: 0;
background: linear-gradient(
to top,
rgba(15, 20, 35, 0.9),
rgba(15, 20, 35, 0.2)
);
transition: 0.4s ease;
z-index: 1;
} .destination-overlay {
position: absolute;
inset: 0;
display: flex;
align-items: center;
justify-content: center;
z-index: 2;
transition: 0.4s ease;
}
.destination-overlay h3 {
color: #fff;
font-size: 32px;
letter-spacing: 5px;
text-align: center;
} .destination-content {
position: relative;
z-index: 3;
padding: 40px;
color: #fff;
transform: translateY(60px);
opacity: 0;
transition: 0.4s ease;
}
.destination-content h3 {
font-size: 24px;
margin-bottom: 10px;
color: #fff;
}
.destination-subtitle {
font-size: 12px;
letter-spacing: 4px;
margin-bottom: 15px;
opacity: 0.7;
color: #fff;
}
.destination-text p {
margin-bottom: 15px;
line-height: 1.6;
color: #fff;
} .destination-btn {
display: inline-block;
padding: 12px 30px;
border: 1px solid #c8a96a;
color: #fff;
text-decoration: none;
transition: 0.3s;
}
.destination-btn:hover {
background: #c8a96a;
color: #fff;
text-decoration: none;
} .destination-box:hover .destination-overlay {
opacity: 0;
}
.destination-box:hover .destination-content {
transform: translateY(0);
opacity: 1;
}
.destination-box:hover::before {
background: linear-gradient(
to top,
rgba(15, 20, 35, 0.95),
rgba(15, 20, 35, 0.6)
);
} .destination-box:hover {
transform: scale(1.01);
}   @media (max-width: 1024px) {
.destinations-grid {
grid-template-columns: 1fr;
}
.destination-box {
aspect-ratio: 16 / 9;
}
}   @media (max-width: 768px) { .destination-overlay {
display: none;
}
.destination-content {
transform: none;
opacity: 1;
background: rgba(15, 20, 35, 0.7);
padding: 25px;
}
.destination-box {
aspect-ratio: 3 / 4;
}
.destination-overlay h3 {
font-size: 20px;
}
.destination-content h3 {
font-size: 20px;
}
}
.page-hero {
position: relative;
min-height: 80vh;
display: flex;
align-items: center;
justify-content: center;
overflow: hidden;
}
.page-hero__bg,
.page-hero__overlay {
position: absolute;
inset: 0;
}
.page-hero__bg {
background-size: cover;
background-position: center center;
background-repeat: no-repeat;
z-index: 1;
}
.page-hero__scroll {
position: absolute;
display: flex;
justify-content: center;
flex-direction: column-reverse;
gap: 0;
left: 50%;
top: 100%;
transform: translate(-50%, 0%);
}
a.page-hero__scroll-text {
color: #fff;
text-decoration: none !important;
text-transform: uppercase;
letter-spacing: 3px;
font-weight: 300;
font-size: 13px;
}
.page-hero__overlay {
background: rgba(0, 0, 0, 0.18);
z-index: 2;
}
.page-hero__inner {
position: relative;
z-index: 3;
width: 100%;
padding: 140px 40px 60px;
}
.page-hero__content {
max-width: 1200px;
margin: 0 auto;
text-align: center;
}
.page-hero__title {
margin: 0;
color: #fff;
font-size: clamp(36px, 7vw, 50px);
line-height: 1;
font-weight: 400;
letter-spacing: 0.08em;
text-transform: uppercase;
} .hero-split {
display: flex;
height: 100vh;
width: 100%;
overflow: hidden;
} .hero-item {
position: relative;
flex: 1;
transition: flex 0.8s ease;
cursor: pointer;
} .hero-bg {
position: absolute;
inset: 0;
background-size: cover;
background-position: center;
} .hero-overlay {
position: relative;
z-index: 2;
height: 100%;
display: flex;
align-items: center;
justify-content: center;
} .hero-label {
padding: 15px 30px;
letter-spacing: 4px;
font-size: 20px;
}
.hero-label.light {
background: #fff;
color: #000;
}
.hero-label.dark {
background: #000;
color: #fff;
} .hero-content-box {
position: absolute;
opacity: 0;
transform: translateY(30px);
background: #f5f5f5;
padding: 40px;
text-align: center;
width: 280px;
}
.hero-content-box img {
filter: invert(1);
max-width: 180px;
margin: 0 auto 0;
}
.hero-extra {
margin-top: 20px;
}
.hero-extra img {
max-width: 100px;
margin: 10px auto 0;
} .btn-outline {
display: block;
color: #000;
border: 1px solid #000;
padding: 12px;
margin-top: 20px;
text-decoration: none;
transition: all 0.3s ease;
}
.btn-dark:hover, .btn-outline:hover{
text-decoration: none;
background: #807C67;
color: #fff;
border: 1px solid #807C67;
}
.btn-dark {
display: block;
background: #000;
border: 1px solid #000;
color: #fff;
padding: 12px;
margin-top: 10px;
text-decoration: none;
transition: all 0.3s ease;
} .hero-item.active {
flex: 1.5;
} @media (max-width: 1024px) {
.hero-split {
flex-direction: column;
height: auto;
}
.hero-item {
width: 100%;
height: 50vh; flex: unset; } .hero-item.active {
flex: unset;
} .hero-bg {
height: 100%;
}
} @media (max-width: 768px) {
.hero-item {
height: 60vh;
} .hero-label {
font-size: 12px;
padding: 12px 20px;
} .hero-content-box {
width: 240px;
padding: 30px 20px;
}
} @media (max-width: 480px) {
.hero-item {
height: 90vh;
}
.hero-content-box {
width: 200px;
padding: 20px 15px;
opacity: 1 !important;
transform: translateY(0) !important;
}
}
.page-content{
margin: 15vh auto;
}
.contact-content{
margin: 0;
}
.contact-layout {
display: grid;
width: 100%;
grid-template-columns: 1fr 1fr;
}
.contact-left {
padding: 80px 70px;
background: #efede8;
display: flex;
flex-direction: column;
justify-content: flex-start;
}
.contact-right {
position: relative;
min-height: 400px;
}
.contact-map {
width: 100%;
height: 100%;
min-height: 400px;
}
.contact-map iframe {
display: block;
width: 100%;
height: 100%;
}
.contact-title {
font-size: clamp(30px, 4vw, 40px);
line-height: 1.1;
margin-bottom: 35px;
color: #505050;
font-weight: 400;
}
.contact-info {
margin-bottom: 60px;
max-width: 500px;
}
.contact-info p {
margin: 0;
font-size: 16px;
line-height: 1.6;
color: #505050;
}
.contact-form-wrap {
width: 100%;
max-width: 760px;
}
.hotel-contact-form {
color: #2a2a2a;
box-sizing: border-box;
}
.hotel-contact-form .form-grid {
display: flex;
flex-wrap: wrap;
gap: 1.5rem;
margin-bottom: 1.5rem;
}
.hotel-contact-form .form-row {
flex: 1 1 48%;
display: flex;
flex-direction: column;
box-sizing: border-box;
}
.hotel-contact-form .form-row.full {
flex: 1 1 100%;
}
.hotel-contact-form label {
font-size: 0.9rem;
margin-bottom: 0.5rem;
color: #444;
font-weight: 400;
}
.hotel-contact-form input, .hotel-contact-form textarea {
font-size: 0.95rem;
padding: 0.8rem 1rem 0.8rem 0;
border: none;
border-bottom: 1px solid #7f7f7f;
border-radius: 0;
background: transparent;
transition: all 0.3s ease;
width: 100%;
box-sizing: border-box;
}
.hotel-contact-form input::placeholder, .hotel-contact-form textarea::placeholder {
font-weight: 300 !important;
opacity: 0.6;
font-size: 14px;
}
.hotel-contact-form input:focus,
.hotel-contact-form textarea:focus {
border-color: #505050;
background: #e6e3dd;
outline: none;
padding: 0.8rem 1rem 0.8rem 15px;
}
.hotel-contact-form textarea {
height: 120px;
resize: vertical;
}
.hotel-contact-form .form-submit {
text-align: center;
margin-top: 2rem;
}
.hotel-contact-form input[type="submit"] {
background-color: #505050;
color: #fff;
border: none;
padding: 0.9rem 2.5rem;
border-radius: 999px;
font-size: 1rem;
text-transform: uppercase;
letter-spacing: 0.5px;
cursor: pointer;
transition: background 0.3s ease;
}
.hotel-contact-form input[type="submit"]:hover {
background-color: #505050;
}
.contact_info a {
color: #505050;
}
.leaflet-left {
left: 0;
z-index: 99;
}
.leaflet-bottom {
bottom: 0;
z-index: 99 !important;
} @media (max-width: 600px) {
.hotel-contact-form .form-row {
flex: 1 1 100%;
}
}.site-header {
position: fixed;
top: 0;
left: 0;
width: 100%;
z-index: 999;
background: #00000052;
transition: all 0.3s ease;
}
.site-header.scrolled {
background: rgba(255,255,255,0.9);
backdrop-filter: blur(10px);
} .header-container {
display: grid;
grid-template-columns: 1fr 700px 1fr;
align-items: center;
padding: 10px 40px;
} .header-left {
display: flex;
align-items: center;
gap: 10px;
color: white;
}
.menu-text {
font-size: 12px;
letter-spacing: 2px;
} .menu-toggle {
display: flex;
flex-direction: column;
gap: 4px;
background: none;
border: none;
cursor: pointer;
}
.menu-toggle span {
width: 18px;
height: 1.5px;
background: #fff;
display: block;
} .header-center {
display: flex;
align-items: center;
justify-content: center;
gap: 6vw;
}
.head_item{
flex: 1;
}
.nav-left{
text-align: end;
}
.header-nav a {
font-size: 12px;
letter-spacing: 2px;
text-decoration: none;
color: white;
} .site-logo img {
height: 40px;
object-fit: contain;
} .header-right {
display: flex;
justify-content: flex-end;
}
.btn-book {
background: black;
border: 1px solid black;
color: white;
padding: 10px 20px;
font-size: 12px;
letter-spacing: 2px;
transition: all 0.3s ease;
text-decoration: none;
}
.btn-book:hover{
text-decoration: none;
background: #807C67;
color: #fff;
border: 1px solid #807C67;
} .site-header.scrolled .header-nav a,
.site-header.scrolled .menu-text {
color: #000;
}
.site-header.scrolled .menu-toggle span {
background: #000;
}
.site-header.scrolled .site-logo img {
filter: invert(1);
} @media (max-width: 1024px) {
.header-container {
grid-template-columns: auto 1fr auto;
padding: 15px 20px;
} .header-nav {
display: none;
} .header-center {
justify-content: center;
gap: 0;
} .header-left {
justify-content: flex-start;
}
.header-right {
justify-content: flex-end;
}
} @media (max-width: 768px) {
.header-container {
display: flex;
align-items: center;
justify-content: space-between;
padding: 12px 16px;
} .header-left,
.header-center,
.header-right {
flex: 1;
display: flex;
align-items: center;
} .header-left {
justify-content: flex-start;
} .header-center {
justify-content: center;
text-align: center;
} .header-center .header-nav {
display: none;
} .site-logo img {
height: 32px;
} .header-right {
justify-content: flex-end;
} .menu-text {
display: none;
} .btn-book {
padding: 8px 12px;
font-size: 11px;
white-space: nowrap;
}
} @media (max-width: 480px) {
.header-container {
padding: 10px 12px;
}
.btn-book {
padding: 6px 10px;
font-size: 10px;
}
.site-logo img {
height: 28px;
}
}.site-footer {
background: #fff;
color: #ffffff;
padding: 3rem 0 1rem;
margin-top: auto;
}
.footer-container {
max-width: 1400px;
margin: 0 auto;
padding: 0 2rem;
}
.footer-content {
display: grid;
grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
gap: 2rem;
align-items: flex-start;
margin-bottom: 2rem;
}
.first_col img{
max-width: 200px;
height: auto;
object-fit: contain;
margin-bottom: 1rem;
filter: invert(1);
}
.first_col p{
max-width: 300px;
}
.footer-widget h3 {
color: #1a1a1a;
margin-bottom: 1rem;
font-size: 1.2rem;
}
.footer-widget ul {
list-style: none;
padding: 0;
}
.footer-widget ul li {
margin-bottom: 0.5rem;
color: #1a1a1a;
}
.footer-widget ul li a {
color: #1a1a1a;
text-decoration: none;
transition: color 0.3s ease;
}
.footer-widget ul li a:hover {
color: #333;
}
.footer-bottom {
border-top: 1px solid #333;
padding-top: 1rem;
text-align: center;
color: #999;
}
.footer-bottom p {
margin-bottom: 0;
}.fullscreen-menu {
position: fixed;
inset: 0;
background: #807C67;
z-index: 9999;
display: flex;
flex-direction: column;
visibility: hidden;
opacity: 0;
transform: translateY(-100%);
will-change: transform, opacity;
} .menu-top {
display: grid;
grid-template-columns: 1fr auto 1fr;
align-items: center;
padding: 30px 60px;
color: #fff;
font-size: 12px;
letter-spacing: 2px;
} .menu-left {
display: flex;
gap: 30px;
align-items: center;
}
.menu-close {
display: flex;
gap: 10px;
cursor: pointer;
align-items: center;
}
.menu-close span {
width: 20px;
height: 1px;
background: #fff;
} .menu-center {
text-align: center;
}
.menu-logo img {
max-width: 200px;
margin: auto;
object-fit: contain;
height: auto;
}
.stars {
font-size: 12px;
margin-top: 5px;
} .menu-right {
display: flex;
justify-content: flex-end;
align-items: center;
gap: 20px;
}
.menu-book {
background: #000;
color: #fff;
padding: 10px 20px;
text-decoration: none;
} .menu-links {
flex: 1;
display: flex;
align-items: center;
justify-content: center;
}
.menu-links ul {
text-align: center;
list-style: none;
padding: 0;
}
.menu-links li {
margin: 20px 0;
line-height: 1;
overflow: hidden;
}
.menu-links a {
overflow: hidden;
}
.link-inner {
display: block;
position: relative;
height: 1em;
}
.link-text {
display: block;
}
.link-text.duplicate {
position: absolute;
top: 100%;
left: 0;
}
.menu-links a {
font-size: clamp(40px, 5vw, 52px);
text-transform: uppercase;
color: #fff;
text-decoration: none;
letter-spacing: 1px;
display: inline-block;
transform: translateY(120%);
will-change: transform, opacity;
transition: opacity 0.4s ease;
} .menu-links li:hover a {
opacity: 1;
} .menu-bottom {
display: flex;
justify-content: space-between;
padding: 30px 60px;
font-size: 16px;
color: #fff;
}
.menu-bottom a {
color: #fff;
}
.menu-bottom .bottom_item {
flex: 1;
}
.menu-bottom .bottom_center {
text-align: center;
}
.menu-socials {
text-align: end;
} .menu-socials span {
margin-left: 10px;
cursor: pointer;
}
@media (max-width: 767px) { .fullscreen-menu {
padding: 0;
} .menu-top {
display: flex;
align-items: center;
justify-content: space-between;
padding: 20px 10px;
font-size: 11px;
gap: 15px;
}
.menu-left,
.menu-center,
.menu-right {
flex: 1;
display: flex;
align-items: center;
} .menu-left {
justify-content: flex-start;
} .menu-center {
justify-content: center;
text-align: center;
}
.menu-logo img {
max-width: 140px;
} .menu-phone {
display: none;
} .menu-book,
.btn-book {
padding: 8px 14px;
font-size: 10px;
} .menu-links {
padding: 40px 20px;
}
.menu-links ul {
width: 100%;
}
.menu-links li {
margin: 15px 0;
}
.menu-links a {
font-size: clamp(28px, 8vw, 36px);
letter-spacing: 1px;
} .menu-bottom {
flex-direction: column;
gap: 15px;
padding: 20px;
text-align: center;
font-size: 14px;
}
.menu-close {
font-size: 0;
}
.menu-bottom div {
width: 100%;
} .menu-socials {
display: flex;
justify-content: center;
gap: 15px;
flex-wrap: wrap;
}
.menu-socials a {
font-size: 14px;
}
}.hero-split {
display: flex;
height: 100vh;
width: 100%;
overflow: hidden;
} .hero-item {
position: relative;
flex: 1;
transition: flex 0.8s ease;
cursor: pointer;
} .hero-bg {
position: absolute;
inset: 0;
background-size: cover;
background-position: center;
} .hero-overlay {
position: relative;
z-index: 2;
height: 100%;
display: flex;
align-items: center;
justify-content: center;
} .hero-label {
padding: 15px 30px;
letter-spacing: 4px;
font-size: 20px;
}
.hero-label.light {
background: #fff;
color: #000;
}
.hero-label.dark {
background: #000;
color: #fff;
} .hero-content-box {
position: absolute;
opacity: 0;
transform: translateY(30px);
background: #f5f5f5;
padding: 40px;
text-align: center;
width: 280px;
}
.hero-content-box img {
filter: invert(1);
max-width: 180px;
margin: 0 auto 0;
}
.hero-extra {
margin-top: 20px;
}
.hero-extra img {
max-width: 100px;
margin: 10px auto 0;
} .btn-outline {
display: block;
color: #000;
border: 1px solid #000;
padding: 12px;
margin-top: 20px;
text-decoration: none;
transition: all 0.3s ease;
}
.btn-dark:hover, .btn-outline:hover{
text-decoration: none;
background: #807C67;
color: #fff;
border: 1px solid #807C67;
}
.btn-dark {
display: block;
background: #000;
border: 1px solid #000;
color: #fff;
padding: 12px;
margin-top: 10px;
text-decoration: none;
transition: all 0.3s ease;
} .hero-item.active {
flex: 1.5;
} @media (max-width: 1024px) {
.hero-split {
flex-direction: column;
height: auto;
}
.hero-item {
width: 100%;
height: 50vh; flex: unset; } .hero-item.active {
flex: unset;
} .hero-bg {
height: 100%;
}
} @media (max-width: 768px) {
.hero-item {
height: 60vh;
} .hero-label {
font-size: 12px;
padding: 12px 20px;
} .hero-content-box {
width: 240px;
padding: 30px 20px;
}
} @media (max-width: 480px) {
.hero-item {
height: 90vh;
}
.hero-content-box {
width: 200px;
padding: 20px 15px;
opacity: 1 !important;
transform: translateY(0) !important;
}
}