@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Pacifico&display=swap');

:root {
	--roobert-font: "Roobert", sans-serif;
	--theDreamers-font: "TheDreamersEdition", sans-serif;
	--main-font: 'Adobe Garamond Pro Regular';

	--body-color: #f5f0e8;
	--text-color: #32322b;
  --grey-color: #dddddd;

	--btn-color: #767460;
	--other-color: #E1D9CA;

	--btn-radius: 2.4rem;
	--border-radius: 1px;
}

*,
*::after,
*::before {
	box-sizing: border-box;
	margin: 0;
	padding: 0;
}

html {
	font-size: clamp(10px, 1vw, 10px);
	line-height: 1.15;
	-webkit-text-size-adjust: 100%;
}

/* @media screen and (min-width: 1100px) {
	html {
		font-size: 0.78125vw
	}
}

@media only screen and (max-width: 768px) {
	html {
		font-size: 2vw;
	}
} */

body {
	background: var(--body-color);
	font-family: var(--main-font);
	margin: 0;
	overflow-x: hidden;
	font-size: 1.6rem;
	font-weight: 300;
	line-height: 1.5;
	color: var(--text-color);
	scroll-behavior: smooth;
}
@media screen and (max-width: 1100px) {
	body {
		font-size: 2rem;
	}
}

a {
	text-decoration: none;
}

img {
	width: 100%;
	height: 100%;
}

h1 {
	font-family: var(--main-font);
}

h1,
h2,
h3,
h4,
h5,
h6 {
	line-height: 107%;
	margin: 0;
}

@media only screen and (max-width: 991px) {
	h1,
	h2,
	h3,
	h4,
	h5,
	h6 {
		letter-spacing: 1px !important;
		-webkit-text-stroke-width: 0px !important;
	}
}

section {
	overflow: hidden;
}

.post, .page {
	margin: 0 !important;
}



.btn {
	background: var(--btn-color);
	display: block;
	padding: 1rem 2.4rem;
	border-radius: var(--border-radius);
	border: 1px solid transparent;
	transition: background .4s, border-color .4s, color .4s;
}
.btn:hover {
	background: transparent;
	border-color: var(--btn-color);
	color: var(--text-color);
}

.container {
	max-width: 89.07vw;
	width: 100%;
	margin: 0 auto;
}

@media screen and (max-width: 1100px) {
	.container {
		max-width: 100%;
		padding: 0 2.4rem;
	}
}

.header {
	position: absolute;
	width: 100%;
	z-index: 100;
	margin: 1rem 0 0 0;
}
.header__wrap {
	width: 100%;
  background: #E1D9CA;
  display: flex;
  align-items: center;
  justify-content: center;
	gap: 8rem;
}
.header.fixed {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
}

.header__burger {
	display: none;
}

.header .menu {
  padding: 0;
  margin: 0;
  list-style: none;
  display: flex;
  gap: 2rem;
}
.header nav:first-child {
	flex: 1;
	display: flex;
	justify-content: end;
}
.header nav:last-child,
.header .dop-menu {
	flex: 1;
}
.header .menu a {
  color: #000;
  transition: color .4s;
}
.header .menu a:hover {
  color: var(--text-color);
}
.header .menu .current-menu-item a {
  color: var(--text-color);
}
.header .logo {
	color: #000;
	font-weight: bold;
	font-size: 4rem;
	line-height: normal;
	flex: none;
	display: flex;
	width: 33%;
}
.header .logo img {
	width: 100%;
	height: 7rem;
	object-fit: contain;
}

.mobile__menu {
	display: none;
}


