@charset "utf-8";
/* CSS Document */

*{
	font-family: 'Roboto', sans-serif;
}


.top-container{
	max-width: 100%;
}

.bold{font-weight: bold;}
.container{
	max-width: 1080px;
	margin-left: auto;
	margin-right: auto;
}
.flag{
		width: 30px;
		height: 20px;
		position: absolute;
		top: 40px;
		left: 40px;
		border-radius: 2px;
	z-index: 10000;
	}
    
   

/*normal crean/////////////////////////////////////////*/
@media(max-width: 766px){
	.ftb-widget .ftb-bookingWidget__inner{
		display: flex !important;
	}
}
@media (min-width: 1200px){
	.container{
	max-width: 1080px;
	margin-left: auto;
	margin-right: auto;
}
.big-image{
	max-width: 100%;
	height:750px;
	position: relative;
	object-fit: fill;
	display: flex;
	justify-content: center;
}

	
	.link-book{
		width: 220px;
		height: 60px;
		border-radius: 10px;
		margin-top: -20px;
	}
	.booking-text{
		width: 100%;
		margin-top: -5px;
		color: white;
	}
	
.image{
	max-width: 100%;
	width: 100%;
	height:750px;
	}
	
	
.booking-container{
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	height: 130px;
	position: absolute;
	bottom: 0px;
	background: rgba(60, 60, 60, 0.4);
	display: flex;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
	text-align: center;	
}
	
	
	
	
	
	
	.ftb-bookingWidget__checkAvailability{
	background: #65a5d5 !important;
		margin-left: 15px !important;
		color: white!important;
		border: none !important;
		border-radius: 10px !important;
		height: 50px !important;
		width: 150px !important;
		margin-top: 10px !important;
		
		
}
	
	.ftb-bookingWidget__dateSearchContainer{
		background: transparent;
		flex-direction: row !important;
		
}
.ftb-bookingWidget__inner{
	background: transparent !important
}
	.ftb-bookingWidget__inner{
		flex-direction: row !important;
		align-items: center !important;
	}
	.ftb-bookingWidget__dateSearch{
		width: 200px !important;
		height: 100px !important;
		display: block !important;
	}
	.ftb-bookingWidget__dateSearchButton{
		width: 80% !important;
		height: 50px !important;
		margin-left: 10px !important;
		margin-top: 10px !important;
		font-size: 15px !important;
		font-weight: bold !important;
	}
	.ftb-bookingWidget__dateSearch--checkOut{
		margin-top: 0px !important;
	}
	.ftb-bookingWidget__dateSearch__title{
		color: white!important;
		font-size: 18px !important;
	}
	
	
	
	
	
	
	
	
.top-big-text{font-size: 50px; text-align: center;}
.top-small-text {
	max-width: 1020px;
	font-size: 20px;
	line-height: 24px;
	margin-left: auto;
	margin-right: auto;
}
.welcome{
	width: 100%;
	position: absolute;
	text-align: center;
	top: 15%;
	left: 0px;
	color: white;
}	

.small-container{
	max-width: 1080px;
	margin-left: auto;
	margin-right: auto;
}
.near{
	font-size: 20px;
	text-align: center;
}	
.demo{
	width: 1080px;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}
.demo a{
	margin-left: 2.5px;	
	margin-right: 2.5px;	
}
	.small-thumb{
		display: none;
	}
	.booking-button{
		display: none;
	}
	.modal-win{
		display: none;
	}
	.amenities{
		max-width: 1080px;
		margin-top: 30px;
		display: flex;
		flex-wrap: wrap;
		margin-left: auto;
		margin-right: auto;
	}
	.launge{
		max-width: 50%;
		display: flex;
		align-items: center;
	}
	.amenities-img{
		max-width: 400px;
		height: 200px;
	}	
	.amenities-text{
		margin-left: 15px;
		margin-right: 15px;
		font-size: 18px;
		text-align: center;
	}
	.book-now-container{
		display: flex;
		max-width: 1200px;
		margin-left: auto;
		margin-right: auto;
		margin-top: 40px;
		flex-wrap: wrap;
	}
	.booking-now-pic-cont{
		max-width: 100%;
		position: relative;
		object-fit: fill;
		margin: 25px;
	}
	.booking-now-image{
		width: 550px;
		height: 450px;
	}
	.booking-now-price{
		position: absolute;
		width: 550px;
		height: 150px;
		background: rgb(60, 60, 60);
   	    background: rgba(60, 60, 60, 0.4);
		bottom: 5px;
		color: white;
		margin-top: 100px;
	}
	.booking-now-text{
		width: 550px;
		margin-left: 25px;
	}
	.book-now-price-button{
		display: flex;
		margin-left: 25px;
		justify-content: space-between;
	}
	.book-now-button{
		width: 130px;
		height: 50px;
		background: #65a5d5;
		border-radius: 10px;
		border: none;
		color: white;
		z-index: 1000;
		margin-right: 25px;
		cursor: pointer;
	}
	h4{
		font-size: 18px;
		margin-bottom: -10px;
	}
	
	nav {
  margin: auto;
  margin-top: 40px;
  position: absolute;
  width: 100px;
  height: 200px;
	right: 100px;
	font-weight: bold;
}

nav h2 {
  position: relative;
  height: 40px;
  text-transform: uppercase;
  font-weight: 200;
  display: flex;
  flex: 1;
  justify-content: center;
  align-items: center;
  transition: all .4s;
	font-weight: bold;
}

nav:hover h2{
  transform: translateY(-2px);
  box-shadow: 2px 2px 5px -1px rgba(0,0,0,.35);
 }
nav:hover:active h2{
  transform: translateY(10px);
  box-shadow: 0px -1px 2px 0px rgba(0,0,0,.35);
 }

#toggle {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  opacity: 0;
  cursor: pointer;
  height: 40px;
}

