@charset "utf-8";
/* CSS Document */


.headdd{
	border: solid 1px transparent;
	
}

body{
	background-color: #F8F8F8;
}

*{
	border: solid 0px red;
}

html {
	scroll-behavior: smooth;
}

/*scroll bar*/
/* width */
::-webkit-scrollbar {
  width: 10px;
}

/* Track */
::-webkit-scrollbar-track {
  background: #f1f1f1; 
}
 
/* Handle */
::-webkit-scrollbar-thumb {
  background: #E4DBC8;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background-color:#C9B68F ;
}


/*Nav bar*/

.img{
	margin: 10px 35px;
	
}

.navbar{

}

.nav-link{
	color: #161616;
}

.nav-item{
	font-family: 'Work Sans', sans-serif;
	font-size: 16px;
	margin: 20px 35px;
	text-decoration: none;
	color: #A6A6A6;
	letter-spacing: 1.5px;
	text-transform: uppercase;
	
}

.nav-item a:link, a:visited{
	color: #898989;
	
}

.nav-item:hover{
	text-decoration: none;
	
}


.navbar-toggler-icon{
	color:#161616;
	
}

.navbar-toggler{
	border: none;
}

.dropdown-menu{
	color: #C1C1C1;
	border: none;
	background-color: #F7F0E8;
}

/*about*/

.heading{
	font-family: 'Playfair Display', serif;
	font-size: 65px;
	letter-spacing: 9px;
	text-align: center;
	padding: 75px 0px 50px;
	
}

.head{
	
	margin-bottom: 80px;
	max-width: 750px;
}


.text{
	font-family: 'Spectral', serif;
	margin: auto;
	padding: 10px;
	font-size: 16px;
}

/* our signature */

.title{
	font-family: 'Spectral', serif;
	font-weight: 400;
	letter-spacing: 1.5px;
	font-style: italic;
	margin: 20px 0px;
	font-size: 30px; 
}

.sig{
	background-color: #ecddca;
}

.dess{
	max-width: 350px;
	
}
.des{
	margin: auto;
	padding: 50px;
	justify-content: center;
}


/*footer*/

.social{
	display: inline-flex;
	align-items: center;
	justify-content: center;
	pading:20px;
	text-decoration: none;
}
	.media{
	margin: 5px 15px;
	color: #161616;
}

.media:hover {
	color:#DACFBA;
	text-decoration: none;
}

.footer{
	margin-top: 80px;

}
.credit{
	text-align: center;
	font-family: 'Work Sans', serif;
	color: #161616;
	font-size: 12px;
	padding: 20px 20px 0px;
	letter-spacing: 1.5px;
}

/*MENU*/

/*image gallery*/
.row > .column {
  padding: 0 6px;
}

.row:after {
  content: "";
  display: table;
  clear: both;
}

/* Create four equal columns that floats next to eachother */
.column {
  float: left;
  width: 25%;
}

/* The Modal (background) */
.modal {
  display: none;
  position: fixed;
  z-index: 1;
  padding-top: 100px;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
 background: rgba(252, 252, 252, 0.8);
	
}


/* Modal Content */
.modal-content {
  position: relative;
  margin: auto;
  padding: 0;
  width: 80%;
  max-width: 1000px;
	border:hidden;
	align-content: center;
}

/* The Close Button */
.close {
  color: dimgrey;
  position: absolute;
  top: 10px;
  right: 25px;
  font-size: 35px;
  font-weight: bold;
}

.close:hover,
.close:focus {
  color: #C9B68F;
  text-decoration: none;
  cursor: pointer;
}

/* Hide the slides by default */
.mySlides {
  display: none;
	align-content: center;
}

/* Next & previous buttons */
.prev,
.next {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: auto;
  padding: 16px;
  margin-top: -50px;
  color: #1C1B1B;
  font-weight: bold;
  font-size: 20px;
  transition: 0.6s ease;
  border-radius: 0 3px 3px 0;
  user-select: none;
  -webkit-user-select: none;
}

/* Position the "next button" to the right */
.next {
  right: 0;
  border-radius: 3px 0 0 3px;
}

/* On hover, add a black background color with a little bit see-through */
.prev:hover,
.next:hover {
  background-color: transparent;
	color:#A4A4A4;
	text-decoration: none;
}

/* Number text (1/3 etc) */
.numbertext {
  color: #161616;
	font-family: 'spectral', serif;
  font-size: 12px;
  padding: 8px 12px;
  position: absolute;
  top: 0;
}

/* Caption text */
.caption-container {
  text-align: center;
 	font-family: 'spectral', serif;
  padding: 16px 16px;
  color: #161616;
}

img.demo {
  opacity: 0.6;
}

.active,
.demo:hover {
  opacity: 1;
}

img.hover-shadow {
  transition: 0.3s;
}

.hover-shadow:hover {
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

/*SPECIAL PROMOTION*/

.headd{

	margin-top: 15px;
	margin-bottom: 100px;
	max-width: 750px;

}

/*book now button*/

.reserve{
	padding: 10px 12px;
	font-family: 'Spectral', serif; 
	font-size: 20px;
	letter-spacing: 2px;
	color: #C6A157;
	
	transition: all 1s ease;
	border-radius: 2px;
	text-decoration: none;
	margin: 50px 50px 15px;
}



.reserve:visited{
	text-decoration: none;
	background-color:#AC9D7F;

}

.reserve:hover{
	background-color: #C9B68F;
	color:#F2F2F2;
	
}

.promo{
	background-color: #ECDDCA;
	background-attachment: fixed;
}

.evn{
	margin: auto;
	padding: 50px;
	justify-content: center;
}

.evnt{
	max-width: 450px;
}

.fes{
	justify-content:center;
	max-width: 800px;
	padding: 50px 50px 10px;
	margin: auto;
}

.private{
	max-width: 100%;
	height:auto;
}

.price{
	padding: 5px;
}


.pricee {
	float: right;


}

/*CONTACT*/

.contact{
	margin-top:15px;
	margin-bottom: 100px;
	max-width: 1000px;
}

.textt{
	font-family: 'Spectral', serif;
	margin: auto;
	padding: 20px;
	font-size: 16px;
	margin-left: 18px;
	
}

.cont{
	margin:auto;
}

.line{
	border-right: solid 1px #777777;
	
	padding-right: 70px;
}