/* Hero Section */
.hero {
	position: relative;
	padding: 2rem 0 0 0;
	height: 95vh;
}
.hero__wrap {
	display: flex;
	justify-content: center;
	align-items: center;
	height: 100%;
	gap: 2rem;
}
.hero__left {
	position: relative;
	border-radius: var(--border-radius);
	padding: 2.4rem;
	display: flex;
	flex-direction: column;
	gap: 2rem;
	color: #fff;
	text-align: center;
	z-index: 1;
}
.hero__right {
	position: absolute;
	inset: 0 0 0 0;
	width: 100%;
	height: 100%;
	z-index: 0;
}
.hero__right::after {
	content: '';
	position: absolute;
	inset: 0 0 0 0;
	background: #000;
	opacity: .2;
}
.hero__title {
	font-size: 3.6rem;
}
.hero__dsc {
	width: 100%;
	max-width: 50rem;
	margin: 0 auto;
}
.hero__btn {
	width: max-content;
	margin: 0 auto;
	color: #fff;
	text-align: center;
}
.hero__right video {
	width: 100%;
	height: 100%;
	border-radius: var(--border-radius);
	object-fit: cover;
}
.hero__right img {
	object-fit: cover;
}


/* About Section */
.about {
	background: #fff;
	padding: 10rem 0 ;
	min-height: max-content;
}
.about__area {
	display: flex;
	justify-content: space-between;
	gap: 4rem;
}
.about__area-text {
	flex-basis: 50%;
	display: flex;
	justify-content: center;
	flex-direction: column;
	gap: 2rem;
}
.about__area__title {
	font-size: 3.6rem;
	font-weight: 600;
	line-height: 2.5rem;
}
.about__area__dsc {
	display: flex;
	flex-direction: column;
	gap: 1rem;
}
.about__area__dsc p {
	margin: 0;
}
.about__area-btn {
	width: 100%;
	font-size: 2rem;
	max-width: max-content;
	border: 1px solid #000;
	padding: 1rem 2.4rem;
	color: #000;
}
.about__area-image {
	flex-basis: 30%;
}
.about__area-image img,
.about__area-image video {
	width: 100%;
	max-height: 55rem;
	object-fit: contain;
}
.about__area-image span {
	display: block;
	text-align: right;
	font-size: 2rem;
}
.about__area-double .about__area-image:last-child {
	max-height: 40rem;
	margin-right: auto;
	margin-top: auto;
}


/* About place */ 
.about-place {
	background: #fbfbfb;
	padding: 10rem 0;
}
.about-place__wrap {
	display: flex;
	flex-direction: column;
	gap: 4rem;
}
.about-place__banner {
	display: flex;
}
.about-place__banner img {
	max-height: 55rem;
	object-fit: cover;
}
.about-place__title {
	text-align: center;
	font-size: 3.6rem;
	font-weight: 400;
}
.about-place__dsc {
	display: flex;
	align-items: center;
	flex-direction: column;
	gap: 1rem;
}
.about-place__dsc p {
	width: 100%;
	max-width: 90rem;
	margin: 0;
	text-align: center;
}

/* Menu list */
.menu-list {
	background: #fff;
	padding: 10rem 0;
}
.menu-list__grid {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	gap: 2rem;
}
.menu-list__grid .item {
	flex-basis: 30%;
	display: flex;
	align-items: center;
	flex-direction: column;
	gap: 2rem;
}
.menu-list__grid .item:hover img {
	transform: scale(1.1);
}
.menu-list__grid .item:hover .item-btn {
	background: transparent;
	border-color: var(--btn-color);
	color: var(--text-color);
}
.menu-list__grid .item-img {
	display: flex;
	overflow: hidden;
}
.menu-list__grid .item img {
	height: 55rem;
	object-fit: cover;
	transition: transform .4s;
}
.menu-list__grid .item-title {
	text-align: center;
	font-size: 2rem;
	color: var(--text-color);
	font-weight: 300;
}
.menu-list__grid .item-btn {
	width: max-content;
	background: var(--btn-color);
	color: #fff;
	border: 1px solid transparent;
	padding: 2rem 2.4rem;
	font-size: 2rem;
	font-weight: 300;
	transition: color .4s, background .4s, border-color .4s;
	cursor: pointer;
}


/* Big image */
.big-image {
	background: var(--background);
	background-repeat: no-repeat;
	background-attachment: fixed;
  background-position: center;
  background-size: cover;
	position: relative;
	height: 100vh;
	display: flex;
	justify-content: center;
	align-items: center;
}
.big-image::after {
	content: "";
	position: absolute;
	inset: 0 0 0 0;
	width: 100%;
	height: 100%;
	background: #000;
	opacity: .3;
	z-index: 5;
}
.big-image h2 {
	position: relative;
	z-index: 10;
	color: #fff;
}