#toggle:checked ~ul {
  height: 0%;
}

nav ul {
  padding-left: 0;
  padding-top: 0;
  margin-top: 0;
  list-style: none;
  overflow: hidden;
  margin-bottom: 22px;
  text-align: center;
  transition: all .4s ease-out;
  height: 100%;
	
  
}
nav ul li {
  border-radius: 2px;
  position: relative;
  display: inline-block;
  margin-left: 35px;
  line-height: 1.5;
  width: 100%;
  margin: 0;
  margin-bottom: 5px;
  background: transparent;
  transition: background 3s;
  box-shadow: 2px 2px 10px -2px rgba(0,0,0,.35);
	z-index: 100;
}

nav ul li:hover {
   transform: translateY(-2px);
  box-shadow: 2px 2px 5px -1px rgba(0,0,0,.35);
}

nav ul a {
  display: block;
  color: black;
  text-transform: lowercase;
  font-size: 18px;
  font-weight: 200;
  text-decoration: none;
  transition: color .3s;
	
	font-weight: bold;
}
	.div-iframe{
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	margin-top: 25px;
	text-align: center;
}
iframe{
	width: 100%;
	height: 600px;
}
.contacts{
	display: flex;
	flex-direction: row;
	align-items: center;
	margin-bottom: 25px;
	margin-top: 25px;
	justify-content: center;
}
.contacts-icon{
	width: 20px;
	height: 20px;
	margin-left: 5px;
	margin-right: 5px;
}
	.contacts-item{
		display: flex;
		font-size: 20px;
		flex-wrap: wrap;
	}
	.temp{
		margin-left: 14px !important;
	}
	
	
	
	.footer-container{
	max-width: 100%;
	height: 250px;
}
.footer-small{
	max-width: 90%;
	margin-left: auto;
	margin-right: auto;
	padding-top: 10px;
	display: flex;
}

.social-icon-img{
	width: 60px;
	height: 60px;
	margin-bottom: 15px;
}
.sotial-container{
	text-align: center;
	width: 20%;
}
.menu-container{
	width: 20%;
	text-align: center;
	display: flex;
	flex-direction: column;
}
.menu{
	text-decoration: none;
	color: black;
	margin-bottom: 7px;
}
	.menu-container-small{display: none;}
	.menu:hover{
		text-decoration: underline;
	}
	.to-top:hover{
		text-decoration: underline;
	}
.about-container{
	width: 60%;
	text-align: center;
}
.about-text{
	text-align: justify;
	text-indent: 20px; 
}
.to-top{
	font-size: 30px;
	color: black;
	text-decoration: none;
	margin-top: 75px;
}
}




