* {
	margin: 0;
	padding: 0;
}

html {
	font-size: 62.5%;
	height: 100%;
}

.header {
	font-family: "Homemade Apple", sans-serif;
	margin-top: 3rem;
	text-align: center;
}

.header-text {
	text-decoration: none;
	font-size: 5rem;
	color: rgb(14, 14, 14);
	text-shadow: 2px 2px rgb(118, 134, 114), -2px -2px rgb(206, 182, 115);
}

.navbar {
	width: 100%;
	border-top: 0.3rem solid;
	border-bottom: 0.3rem solid;
	margin: 8rem 0;
	text-align: center;
}

.navbar-link {
	font-size: 1.7rem;
	color: rgb(0, 0, 0);
	margin: 3rem 2rem;
	letter-spacing: 0.3rem;
	line-height: 50px;
	text-transform: uppercase;
	text-decoration: none;
}

.navbar :hover{
	box-shadow: 3px 3px rgb(118, 134, 114), -3px -3px rgb(206, 182, 115);
	transition: 0.3s;
}


.img {
	height: 100%;
	width: 100%;
	object-fit: cover;
}


/* section2 */

.heading-1 {
	font-size: 6rem;
	font-family: "Homemade Apple", sans-serif;
	color: rgb(14, 14, 14);
	text-shadow: 2px 2px rgb(118, 134, 114), -2px -2px rgb(206, 182, 115);
	text-align: center;
	margin-top: 5rem;
	margin-bottom: 3rem;
	letter-spacing: 0.3rem;
}

.para-1 {
	display: flex;
	justify-content: center;
}

.text-1 {
	width: 80%;
	font-size: 2rem;
	font-family: "Homemade Apple", sans-serif;
	color: rgb(0, 0, 0);
	text-align: center;
	letter-spacing: 0.3rem;
}

.accomodation-type-link {
	text-decoration: none;
}

.accomodation-type-title {
	font-size: 5rem;
	font-family: "Homemade Apple", sans-serif;
	color: rgb(253, 253, 253);
	text-shadow: 2px 2px rgb(118, 134, 114), -2px -2px rgb(206, 182, 115);
	letter-spacing: 0.3rem;
	background-color: rgba(0, 0, 0, 0.7);
  text-align: center;
  position: absolute;
  bottom: 70px;
  left: 15px;
  right: 15px;
}

.accomodation-type-wrapper {
  position: relative;
	background-size: cover;
  background-position: center;
	margin-left: 10%;
	margin-right: 10%;
  margin-top: 50px;
  margin-bottom: 10px;
}

.accomodation-type-image {
  width: 100%
}

/*bungalow page*/

.sidepage-heading {
	font-size: 6rem;
	font-family: "Homemade Apple", sans-serif;
	color: rgb(14, 14, 14);
	text-shadow: 2px 2px rgb(118, 134, 114), -2px -2px rgb(206, 182, 115);
	text-align: center;
	margin-top: 5rem;
	margin-bottom: 3rem;
	letter-spacing: 0.3rem;
}

.para-sidepage {
	display: flex;
	justify-content: center;
}

.text-sidepage {
	width: 80%;
	font-size: 1.7rem;
	font-family: "Homemade Apple", sans-serif;
	color: rgb(0, 0, 0);
	text-align: center;
	letter-spacing: 0.3rem;
}

.accomodation-pictures-wrapper {
  display: flex;
  flex-flow: row wrap;
  margin: 100px;
  justify-content: center;
}
.sidepage-images {
  flex-basis: 700px;
  margin: 30px;
  box-shadow: 3px 3px rgb(118, 134, 114), -3px -3px rgb(206, 182, 115);
}

.sidepage-images img{
  width: 100%;
}

/*gallery page*/

.gallery-pictures-wrapper {
  display: flex;
  flex-flow: row wrap;
  margin: 100px;
  justify-content: center;
}

.gallery-images {
  flex-basis: 350px;
  margin: 10px;
}

.gallery-images :hover {
	box-shadow: 3px 3px rgb(118, 134, 114), -3px -3px rgb(206, 182, 115);
	transition: 0.3s;
}