/* Location */
.location {
	background: var(--other-color);
	padding: 5rem 0;
}
.location__wrap {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 4rem;
}
.location__map {
	flex-basis: calc(50% - 4rem);
}
.location__map iframe {
	width: 100%;
	height: 100%;
	min-height: 60rem;
	object-fit: cover;
}
.location__content {
	flex-basis: calc(50% - 4rem);
	display: flex;
	flex-wrap: wrap;
	flex-direction: column;
	gap: 2rem;
}
.location__content-subtitle {
	font-size: 2rem;
}
.location__content-title {
	font-size: 3.6rem;
}
.location__content-btn {
	width: max-content;
	color: #fff;
}

/* Instagram */ 
.instagram {
	padding: 10rem 0;
}
.instagram__title {
	font-family: var(--main-font);
	font-size: 3.6rem;
	text-align: right;
	padding: 0 14rem 0 0;
}
.instagram__dsc {
	display: block;
	text-align: right;
	font-size: 2rem;
	color: var(--text-color);
	margin: 2rem 0 0 0;
	padding: 0 14rem 0 0;
}
.instagram__grid {
	margin: 5rem 0 0 0;
	display: grid;
	grid-template-columns: repeat(6,1fr);
	grid-gap: 1rem;
}
.instagram__grid .item {
	display: flex;
}
.instagram__grid .item img {
	object-fit: cover;
	height: 100%;
	max-height: 22.5rem;
}


/* Instagram */
.activities {
	padding: 15rem 0;
}
.activities__title {
	font-size: 3.6rem;
	text-align: center;
	margin: 0 0 2rem 0;
}
.activities__dsc {
	width: 100%;
	max-width: 60rem;
	text-align: center;
	margin: 0 auto;
}
.activities__grid {
	display: grid;
	grid-template-columns: repeat(3,1fr);
	grid-gap: 4rem 2rem;
	margin: 10rem 0 0 0;
}
.activities__grid .item {
	display: flex;
	flex-direction: column;
	gap: 1rem;
}
.activities__grid .item-img {
	display: flex;
}
.activities__grid .item-img img {
	max-height: 45rem;
	object-fit: cover;
}
.activities__grid .item-title {
	font-size: 2rem;
	font-weight: 700;
}