@media (min-width: 767px) and (max-width: 1200px){	
	.container{
	max-width: 700px;
	margin-left: auto;
	margin-right: auto;
}

.big-image{
	max-width: 100%;
	position: relative;
	object-fit: fill;
	display: flex;
	justify-content: center;
}
.image{
	max-width: 100%;
	
	}
.booking-container{
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	height: 130px;
	position: absolute;
	bottom: 0px;
	display: flex;
	justify-content: center;
	background: rgba(60, 60, 60, 0.4);
	flex-wrap: wrap;
	text-align: center;
}
	
	
	
	
	.ftb-bookingWidget__checkAvailability{
	background: #65a5d5 !important;
		margin-left: 15px !important;
		color: white !important;
		border: none !important;
		border-radius: 10px !important;
		height: 50px !important;
		width: 150px !important;
		margin-top: 10px !important;
		
}
	.ftb-bookingWidget__dateSearchContainer{
		background: transparent;
		flex-direction: row !important;
}
.ftb-bookingWidget__inner{
	background: transparent !important
}
	.ftb-bookingWidget__inner{
		flex-direction: row !important;
		align-items: center !important;
	}
	.ftb-bookingWidget__dateSearch{
		width: 200px !important;
		height: 100px !important;
		display: block !important;
	}
	.ftb-bookingWidget__dateSearchButton{
		width: 80% !important;
		height: 50px !important;
		margin-left: 10px !important;
		margin-top: 10px !important;
		font-size: 15px !important;
		font-weight: bold !important;
	}
	.ftb-bookingWidget__dateSearch--checkOut{
		margin-top: 0px !important;
	}
	.ftb-bookingWidget__dateSearch__title{
		color: white !important;
		font-size: 18px !important;
	}
	
	
	
	
	
	
	.modal-win{
		display: none;
	}
	
	.link-book{
		width: 150px;
		height: 40px;
		border-radius: 10px;
		margin-top: -20px;
	}
	.booking-text{
		width: 100%;
		margin-top: 10px;
		color: white;
		font-size: 22px;
	}
.welcome{
	width: 100%;
	position: absolute;
	text-align: center;
	top: 7%;
	left: 0px;
	color: white;
}
.top-big-text{
	font-size: 38px;
	text-align: center;
	
}
.top-small-text {
	max-width: 1080px;
	font-size: 20px;
	line-height: 24px;
	margin-left: auto;
	margin-right: auto;
	padding-left: 40px;
	padding-right: 40px;
}
.small-container{
	max-width: 1080px;
	margin-left: 50px;
	margin-right: 50px;
}
.near{
	font-size: 20px;
	text-align: center;
}
.demo{
	max-width: 1080px;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}
.demo a{
	margin-left: 2.5px;	
	margin-right: 2.5px;	
}
	.small-thumb{
		display: none;
	}
	.booking-button{
		display: none;
	}
	.amenities{
		max-width: 767px;
		margin-top: 30px;
		display: flex;
		flex-wrap: wrap;
		flex-direction: column;
		margin-left: auto;
		margin-right: auto;
		align-items: center;
	}
	.launge{
		max-width: 90%;
		display: flex;
		align-items: center;
		margin-top: 10px;
	}
	.amenities-img{
		max-width: 400px;
		height: 200px;
	}	
	.amenities-text{
		margin-left: 15px;
		margin-right: 15px;
		font-size: 18px;
		text-align: center;
	}
	.book-now-container{
		display: flex;
		max-width: 767px;
		margin-left: auto;
		margin-right: auto;
		margin-top: 40px;
		flex-wrap: wrap;
		justify-content: center;
	}
	.booking-now-pic-cont{
		max-width: 100%;
		position: relative;
		object-fit: fill;
		margin: 25px;
	}
	.booking-now-image{
		width: 720px;
		height: 500px;
	}
	.booking-now-price{
		position: absolute;
		width: 720px;
		height: 150px;
		background: rgb(60, 60, 60);
   	    background: rgba(60, 60, 60, 0.4);
		bottom: 5px;
		color: white;
		margin-top: 100px;
	}
	.booking-now-text{
		width: 550px;
		margin-left: 25px;
	}
	.book-now-price-button{
		display: flex;
		margin-left: 25px;
		justify-content: space-between;
	}
	.book-now-button{
		width: 130px;
		height: 50px;
		background: #65a5d5;
		border-radius: 10px;
		overflow: none;
		color: white;
		z-index: 1000;
		margin-right: 25px;
		cursor: pointer;
	}
	h4{
		font-size: 18px;
		margin-bottom: -10px;
	}
	
	
	
nav {
	  margin: auto;
	  margin-top: 40px;
	  position: absolute;
	  width: 100px;
	  height: 200px;
	  right: 50px;
	  top: -30px;
	  font-weight: bold;
	  z-index: 1000;
	}

nav h2 {
  position: relative;
  height: 40px;
  text-transform: uppercase;
  font-weight: 200;
  display: flex;
  flex: 1;
  justify-content: center;
  align-items: center;
  transition: all .4s;
	font-weight: bold;
}

nav:hover h2{
  transform: translateY(-2px);
  box-shadow: 2px 2px 5px -1px rgba(0,0,0,.35);
 }
nav:hover:active h2{
  transform: translateY(10px);
  box-shadow: 0px -1px 2px 0px rgba(0,0,0,.35);
 }

#toggle {
  position: absolute;
  left: 0;
  top: 13px;
  width: 100%;
  opacity: 0;
  cursor: pointer;
  height: 40px;
	cursor: pointer;
}

#toggle:checked ~ul {
  height: 0%;
}

