:root {
	--font-size: 18px;
	--color1: #CE9E50;
	--color2: #FAF8EE;
	--color3: #453122;
	--color4: #624D32;
	--color5:#291d14;
	--gilda: "Playfair Display", serif;
	--jost: "Jost", serif;

}


::marker {
	color: var(--contrast);
}


body {
	font-family: var(--jost);
	background: #fff;
	line-height: 1.7;
}


h1,
h2,
h3,
h4,
h5 {
	font-family: var(--gilda);
	font-weight: 400;

	margin-bottom: 0.5rem;
}


@media(max-width:768px) {

	.hide-mobile {
		display: none !important;
	}

}


@media(min-width:768px) {

	.hide-desktop {
		display: none !important;
	}

}



/*header */

.header {
	background: var(--color2);
	padding: 1rem 0;
	border: solid 1px rgba(0, 0, 0, 0.05);
	border-left: none;
	border-right: none;

}

.header-mobile-btn {
	width: 50px;
	height: 50px;
	padding: 0.4rem;
	margin: 0;
}

.header-mobile-btn img {
	width: 100%;
	height: 100%;
	filter: invert(100%)
}


.header-logo {
	margin: 0;
	padding: 0;
	font-size: 1.5rem;
	font-style: italic;
}

.header-grid {
	align-items: center;
}

.header-nav a {
	color: var(--contrast);
}

.header-nav .current a {
	color: #fff;
}


@media(min-width:768px) {

	.header {
		padding: 10px 0;
	}

}

@media(max-width:768px) {

	.header-grid {
		flex-wrap: wrap;
	}

	.header-nav {
		display: flex;
		flex-direction: column;
		align-self: center;
		justify-content: center;
		width: 100%;
		padding: 0;
		margin-right: 0 !important;
		margin-left: 0 !important;
		margin-top: 20px;
	}

	.header-nav li {
		width: 100%;
		padding: 8px 0;
		margin: 0;

	}

	.header-nav a {
		width: 100%;
		text-align: center;
		padding: 10px;
		margin: 0;
	}

	.header-nav a[role="button"] {
		margin-left: 0;
		margin-right: 0;
		padding: inherit;

	}

}


/*content and aside */


.content {
	padding: 2rem 0;
	padding-bottom: 0;
}

.content-grid {
	display: grid;
	grid-column: 1fr;
	margin: 2rem 0;
	gap: 1.3rem;
}

@media(min-width:768px) {
	.content-grid {
		grid-template-columns: 9fr 3fr;
	}
}

.content-sidebar ul::marker {
	color: #000;
}

.content-sidebar h2 {
	margin-bottom: 10px;
}


.content-title {
	padding-bottom: 1rem;
	border-bottom: solid 1px var(--muted-border-color);
}

.content-sidebar h2 {
	padding-bottom: 10px;
	border-bottom: solid 1px var(--muted-border-color);
	margin-bottom: 20px;
	display: block;
}


.content-sidebar ul {
	list-style-type: square !important;
	background: var(--primary);
	color: #fff;
	line-height: 1;
	border-radius: 5px;
	list-style-type: square;
}

@media(min-width:768px) {

	.content-sidebar {
		margin-top: 2.7rem;
	}

}

.content-main img {
	margin-bottom: 1.3rem;
	border-radius: 0.2rem;
}


.content-main nav[aria-label="breadcrumb"] li {
	padding: 0 0.5rem;
}

.content-main nav[aria-label="breadcrumb"] a {
	color: var(--muted-color);
}



/*footer */

.footer-grid {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: center;
}

@media(max-width:768px) {
	.footer-grid {
		flex-direction: column;
	}
}



/*grid variant */


@media(min-width:768px) {

	.content-grid-left {
		grid-template-columns: 3fr 9fr;
	}

	.content-grid-left .content-sidebar {
		order: 1;
	}

	.content-grid-left .content-main {
		order: 2;
	}

	.content-grid-nosidebar {
		grid-template-columns: 1fr;
	}


}


.content-grid-nosidebar .content-sidebar {

	display: none;
}


/* custom */

.header {
	padding: 0;
}

.toper-dark {
	background: var(--color3);
	padding: 10px 0;
}

.toper-dark a{
	color:#fff;
}