.gallery-images img{
  width: 100%;
}

.amenities-wrapper {
	width: 100%;
	display: flex;
	flex-flow: row wrap;
	justify-content: space-evenly;
	margin: 30px;
}

.amenities-list {
	width: 300px;
	list-style-type: square;
	font-size: 25px;
	letter-spacing: 3px;
	font-family: "Just Another Hand", sans-serif;
	color: rgb(0, 0, 0);
	margin-bottom: 70px;
}

/*restaurant page*/

.container-restaurant{
	display: flex;
	flex-flow: row wrap;
	justify-content: space-evenly;
	align-items: center;
}

.restaurant-name-heading{
	font-size: 2.5rem;
	font-family: "Homemade Apple", sans-serif;
	color: rgb(14, 14, 14);
	text-shadow: 2px 2px rgb(118, 134, 114), -2px -2px rgb(206, 182, 115);
	text-align: center;
	padding-top: 30px;
	padding-bottom: 30px;
	letter-spacing: 0.3rem;
}

.para-restaurant {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}

.restaurant-text {
	width: 500px;
	font-size: 1.5rem;
	font-family: "Homemade Apple", sans-serif;
	color: rgb(0, 0, 0);
	text-align: center;
	letter-spacing: 0.3rem;
}

.restaurant-images-slider {
	width: 700px;
	overflow: hidden;
	box-shadow: 3px 3px rgb(118, 134, 114), -3px -3px rgb(206, 182, 115);
	margin-top: 50px;
	margin-bottom: 50px;
}

.restaurant-images-slider figure {
	position: relative;
	width: 500%;
	margin: 0;
	left: 0;
	animation: 15s restaurant-images-slider infinite;
	
}

.restaurant-images-slider figure img {
	width: 20%;
	float: left;
}

@keyframes restaurant-images-slider{
	0% {
		left: 0;
	}
	20% {
		left: 0;
	}
	25% {
		left: -100%;
	}
	45% {
		left: -100%;
	}
	50% {
		left: -200%;
	}
	70% {
		left: -200%;
	}
	75% {
		left: -300%;
	}
	95% {
		left: -300%;
	}
	100% {
		left: -400%;
	}
}

/*footer*/

.footer-wrapper {
	display: flex;
	justify-content: space-evenly;
	padding: 80px;
}

#footer-box {
	width: 300px;
}

.footer-heading {
	font-family: "Homemade Apple", sans-serif;
	font-size: 20px;
	color: rgb(14, 14, 14);
	text-shadow: 2px 2px rgb(118, 134, 114), -2px -2px rgb(206, 182, 115);
	margin-top: 30px;
	letter-spacing: 2px;
	text-align: center;
}

.address-footer p{
	font-family: Just Another Hand, sans-serif;
	font-size: 18px;
	letter-spacing: 3px;
	text-align: center;
}

.logo {
	font-family: "Homemade Apple", sans-serif;
	margin-top: 50px;
	text-align: center;
}

.logo-text {
	text-decoration: none;
	font-size: 2rem;
	color: rgb(14, 14, 14);
	text-shadow: 2px 2px rgb(118, 134, 114), -2px -2px rgb(206, 182, 115);
	letter-spacing: 2px;
}

.logo-footer p {
	font-family: "Homemade Apple", sans-serif;
	margin-top: 10px;
	text-align: center;
	font-size: 2rem;
	color: rgb(14, 14, 14);
	font-weight: bold;
	letter-spacing: 2px;
}

.footer-icons {
	display: flex;
	justify-content: center;
	
}

.footer-icons i {
	color: rgb(0, 0, 0);
	font-size: 20px;
	margin: 20px;
}

.footer-icons :hover {
	text-shadow: 3px 3px rgb(118, 134, 114), -3px -3px rgb(206, 182, 115);
}

/*all right reserved*/

.allright {
	width: 100%;
	border-top: 3px solid;
	border-bottom: 3px solid;
	font-family: Just Another Hand, sans-serif;
	font-size: 15px;
	letter-spacing: 3px;	
}

.allright-wrapper {
	padding-bottom: 40px;
}

.allright p{
	text-align: center;
	line-height: 50px;
}