nav ul {
  padding-left: 0;
  padding-top: 0;
  margin-top: 0;
  list-style: none;
  overflow: hidden;
  text-align: right;
  margin-bottom: 22px;
  text-align: center;
  transition: all .4s ease-out;
  height: 100%;
	
  
}
nav ul li {
  border-radius: 2px;
  position: relative;
  display: inline-block;
  margin-left: 35px;
  line-height: 1.5;
  width: 100%;
  margin: 0;
  margin-bottom: 5px;
  background: transparent;
  transition: background 3s;
  box-shadow: 2px 2px 10px -2px rgba(0,0,0,.35);
	z-index: 100;
}

nav ul li:hover {
  transform: translateY(-2px);
  box-shadow: 2px 2px 5px -1px rgba(0,0,0,.35);
}

nav ul a {
  display: block;
  color: black;
  text-transform: lowercase;
  font-size: 18px;
  font-weight: 200;
  text-decoration: none;
  transition: color .3s;
	
	font-weight: bold;
}
	.div-iframe{
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	margin-top: 25px;
	text-align: center;
}
iframe{
	width: 100%;
	height: 600px;
}
.contacts{
	display: flex;
	align-items: center;
	margin-bottom: 25px;
	margin-top: 25px;
	justify-content: center;
}
.contacts-icon{
	width: 20px;
	height: 20px;
	margin-left: 5px;
	margin-right: 5px;
}
	.contacts-item{
		display: flex;
		align-items: center;
		
	}
	.temp{
		margin-left: 14px !important;
	}
	
	.footer-container{
	max-width: 100%;
	height: 250px;
}
.footer-small{
	max-width: 90%;
	margin-left: auto;
	margin-right: auto;
	padding-top: 10px;
	display: flex;
}

.social-icon-img{
	width: 40px;
	height: 40px;
	margin-bottom: 25px;
}
.sotial-container{
	text-align: center;
	width: 20%;
}
.menu-container{
	width: 20%;
	text-align: center;
	display: flex;
	flex-direction: column;
}
.menu{
	text-decoration: none;
	color: black;
	margin-bottom: 7px;
}
	.menu:hover{
		text-decoration: underline;
	}
	.menu-container-small{display: none;}
	.to-top:hover{
		text-decoration: underline;
	}
.about-container{
	width: 60%;
	text-align: center;
	
}
.about-text{
	text-align: justify;
	text-indent: 25px; 
}
.h1-footer{
	font-size: 18px;
}
	.to-top{
	font-size: 20px;
	color: black;
	text-decoration: none;
}
}


	