.toper-dark p {
	padding: 0;
	margin: 0;
	color: #fff;
	font-size: 14px;
}

.toper {
	padding: 15px 0;
	color:var(--color3);
}

.toper a{
	color: var(--color4);
}

.toper .fas{
	color:var(--color3)
}

.toper p{
	font-size: .9rem;
	margin: 0;
	text-align: center;
}

.toper-logo {
	width: 160px;
	display: block;
	margin: 0 auto;
}

.toper-logo img {
	width: 100% !important;
}

.header {
	position: sticky;
	top: 0;
	z-index: 99;
}

.header-nav {
	width: 100%;
	display: flex;
	align-self: center;
	justify-content: center;
}

.header-nav li {
	padding: 0;
	;
}

.header-nav li a {
	width: 100%;
	height: 100%;
	padding: 15px 20px;
	margin: 0;
	border-radius: 0;
	transition: all 250ms linear;
	border-bottom: solid 3px transparent;
}

.header-nav li.current a {
	color: var(--color3);
	border-bottom: solid 3px var(--color3);
}

.header-nav li:hover a {
	border-bottom: solid 3px var(--color3);

}

.header-nav li:nth-last-child(1) {
	border-right: none;
}


.about {
	padding: 5rem 0;
}


.about-img {
	width: 100%;
	height: 450px;
	object-fit: cover;
	box-shadow: -15px 15px 0 var(--color4);
}

.about :is(h1, h2, h3, h4, h5, h6) {
	color: var(--color4);
}

.btn {
	padding: 10px 15px;
	background: var(--color3);
	margin-top: 20px;
	font-size: 0.9rem;
	color: #fff;
	letter-spacing: 1.2;
	transition: all 250ms linear;
}

.btn:hover {
	background: var(--color4);
	text-decoration: none;
}


.about-content {
	padding: 30px;
}

.boxes-item {
	background: #000;
	height: 600px;
	padding: 0;
	margin: 0;
	overflow: hidden;
	position: relative;
}


.boxes-item img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	filter: brightness(70%);
	transition: all 250ms linear;
	transform: scale(1.2) translate(-10px, 0);
}


.boxes-item:hover img {
	filter: brightness(100%);
	transform: scale(1.3) translate(0, 0);
}

.boxes-item figcaption {
	position: absolute;
	bottom: 20px;
	left: 0;
	color: var(--color1);
	width: 50%;
	height: 50px;
	display: flex;
	align-items: center;
	justify-content: center;
	background: var(--color3);
}

.boxes-item h3 {
	font-family: var(--jost);
	font-weight: 300;
	text-transform: uppercase;
	letter-spacing: 2px;
	font-size: 1rem;
	margin: 0;
	padding: 0;
	color: #fff;
	display: flex;
	gap: 10px;
	align-self: center;
	justify-content: center;
}

.boxes-item .fas {
	margin-top: 5px;
	font-size: 0.8rem;
}

.rooms {
	padding: 4rem 0;
}

.rooms-title {
	text-align: center;
	margin-bottom: 50px;
}

.rooms-title h2 {
	color: var(--color3);
	font-size: 2.2rem;
}

.rooms-title h2::after {
	content: '';

}

.rooms-item {
	text-align: center;
}

.rooms-item h5 {
	color: var(--color4)
}

.rooms-item p {
	color: rgba(0, 0, 0, 0.5)
}

.rooms-item h5::after {
	content: '';
	width: 60px;
	height: 3px;
	margin: 10px auto;
	background: var(--color4);
	display: block;
	transition: all 250ms linear;
}


.rooms-item:hover h4::after {
	width: 80px;
}

.rooms-item img {
	width: 100%;
	height: 300px;
	transition: all 250ms linear;
}

.rooms-item figure {
	overflow: hidden;
	width: 100%;
	height: 300px;
	border-bottom: solid 4px var(--color3);
}

.rooms-item:hover img {
	transform: scale(1.2);
}


.rooms h2 {
	width: auto;
	position: relative;
}





.contactwithus .container {
	text-align: center;
}

.contactwithus-fog {
	padding: 3rem 0;
	width: 100%;

	background-color: rgba(0, 0, 0, 0.5);
	color: #fff;
	text-shadow: 1px 1px 10px rgba(0, 0, 0, 0.6);
}

