/* not currently needed, add in if fontawesome stops working
@import url("font-awesome.min.css"); 
@import url("font-awesome.css");
*/

@import url("fontawesome-all.min.css");
@import url("https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css");
@import url("https://fonts.googleapis.com/css?family=Oleo+Script:400|Open+Sans:300,300italic,600,600italic,800");

:root {
  --primary: #73c7df;
  --secondary: #88cfe4;
}


html, body, div, span, applet, object,
iframe, h1, h2, h3, h4, h5, h6, blockquote,
pre, a, abbr, acronym, address, big, cite,
code, del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var, b,
u, i, center, dl, dt, dd, ol, ul, li, fieldset,
form, label, legend, table, caption, tbody,
tfoot, thead, tr, th, td, article, aside,
canvas, details, embed, figure, figcaption,
footer, header, hgroup, menu, nav, output, ruby,
section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
	}

	h1, h2, h3, h4, h5, h6 {
		color: #000;
		font-weight: bold;
		
	}
	
	h1 {
	font-size: 3em;
    padding-bottom: 0;
	}

	h2 {
					font-size: 1.5em;
					margin: 1em 0;
	}
	h3 {
					font-size: 1.2em;
					margin: 1em 0;
	}
	a{
		text-decoration: none;
	}
body {
	background-color: #fff;
	font-family: 'Open Sans', sans-serif;
	color: #000;
	padding-bottom: px;
}
	
.aln-center {
  text-align: center;
  }
  
  .items-center{
  display:flex;
  align-items:center;
  }
  
.mb-5{margin-bottom: 15px;}
.m-5{margin: 15px;}
.mt-5{margin-top: 15px;}
.pt-5{padding-top: 15px;}
.p-5{padding: 15px;}
.pt-4{padding-top: 10px;}
.rounded{border-radius: 5px;}
.text-black{color: black;}
.bg-grey{background: #f2f2f2;}
.bold{font-weight: bold;}
.text-red{color: var(--primary);}
.divider{
	border-bottom: 4px solid var(--primary);
	margirn: 15px 0;
}

.topnav{
  display: grid;
  grid-template-columns: 50% 50%;
  background-color: var(--primary);
  justify-content: space-evenly;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  z-index:2;
}

.topnav2{
  display: grid;
  grid-template-columns: 100%;
  background-color: var(--primary);
  justify-content: space-evenly;
  top: 0;
  z-index:2;
}

.navlink {
  display: block;
  color: white;
  text-align: center;
  padding: 14px 10px;
  text-decoration: none;
  border-right: 1px solid white;
  z-index:1;
}

.navlink:hover {
  background-color: #88cfe4;
}

navlink.active {
  background-color: var(--primary);
}
  
#hoverbutton {
    position: fixed;
    left: 20px;
    top: 70px;
    font-size: 0.9em;
    z-index: 2;
}
#hoverbutton .button {
background: var(--secondary);
 } 
 
#whatsapp-button {
    position: fixed;
    right: 15px;
    bottom: 20px;
    font-size: 0.9em;
    z-index: 2;
	background: var(--secondary);
	border-radius: 100px;
	padding: 5px 10px;
	display:flex;
	align-items:center;
	color: white;
}
  
.button {
	position: ;
	display: inline-block;
	background: var(--primary);
	color: #fff;
	text-decoration: none;
	border-radius: 6px;
	box-shadow: 4px 4px #666666;
	font-weight: 800;
	outline: 0;
	border: 0;
	cursor: pointer;
	font-size: 1.2em;
	padding: 8px 16px;
}
	
.button2 {
	position: ;
	display: inline-block;
	background: var(--primary);
	color: #fff;
	text-decoration: none;
	box-shadow: 4px 8px #888888;
	font-weight: 800;
	outline: 0;
	border: 0;
	cursor: pointer;
	font-size: 1.2em;
	padding: 4px 10px;
}	
	
.button:hover {
	background: var(--secondary);
}
		
.button2:hover {
	background: var(--secondary);
}