@media (min-width: 420px) and (max-width: 767px){
	.container{
	max-width: 380px;
	margin-left: auto;
	margin-right: auto;
}

.big-image{
	max-width: 100%;
	position: relative;
	object-fit: fill;
	display: flex;
	justify-content: center;
}
.image{
	max-width: 100%;
	width: 100%;
	height:350px;
	
	}
.booking-container{
	display: none;
	
}
	
	
	
	.ftb-bookingWidget__checkAvailability{
	background: #65a5d5 !important;
		margin-left: 15px !important;
		color: white !important;
		border: none !important;
		border-radius: 10px !important;
		height: 50px !important;
		width: 160px !important;
		margin-top: 10px !important;
		
}
	.ftb-bookingWidget__dateSearchContainer{
}
.ftb-bookingWidget__inner{
	background: transparent !important
}
	.ftb-bookingWidget__inner{
		
	}
	.ftb-bookingWidget__dateSearch{
		width: 200px !important;
		height: 100px !important;
		display: block !important;
	}
	.ftb-bookingWidget__dateSearchButton{
		width: 100% !important;
		height: 50px !important;
		margin-left: 10px !important;
		margin-top: 10px !important;
		font-size: 15px !important;
		font-weight: bold !important;
	}
	.ftb-bookingWidget__dateSearch--checkOut{
		margin-top: 0px !important;
	}
	.ftb-bookingWidget__dateSearch__title{
		color: white !important;
		font-size: 18px !important;
	}
	.ftb-widget{
		z-index: 250000;
	}
	
	
	
	
	
.welcome{
	width: 100%;
	position: absolute;
	text-align: center;
	top: 11%;
	color: white;
	left: 0px;
}
.top-big-text{
	font-size: 25px;
	text-align: center;
}
.top-small-text {
	max-width: 760px;
	font-size: 15px;
	line-height: 24px;
	margin-left: auto;
	margin-right: auto;
	padding-left: 20px;
	padding-right: 20px;
}
.small-container{
	max-width: 760px;
	margin-left: 20px;
	margin-right: 20px;
}
.near{
	font-size: 15px;
	text-align: center;
}
.demo{
	max-width: 760px;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}
.demo a{
	display: none;
	margin-left: 2.5px;	
	margin-right: 2.5px;	
}
	.demo .small-thumb{
		display: block;
		margin-left: 2.5px;	
	margin-right: 2.5px;
	}
	.booking-button{
		z-index: 100;
		position: absolute;
		left: 50%;
		transform: translate(-50%, 0px);
		bottom: 30px;
		width: 200px;
		height: 80px;
		background: #65a5d5;
		border-radius: 10px;
		
		font-size: 25px;
		color: white;
	}
	
	
	
	
	
/* The Modal (background) */
.modal-win {
	  display: none; /* Hidden by default */
	  position: fixed; /* Stay in place */
	  z-index: 17000; /* Sit on top */
	  left: 0;
	  top: 0;
	  width: 100%; /* Full width */
	  height: 100%; /* Full height */
	  overflow: auto; /* Enable scroll if needed */
	  background-color: rgb(0,0,0); /* Fallback color */
	  background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}

/* Modal Content/Box */
.modal-content {
	   background-image: url("file:///C:/Users/Comp/Desktop/hunt/logo.png");
	   background-size:auto;

	  margin: auto; /* 15% from the top and centered */
	  border: 1px solid #888;
	  width: 90%; /* Could be more or less, depending on screen size */
		height: 350px;
		display: flex;
		flex-wrap: wrap;
		justify-content: center;
		text-align: center;
}
	.link-book{
		width: 220px;
		height: 60px;
		border-radius: 10px;
		margin-top: 10px;
	}
	.booking-text{
		width: 100%;
		margin-top: 5px;
		margin-bottom: -10px;
	}

/* The Close Button */
.close {
  color: black;
  float:right;
	margin-right: 10px;
  font-size: 28px;
  font-weight: bold;
}

.close:hover,
.close:focus {
  color: black;
  text-decoration: none;
  cursor: pointer;
}
	
	.booking-text{
		font-weight: bolder;
	}
	
	


	
	
	
	
	.amenities{
		max-width: 380px;
		margin-top: 30px;
		display: flex;
		flex-wrap: wrap;
		flex-direction: column;
		margin-left: auto;
		margin-right: auto;
		align-items: center;
	}
	.launge{
		max-width: 90%;
		margin-top: 10px;
		display: flex;
		justify-content: center;
		flex-direction: column;
	}
	.amenities-img{
		max-width: 400px;
		height: 200px;
	}	
	.amenities-text{
		margin-left: 15px;
		margin-right: 15px;
		font-size: 18px;
		text-align: center;
	}
	h3{margin-bottom: -10px;}

	.book-now-container{
		display: flex;
		width: 380px;
		margin-top: 40px;
		margin-left: auto;
		margin-right: auto;
		flex-wrap: wrap;
		justify-content: center;
	}
	.booking-now-pic-cont{
		position: relative;
		object-fit: fill;
		margin: 25px;
	}
	.booking-now-image{
		width: 380px;
		height: 350px;
	}
	.booking-now-price{
		position: absolute;
		width: 380px;
		height: 100px;
		background: rgb(60, 60, 60);
   	    background: rgba(60, 60, 60, 0.4);
		bottom: 5px;
		color: white;
		margin-top: 100px;
		display: flex;
		align-items: flex-start;
	}
	.booking-now-text{
		width: 220px;
		margin-left: 25px;
		
		font-size: 13px;
	}
	.book-now-price-button{
		display: flex;
		margin-left: 25px;
		align-items: center;
	}
	.book-now-button{
		width: 100px;
		height: 40px;
		background: #65a5d5;
		border-radius: 10px;
		overflow: none;
		color: white;
		z-index: 1000;
		margin-right: 25px;
		margin-top: 15px;
	}
	h4{
		font-size: 15px;
		margin-bottom: -10px;
		margin-top: 5px;
	}
	
	nav {
	  margin: auto;
	  margin-top: 40px;
	  position: absolute;
	  width: 100px;
	  height: 200px;
	  right: 50px;
	  top: -30px;
	  font-weight: bold;
	  z-index: 1000;
	}

nav h2 {
  position: relative;
  height: 40px;
  text-transform: uppercase;
  font-weight: 200;
  display: flex;
  flex: 1;
  justify-content: center;
  align-items: center;
  transition: all .4s;
	font-weight: bold;
}

nav:hover h2{
  transform: translateY(-2px);
  box-shadow: 2px 2px 5px -1px rgba(0,0,0,.35);
 }
nav:hover:active h2{
  transform: translateY(10px);
  box-shadow: 0px -1px 2px 0px rgba(0,0,0,.35);
 }

#toggle {
  position: absolute;
  left: 0;
  top: 13px;
  width: 100%;
  opacity: 0;
  cursor: pointer;
  height: 40px;
	cursor: pointer;
}