/* Banner */
.banner {
	position: relative;
	width: 100%;
	height: 35rem;
}
.banner__bg {
	position: absolute;
	inset: 0 0 0 0;
	width: 100%;
	height: 100%;
	z-index: 0;
}
.banner__bg::before {
	content: "";
	position: absolute;
	background: #000;
	inset: 0 0 0 0;
	width: 100%;
	height: 100%;
	opacity: .4;
}
.banner__bg img,
.banner__bg video {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.banner__wrap {
	position: relative;
	z-index: 10;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	height: 100%;
	gap: 1rem;
}
.banner__title {
	font-family: var(--main-font);
	font-size: 3.6rem;
	font-weight: bold;
	color: #fff;
}
.banner__dsc {
	width: 100%;
	max-width: 50rem;
	font-size: 2rem;
	color: #fff;
	margin: 0 auto;
	text-align: center;
}

/* Gallery */
.gallery {
	margin: 5rem 0;
}
.grid-sizer,
.gallery__grid .item {
	width: calc(33.333% - 10px);
}

/* Hystory */
.history {
	background: #fbfbfb;
	padding: 5rem 0;
}
.history__grid {
	position: relative;
	display: flex;
	flex-wrap: wrap;
	flex-direction: column;
	gap: 10rem;
}
.history__grid::after {
	content: "";
	position: absolute;
	top: 50%;
	left: 50%;
	right: 50%;
	transform: translate(-50%,-50%);
	width: 1px;
	height: 100%;
	background: #000;
}
.history__grid .item {
	display: grid;
	grid-template-columns: repeat(2,1fr);
	grid-gap: 6rem;
}
.item__left,
.item__right {
	display: flex;
	flex-direction: column;
	align-items: end;
	justify-content: center;
	gap: 2rem;
}
.item__right {
	align-items: start;
}
.item__left .item-text,
.item__right .item-text {
	width: 100%;
	max-width: 45rem;
}
.item__left .item-text {
	text-align: right;
}
.item__right .item-text {
	text-align: left;
}
.item-year {
	color: var(--btn-color);
	font-size: 2.4rem;
	font-weight: bold;
}

/* FAQS */
.faqs {
	padding: 5rem 0;
}
.faqs__wrap {
	display: flex;
	flex-direction: column;
}
.faqs-accordion .ac {
	font-family: var(--main-font);
	background: none;
	border-top: 1px solid var(--grey-color);
	margin: 0;
}
.faqs-accordion > .ac > .ac-header {
	font-family: var(--main-font);
	padding: 2rem 0;
}
.faqs-accordion > .ac > .ac-header button {
	font-family: var(--main-font);
	font-size: 3.5rem;
	font-weight: 300;
}
.faqs-accordion__second {
	padding: 1rem;
}
.faqs-accordion__second .ac-header {
	font-family: var(--main-font);
	padding: 1rem 0;
}
.faqs-accordion__second .ac-header button {
	font-family: var(--main-font);
	font-size: 2.2rem;
	font-weight: 300;
}
.ac .ac-panel .ac-text {
	font-family: var(--main-font) !important;
	font-size: 1.7rem !important;
	font-weight: 300 !important;
	padding: 1rem !important;
}

.book {
	position: relative;
	background: #fff;
	padding: 10rem 0;
}
.book__bg {
	position: absolute;
	inset: 0 0 0 0;
	width: 100%;
	height: 100%;
}
.book__bg::after {
	content: "";
	position: absolute;
	inset: 0 0 0 0;
	width: 100%;
	height: 100%;
	background: #000;
	opacity: .4;
}
.book__bg video {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
#widgetHolder_bp2avgjk1 {
	z-index: 10;
}


/* Privacy */
.privacy {
	padding: 15rem 0 5rem 0;
}
.privacy h1 {
	font-family: var(--main-font);
	font-size: 7rem;
	margin: 0 0 3rem 0;
}
.privacy h2 {
	font-size: 3.2rem;
	margin: 0 0 1rem 0;
}
.privacy h3 {
	font-size: 2.4rem;
	margin: 0 0 1rem 0;
	font-weight: 300;
}
.privacy p {
	font-size: 1.75rem;
	margin: 0 0 1rem 0;
}

/* Footer */
.footer {
	background: var(--btn-color);
	color: #fff;
	padding: 5rem 0;
}
.footer__wrap {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	border-radius: var(--border-radius);
	gap: 2rem;
}
.footer__area {
	flex-basis: calc(25% - 2rem);
	width: calc(25% - 2rem);
	display: flex;
	flex-direction: column;
	align-items: center;
}
.footer__area:first-child {
	align-items: start;
}
.footer__dsc {
	font-size: 1.75rem;
}
.footer__logo {
	color: #fff;
	font-weight: bold;
	font-size: 4rem;
	line-height: normal;
	flex: none;
}
.footer__logo img {
	width: 100%;
	height: 6rem;
	object-fit: contain;
}
.footer__title {
	font-size: 2rem;
	font-weight: 300;
	margin: 0 0 2rem 0;
}
.footer__area:nth-child(3) .footer__title {
	margin: 0 0 2rem auto;
}
.footer__link {
	font-size: 1.75rem;
	width: 100%;
	text-decoration: none;
	color: #fff;
	text-align: right;
}
.footer__social {
	display: flex;
	align-items: center;
	gap: 1rem;
	list-style: none;
	margin: 0;
	padding: 0;
}
.footer__social li,
.footer__social li a {
	display: flex;
	transition: transform .4s;
}
.footer__social li a:hover {
	transform: scale(1.1);
}
.footer__social li svg {
	width: 2.5rem;
	height: 2.5rem;
	object-fit: contain;
	fill: #fff;
}
.footer__btn {
	border: 1px solid #fff;
	padding: 1rem 2.4rem;
	color: #fff;
	margin: 0 0 0 auto;
}
.footer__copyright {
	margin: 2rem 0 0 0;
	font-size: 1.5rem;
	font-weight: 300;
}