/* Wrappers */
#header-wrapper{
  padding: 14px 16px;
}

#header-wrapper h2{
	margin-top: 5px;
}

 #main-wrapper {
 max-width: 1000px;
 margin-left: auto;
 margin-right: auto;
 padding: 0 30px;
 }
 
  #thin-wrapper {
 max-width: 700px;
 margin-left: auto;
 margin-right: auto;
 padding: 0 30px;
 }
 

/* Grid */

.row {
	display: flex;
	flex-wrap: wrap;
	box-sizing: border-box;
	align-items: stretch;
	column-gap: 150px;
}

.row > * {
	box-sizing: border-box;
}

.row.aln-left {
	justify-content: flex-start;
}

.row.aln-center {
	justify-content: center;
}

.row.aln-right {
	justify-content: flex-end;
}

.row.aln-top {
	align-items: flex-start;
}

.row.aln-middle {
	align-items: center;
}

.row.aln-bottom {
	align-items: flex-end;
}

.row {
	margin-top: -20px;
	margin-left: -20px;
}

.row > * {
	padding: 20px 0 0 20px;
}

/* Icons */

.icon {
	text-decoration: none;
	position: relative;
	text-decoration: none;
}

.icon:before {
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
	display: inline-block;
	font-style: normal;
	font-variant: normal;
	text-rendering: auto;
	line-height: 1;
	text-transform: none !important;
	font-family: 'Font Awesome 5 Free';
	font-weight: 400;
}

.icon:before {
	line-height: inherit;
}

.icon.solid:before {
	font-weight: 900;
}

.icon.brands:before {
	font-family: 'Font Awesome 5 Brands';
}

.icon > .label {
	display: none;
}
		
ul {
  list-style-type: circle;
  padding-left: 20px;
}

.list{
display: flex;
justify-content:center;
}	

.boxes{
display: flex;
justify-content:center;
flex-wrap: wrap;
gap: 10px;
}

.boxes2{
display: flex;
justify-content:left;
flex-wrap: wrap;
gap: 20px;
}

.boxes3{
display: flex;
justify-content:center;
flex-wrap: wrap;
gap: 20px;
}

.box{
text-decoration: none;
padding: 40px 20px;
background: var(--primary);
color: white;
border-radius:5px;
box-shadow: 0 0 5px #e3e3e3;
font-weight: bold;
border: 1px solid var(--primary);
}

.box:hover{
background: var(--secondary);
color: white;
}

table {
width: 100%;

}	
	
th {
  border-top: 1px solid var(--primary);
  padding: 8px;
  display: table-cell;
}
td{
  border-top: 1px solid var(--primary);
  padding: 8px;
  display: table-cell;
  
}
.enquire{
	font-weight: bold;
	text-decoration: underline !important;
	color: var(--primary);
}


tr:hover {
background-color: #ddd;
}
.main-th {
  padding-top: 12px;
  padding-bottom: 12px;
  text-align: left;
  background-color: var(--primary);
  color: white;
  text-align:center;
  font-weight:bold;
}

.top-tr{
  padding-top: 12px;
  padding-bottom: 12px;
  text-align: left;
  background-color: #f2f2f2;
  color: black;
  font-weight:bold;
}		
	
img {
	display:block;
	max-width: 100%;
	height: auto;
	margin-left: auto;
	margin-right: auto;
}

.booknow{
	border: 1px solid #000;
	padding: 10px;
	display: block;
	z-index: 3;
}

input{
	width: 100%;
	padding: 12px 20px;
	margin: 6px 0;
	display: inline-block;
	border: 1px solid #ccc;
	border-radius: 7px;
	box-sizing: border-box;
}
input[type=checkbox]{
	width: 2%;
	padding: 12px 20px;
	margin: 6px 0;
	display: inline-block;
	border: 1px solid #ccc;
	border-radius: 7px;
	box-sizing: border-box;
}
select{
	width: 100%;
	padding: 12px 20px;
	margin: 6px 0;
	display: inline-block;
	border: 1px solid #ccc;
	border-radius: 7px;
	box-sizing: border-box;
}