#toggle:checked ~ul {
  height: 0%;
}

nav ul {
  padding-left: 0;
  padding-top: 0;
  margin-top: 0;
  list-style: none;
  overflow: hidden;
  text-align: right;
  margin-bottom: 22px;
  text-align: center;
  transition: all .4s ease-out;
  height: 100%;
}
nav ul li {
  border-radius: 2px;
  position: relative;
  display: inline-block;
  margin-left: 35px;
  line-height: 1.5;
  width: 100%;
  margin: 0;
  margin-bottom: 5px;
  background: transparent;
  transition: background 3s;
  box-shadow: 2px 2px 10px -2px rgba(0,0,0,.35);
	z-index: 100;
}

nav ul li:hover {
   transform: translateY(-2px);
  box-shadow: 2px 2px 5px -1px rgba(0,0,0,.35);
}

nav ul a {
  display: block;
  color: black;
  text-transform: lowercase;
  font-size: 18px;
  text-decoration: none;
  transition: color .3s;
  font-weight: bold;
	
	background: white;
}
.div-iframe{
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	margin-top: 25px;
	text-align: center;
}
iframe{
	width: 100%;
	height: 600px;
}
.contacts{
	display: flex;
	align-items: center;
	margin-bottom: 25px;
	margin-top: 25px;
	justify-content: center;
}
.contacts-icon{
	width: 20px;
	height: 20px;
	margin-left: 5px;
	margin-right: 5px;
	margin-bottom: 0px;
	margin-top: 5px;
}	
	
	.contacts-item{
		text-align: center;
		display: flex;
		justify-content: center;
		flex-wrap: wrap;
		margin-right: 25px;
		
	}
	
	
.footer-container{
	max-width: 100%;
	height: 250px;
}
.footer-small{
	max-width: 90%;
	margin-left: auto;
	margin-right: auto;
	padding-top: 5px;
	display: flex;
}

.social-icon-img{
	width: 30px;
	height: 30px;
	margin-bottom: 25px;
}
.sotial-container{
	text-align: center;
	width: 30%;
	margin-right: 15px;
}
.menu-container{
	display: none;
f}
	.menu{
	text-decoration: none;
	color: black;
	margin-bottom: 7px;
}
.menu:hover{
		text-decoration: underline;
	}
	.to-top:hover{
		text-decoration: underline;
	}
.about-container{
	width: 70%;
	text-align: center;
	
}
.about-text{
	text-align: justify;
	font-size: 13px;
	text-indent: 5px; 
}
.h1-footer{
	font-size: 15px;
}
	.to-top{
	display: none;
}
}