.contactwithus h4 {
	color: var(--color1);
	font-size: 2rem;
}


.contactwithus p {
	font-size: 1.5rem;
	color: #fff;
	font-weight: 300;
}


.footer {
	padding: 2rem 0;
	background: var(--color3);
}

.footer :is(h1, h2, h3, h4, h5) {
	color: var(--color1)
}

.footer :is(p) {
	color: var(--color2);
	opacity: 0.9;
}

.footer ul {
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	list-style-type: none;
}

.subfooter {
	background: var(--color5);
	color: #fff;
	font-size: 14px;
	padding: 10px 0;
}

.subfooter a {
	color: var(--color1)
}

.subfooter .text-right {
	text-align: right;
}

.title {
	position: relative;
	background: var(--color4);
	border-bottom: solid 1px rgba(0, 0, 0, 0.05);
	padding: 4rem 0;
	text-align: center;

}

.title :is(h1,h2,h3,h4,h5){
	color:#fff;
}

.title ul {
	display: flex;
	list-style-type: none;
	margin: 0;
	padding: 0;
	width: 100%;
	justify-content: center;
	color:#fff;
}

.title a{
	color:#fff;
}

.title ul li{
	display: flex;
	
}

.title ul li:after{
	content:'»';
	padding: 0 10px;
}

.title ul li:nth-last-child(1)::after{
	display: none;
}

.title-bg{
	width: 100%;
	height: 100%;
	position: absolute;
	top:0;
	left:0;
	object-fit: cover;
	object-position: center center;

	opacity: 0.2;
}

.title .container{
	position:relative;
	z-index: 2;
}


main{
	padding: 0;
}

main :is(h1,h2,h3,h4,h5){
	color:var(--color4);
}

main :is(h1,h2,h3,h4,h5)::after{
    content: '';
    width: 50px;
    height: 2px;
    background: var(--color4);
    display: block;
    margin-top: 15px;
    margin-bottom: 15px;
}


section{
	margin-bottom: 0;
}


*[role='button']{
	all: unset;
}

.easyContactForm{
	padding: 10px;
	border:solid 1px rgba(0, 0, 0, 0.05);
	background: var(--color2);
}

.text-right{
	text-align: right;
}



.form-control,#submit,*[name='captcha'],#privacy{
background: #fafafa;
	border-radius: 0 !important;
}

main .fas{
	color:var(--color4)
}

.search-header{
	display: none;
}


main ul{
	margin: 0;
	padding: 0;
	line-height: 1.4;
width: 100%;
}

main ul li{
	padding: 4px;
	border-bottom: solid 1px #ddd;
	margin: 0;
}

main ul li:nth-child(2n){
	background: var(--color2);
}

main ul li{
	list-style-type: none;
}


.footer ul{
	text-align: left;
	align-items:flex-start;
	justify-content: flex-end;
	margin: 0;
	padding: 0;
}

.footer a{
	color:var(--color1)
}

.footer :is(.fas,.far){
	color:var(--color1)
}

.footer li a{
	color:#fff;
}

.footer ul ::marker{
	color:var(--color1)
}

.footer li{
	list-style-type: disc;
	text-align: left;
	margin-left:20px;
}

@media(max-width:960px){

	.toper{
		display: none;
	}

	.toper-dark{
		display: none;
	}

	.header{
		padding: 10px 15px;
	}

	.header-mobile-btn{
		background: var(--color4);
		border:inherit;
	}

	.slider-item-content{
		width: 80% !important;
	}

	.slider-next,.slider-prev{
		display: none !important;
	}

	.slider-item-content :is(h1,h2,h3,h4,h5,h6){
		font-size: 2rem !important;
	}

	.slider-item-content p{
		font-size: 1rem !important;
	}

	section{
		padding: 3rem 15px !important;
	}


	.about-img{
		box-shadow: 0 0 0 0 !important;
	}

	.boxes{
		padding: 0 !important;
	}

	.boxes-item{
		height: 300px !important;
	}

	.rooms-item{
	margin-bottom: 2rem;
	}

	.subfooter .text-right{
	text-align: center;
	}

	.subfooter{
		text-align: center;
	}

	.contactwithus h4{
		font-size: 1.8rem !important;
	margin: 0;
	}

	.contactwithus p{
		font-size: 1.5rem !important;
	}

}