textarea{
width: 100%;
  padding: 12px 20px;
  margin: 6px 0;
  display: inline-block;
  border: 1px solid #ccc;
  border-radius: 7px;
  box-sizing: border-box;
}

.row-cols-2{
display: grid;
grid-template-columns: 50% 50%;
gap: 10px;
}

.row-cols-3{
display: grid;
grid-template-columns: 50% 50%;
justify-content: space-evenly;
gap: 10px;
}

.row-cols-1{
display: block;
}

.grid{
display: grid;
grid-template-columns: 1fr 1fr 1fr;
justify-content: space-evenly;
gap: 20px;
}
.grid-cols-2{
display: grid;
grid-template-columns: 1fr 1fr;
justify-content: space-evenly;
gap: 20px;
}

.room-section-1{
padding: 70px 30px;
background: #f2f2f2;
}

.room-section-2{
padding: 70px 30px;
}

.room-section-cols{
display: grid;
grid-template-columns: 50% 50%;
justify-content: space-evenly;
gap: 10px;
}

.img-box{
position: static;
overflow: hidden;
}

.gal-img{
height: 100%;
width: 100%;
object-fit: cover;
position:static;
}

.owl-carousel{
position:static;
}

/* JW added footer li display 20240731 */
#navlinks li{
	display: inline;
	background: var(--primary);
	color: #fff;
	text-decoration: none;
	box-shadow: 2px 4px #888888;
	outline: 0;
	border: 0;
	cursor: pointer;
}
.btn{
	display: inline;
	background: var(--primary);
	color: #fff;
	text-decoration: none;
	box-shadow: 2px 4px #888888;
	padding: 2px 3px;
	outline: 0;
	border: 0;
	cursor: pointer;
}
.btn:hover{
	background: var(--secondary);
}
#copyright {
	color: #aaa;
	padding: 4em 0 0 0;
	text-align: center;
}

.widget a{
display: inline-block;
width: 2.5em;
height: 2.5em;
text-align: center;
line-height: 2.5em;
border-radius: 0.35em;
text-decoration: none;
background: var(--primary);
color: white;
}
.widget a:hover{
background: var(--secondary);
}


.sidebar {
	width: 18%;
	background: #f2f2f2;
	float: left;
	border-right: 1px solid var(--primary);
	position: fixed;
	height: 100%;
	overflow-y: scroll;
	z-index: 2;
}
.sidebar-wrapper{
	padding: 20px;
}
.side-link{
	text-decoration: none;
	border-bottom: 1px solid c2c2c2;
	line-height: 2.5em;
	color: #000;
}

.side-link:hover{
	background: var(--primary);
	color: white;
	padding: 0 10px;
	border-radius: 5px;
}

.flex-box{
	display: flex;
  flex-direction: column;
}
.content {
	margin-left: 18%;
	background: ;
	padding: 30px;
}
.card{
	border: 1px solid var(--primary);
	box-shadow: 4px 4px 8px #626464;
}
.card img{
	border-radius: 5px 5px 0 0;
}
.attractions-card{
	border: 1px solid var(--primary);
	box-shadow: 2px 2px #f2f2f2;
	background: var(--primary);
}
.attractions-card h3{
	color:white;
}
.card-title{
	color: #626464;
}
.card-text{
	padding: 15px;
	color: #000;
}
.card-link{
	text-decoration: none;
	color: black;
}

.new-icon:hover{
	height: 60px;
}
.contact-box{
	box-shadow: 4px 4px #f2f2f2;
	border: 1px solid #f2f2f2;
	border-radius: 5px;
}
.contact-boxes{
	background: #f2f2f2;
	display: grid;
	grid-template-columns: 20% 80%;
	justify-content: space-evenly;
	gap: 10px;
	bord
	border: 1px solid #f2f2f2;
	border-radius: 5px;
}
.contact-boxes:hover{
	background: #d1d1d1;
}

.slick-slide{
	height: auto;
	padding: 10px;
}
.slider-content{	
	height: 450px;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
	color: white;
}
.slick-prev, .slick-next{
	display: none !important;
}