@media (max-width: 420px){	
	
.container{
	max-width: 270px;
	margin-left: auto;
	margin-right: auto;
	}
.big-image{
	max-width: 100%;
	position: relative;
	object-fit: fill;
	display: flex;
	justify-content: center;
}
.image{
	max-width: 100%;
	height:350px;
	
	}
.booking-container{
	display: none;
	
}
	
	
		.ftb-bookingWidget__checkAvailability{
	background: #65a5d5 !important;
		margin-left: 15px !important;
		color: white !important;
		border: none !important;
		border-radius: 10px !important;
		height: 50px !important;
		width: 160px !important;
		margin-top: 10px !important;
		
}
	.ftb-bookingWidget__dateSearchContainer{
}
.ftb-bookingWidget__inner{
	background: transparent !important
}
	.ftb-bookingWidget__inner{
		
	}
	.ftb-bookingWidget__dateSearch{
		width: 200px !important;
		height: 100px !important;
		display: block !important;
	}
	.ftb-bookingWidget__dateSearchButton{
		width: 100% !important;
		height: 50px !important;
		margin-left: 10px !important;
		margin-top: 10px !important;
		font-size: 15px !important;
		font-weight: bold !important;
	}
	.ftb-bookingWidget__dateSearch--checkOut{
		margin-top: 0px !important;
	}
	.ftb-bookingWidget__dateSearch__title{
		color: white !important;
		font-size: 18px !important;
	}

	
	
	
	
.welcome{
	width: 100%;
	position: absolute;
	text-align: center;
	top: 9%;
	color: white;
	left: 0px;
}
.top-big-text{
	font-size: 18px;
	text-align: center;
}
.top-small-text {
	max-width: 220px;
	font-size: 14px;
	line-height: 24px;
	margin-left: auto;
	margin-right: auto;
	padding-left: 15px;
	padding-right: 15px;
}
.small-container{
	max-width: 420px;
	margin-left: 15px;
	margin-right: 15px;
}
.near{
	font-size: 14px;
	text-align: center;
}
.demo{
	max-width: 760px;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}
.demo a{
	display: none;
	margin-left: 2.5px;	
	margin-right: 2.5px;	
}
	.demo .small-thumb{
		display: block;
		margin-left: 2.5px;	
	margin-right: 2.5px;
	}
	.booking-button{
		z-index: 100;
		position: absolute;
		bottom: 30px;
		width: 120px;
		height: 45px;
		left: 50%;
		transform: translate(-50%, 0px);
		background: #65a5d5;
		border-radius: 10px;
		border: none;
		font-size: 15px;
		color: white;
	}
	
		
	
	
	
	
/* The Modal (background) */
.modal-win {
	  display: none; /* Hidden by default */
	  position: fixed; /* Stay in place */
	  z-index: 17000; /* Sit on top */
	  left: 0;
	  top: 0;
	  width: 100%; /* Full width */
	  height: 100%; /* Full height */
	  overflow: auto; /* Enable scroll if needed */
	  background-color: rgb(0,0,0); /* Fallback color */
	  background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}

/* Modal Content/Box */
.modal-content {
	   background-image: url("file:///C:/Users/Comp/Desktop/hunt/logo.png");
	   background-size:auto;

	  margin: auto; /* 15% from the top and centered */
	  border: 1px solid #888;
	  width: 90%; /* Could be more or less, depending on screen size */
		height: 350px;
		display: flex;
		flex-wrap: wrap;
		justify-content: center;
		text-align: center;
}
	.link-book{
		width: 220px;
		height: 60px;
		border-radius: 10px;
		margin-top: 10px;
	}
	.booking-text{
		width: 100%;
		margin-top: 5px;
		margin-bottom: -10px;
	}

/* The Close Button */
.close {
  color: black;
  float:right;
	margin-right: 10px;
  font-size: 28px;
  font-weight: bold;
}

.close:hover,
.close:focus {
  color: black;
  text-decoration: none;
  cursor: pointer;
}
	
	.booking-text{
		font-weight: bolder;
	}
	
	


	
	
	

	
	
	.amenities{
		max-width: 380px;
		margin-top: 30px;
		display: flex;
		flex-wrap: wrap;
		flex-direction: column;
		margin-left: auto;
		margin-right: auto;
		align-items: center;
	}
	.launge{
		max-width: 90%;
		margin-top: 10px;
		display: flex;
		justify-content: center;
		flex-direction: column;
	}
	.amenities-img{
		max-width: 400px;
		height: 200px;
	}	
	.amenities-text{
		margin-left: 15px;
		margin-right: 15px;
		font-size: 18px;
		text-align: center;
	}
	h3{margin-bottom: -10px;}
	
	
	
	.book-now-container{
		display: flex;
		width: 100%;
		margin-top: 40px;
		flex-wrap: wrap;
		justify-content: center;
	}
	.booking-now-pic-cont{
		max-width: 100%;
		position: relative;
		object-fit: fill;
		margin: 25px;
	}
	.booking-now-image{
		width: 100%;
		height: 200px;
	}
	.booking-now-price{
		position: absolute;
		width: 100%;
		height: 100px;
		background: rgb(60, 60, 60);
   	    background: rgba(60, 60, 60, 0.4);
		bottom: 5px;
		color: white;
		margin-top: 100px;
		display: flex;
		align-items: flex-start;
		flex-wrap: wrap;
	}
	.booking-now-text{
		width: 220px;
		margin-left: 25px;
		
		font-size: 13px;
	}
	.book-now-price-button{
		display: flex;
		margin-left: 25px;
		align-items: center;
		margin-top: -20px;
	}
	.book-now-button{
		width: 100px;
		height: 40px;
		background: #65a5d5;
		border-radius: 10px;
		overflow: none;
		color: white;
		z-index: 1000;
		margin-right: 10px;
		margin-left: 25px;
		margin-top: 5px;
	}
	h4{
		font-size: 13px;
		margin-bottom: -10px;
		margin-top: 5px;
	}
	
	
		nav {
	  margin: auto;
	  margin-top: 40px;
	  position: absolute;
	  width: 100px;
	  height: 200px;
	  right: 10px;
	  top: -30px;
	  font-weight: bold;
	  z-index: 1000;
	}

nav h2 {
  position: relative;
  height: 40px;
  text-transform: uppercase;
  display: flex;
  flex: 1;
  justify-content: center;
  align-items: center;
  transition: all .4s;
	font-weight: bold;
	font-size: 15px;
}

nav:hover h2{
  transform: translateY(-2px);
  box-shadow: 2px 2px 5px -1px rgba(0,0,0,.35);
 }
nav:hover:active h2{
  transform: translateY(10px);
  box-shadow: 0px -1px 2px 0px rgba(0,0,0,.35);
 }

#toggle {
  position: absolute;
  left: 0;
  top: 13px;
  width: 100%;
  opacity: 0;
  cursor: pointer;
  height: 40px;
	cursor: pointer;
}