.area-card{	
	height: 350px;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
  border-radius: 7px;
  margin-bottom: 15px;
}

.area-card h2{	
	color: #fff;
}
.area-card p{	
	color: #fff;
}

#more-cards{
	display:none;
}

.overlay {
  width: 100%;
  height: 100%;
  background-color: rgba(0,0,0,0.1); 
  z-index: 2; 
  display: flex !important;
  justify-content: center;
  align-items:center;
  color:white;
}
.overlay h2{
  color:white;
}
.area-overlay {
  width: 100%;
  height: 100%;
  background-color: rgba(0,0,0,0.5); 
  z-index: 2; 
  display: flex !important;
  justify-content: center;
  align-items:center;
  border-radius: 7px;
}

.car-hire{
	border: 1px solid var(--primary);
	background: #f2f2f2;
}
.nwr{
	border-bottom: 4px solid var(--primary);
}





{
  box-sizing: border-box;
}

.gallery-container {
  position: relative;
  
 margin-left: auto;
 margin-right: auto;
}
.gallery {
  position: relative;
 margin-left: auto;
 margin-right: auto;
}

.mySlides {
  display: none;
}

.cursor {
  cursor: pointer;
}

.prev,
.next {
  cursor: pointer;
  position: absolute;
  top: 40%;
  width: auto;
  padding: 16px;
  margin-top: -20px;
  color: white;
  font-weight: bold;
  font-size: 20px;
  border-radius: 0 3px 3px 0;
  user-select: none;
  -webkit-user-select: none;
  background-color: #d3d3d3;
}

/* 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: var(--primary);
}

/* Number text (1/3 etc) */
.numbertext {
  color: #000;
  font-size: 12px;
  padding: 8px 12px;
  position: absolute;
  top: 0;
}

/* Container for image text */
.caption-container {
  text-align: center;
  background-color: #888888;
  padding: 2px 16px;
  color: white;
}

.rowing:after {
  content: "";
  display: table;
  clear: both;
}

/* Six columns side by side */
.column {
  float: left;
  width: 16.66%;
}

/* Add a transparency effect for thumnbail images */
.thumbnail {
  opacity: 0.6;
}

.active,
.thumbnail:hover {
  opacity: 1;
}











#side-menu {
    position: fixed;
    left: 10px;
    top: 10px;
    font-size: 0.9em;
    z-index: 2;
	display: none;
	}
#close-btn{
	display:none;
}
.logo-img{
	width: 150px;
}
.copyright{
	font-weight: 600;
	color: #555;
	a{
		color: var(--primary);
	}
}
	
@media only screen and (max-width: 900px) {
	.sidebar {
	display: none;
	width: 40%;
	}
	.content {
	margin-left: 0%;
	}
	#side-menu {
	display: block;
	}
}

@media only screen and (max-width: 800px) {
	#main-wrapper {
	padding-left: 30px;
	padding-right: 30px;
	}
	.room-section-cols{
	 display: block !important;
	} 
	.room-section-1{
	padding: 0 0;
	}
	.room-section-2{
	padding: 0 0;
	}
	.box{
	padding: 10px 20px;
	}
	.section-content{
	padding: 10px 30px;
	}
	.sidebar {
	display: none;
	}
	.content {
	margin-left: 0%;
	}
	.slider-content{	
	height: 350px;
	}
}
@media only screen and (max-width: 700px) {
	 #main-wrapper {
	 padding-left: 30px;
	 padding-right: 30px;
	 }	 
	 .row-cols-2, .row-cols-3, .grid{
	 display: block !important;
	}
	.img-box{
	padding: 10px;
	}
	.prev,
	.next {
	  margin-top: -10px;
	  padding: 10px;
	  font-size: 10px;
	}
	.sidebar {
	display: none;
	width: 60%;
	}
	#hoverbutton {
    left: 20px;
    top: 80px;
	}
	.logo-img{
		width: 150px;
	}
	.logo-img2{
		display: none;
	}
}