#toggle:checked ~ul {
  height: 0%;
}

nav ul {
  padding-left: 0;
  padding-top: 0;
  margin-top: 0;
  list-style: none;
  overflow: hidden;
  text-align: right;
  margin-bottom: 22px;
  text-align: center;
  transition: all .4s ease-out;
  height: 100%;
}
nav ul li {
  border-radius: 2px;
  position: relative;
  display: inline-block;
  margin-left: 35px;
  line-height: 1.5;
  width: 100%;
  margin: 0;
  margin-bottom: 5px;
  background: transparent;
  transition: background 3s;
  box-shadow: 2px 2px 10px -2px rgba(0,0,0,.35);
	z-index: 100;
}

nav ul li:hover {
   transform: translateY(-2px);
  box-shadow: 2px 2px 5px -1px rgba(0,0,0,.35);
}

nav ul a {
  display: block;
  color: black;
  text-transform: lowercase;
  font-size: 18px;
  text-decoration: none;
  transition: color .3s;
  font-weight: bold;
	font-size: 13px;
	
	background: white;
}
	.div-iframe{
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	margin-top: 25px;
	text-align: center;
}
iframe{
	width: 100%;
}
.contacts{
	display: flex;
	align-items: center;
	margin-bottom: 25px;
	margin-top: 25px;
	justify-content: center;
}
.contacts-icon{
	width: 20px;
	height: 20px;
	margin-left: 5px;
	margin-right: 5px;
	margin-bottom: 0px;
	margin-top: 5px;
}	
	
	.contacts-item{
		text-align: center;
		display: flex;
		justify-content: center;
		flex-wrap: wrap;
		margin-right: 25px;
	}
	
	
	
	
	.footer-container{
	max-width: 100%;
}
.footer-small{
	max-width: 90%;
	margin-left: auto;
	margin-right: auto;
	padding-top: 5px;
	display: flex;
}

.social-icon-img{
	width: 20px;
	height: 20px;
	margin-bottom: 25px;
}
.sotial-container{
	text-align: center;
	width: 30%;
	margin-right: 15px;
}
.menu-container{
	display: none;
}

.about-container{
	width: 70%;
	text-align: center;
	
}
.about-text{
	text-align: justify;
	font-size: 13px;
	text-indent: 3px; 
}
.h1-footer{
	font-size: 15px;
}
	.to-top{
	font-size: 20px;
	color: black;
	text-decoration: none;
}
	.to-top{display: none;}
	
}





 .jssorl-009-spin img {
            animation-name: jssorl-009-spin;
            animation-duration: 1.6s;
            animation-iteration-count: infinite;
            animation-timing-function: linear;
        }

        @keyframes jssorl-009-spin {
            from { transform: rotate(0deg); }
            to { transform: rotate(360deg); }
        }

        /*jssor slider arrow skin 093 css*/
        .jssora093 {display:block;position:absolute;cursor:pointer;}
        .jssora093 .c {fill:none;stroke:#fff;stroke-width:400;stroke-miterlimit:10;}
        .jssora093 .a {fill:none;stroke:#fff;stroke-width:400;stroke-miterlimit:10;}
        .jssora093:hover {opacity:.8;}
        .jssora093.jssora093dn {opacity:.6;}
        .jssora093.jssora093ds {opacity:.3;pointer-events:none;}

        /*jssor slider thumbnail skin 101 css*/
        .jssort101 .p {position: absolute;top:0;left:0;box-sizing:border-box;background:#000;}
        .jssort101 .p .cv {position:relative;top:0;left:0;width:100%;height:100%;border:2px solid #000;box-sizing:border-box;z-index:1;}
        .jssort101 .a {fill:none;stroke:#fff;stroke-width:400;stroke-miterlimit:10;visibility:hidden;}
        .jssort101 .p:hover .cv, .jssort101 .p.pdn .cv {border:none;border-color:transparent;}
        .jssort101 .p:hover{padding:2px;}
        .jssort101 .p:hover .cv {background-color:rgba(0,0,0,6);opacity:.35;}
        .jssort101 .p:hover.pdn{padding:0;}
        .jssort101 .p:hover.pdn .cv {border:2px solid #fff;background:none;opacity:.35;}
        .jssort101 .pav .cv {border-color:#fff;opacity:.35;}
        .jssort101 .pav .a, .jssort101 .p:hover .a {visibility:visible;}
        .jssort101 .t {position:absolute;top:0;left:0;width:100%;height:100%;border:none;opacity:.6;}
        .jssort101 .pav .t, .jssort101 .p:hover .t{opacity:1;}


	


