﻿@import url('//fonts.googleapis.com/css?family=Lato:400,700');
@import url('//cdnjs.cloudflare.com/ajax/libs/font-awesome/5.15.3/css/all.min.css');
@import url('//cdnjs.cloudflare.com/ajax/libs/animate.css/4.1.1/animate.min.css');


body{
	margin:0;
	padding:0;
	font-family: Lato;
}

img{
	max-width: 100%;
}

a.covid-msg{
	font-size:18px;
	color:#C03237;
	text-decoration: none;
	background-image:url('/imgs/bigtick.png');
	background-repeat: no-repeat;
	background-size:21px;
	padding-left:28px;
}


body{
	/* background-image:url('imgs/grain.png'); */
	background-color:white;
	background-repeat:repeat;
	}

.founder-img{
	border-radius: 100%;
	height: 30vmin;
	width: 30vmin;
	object-fit: cover;
	margin: 4.5vmin auto;
	margin-top: 3vmin;
	display: block;
	box-shadow: 0 0 3vmin #0000001c;
}

.homepage-socials-feed{
	text-align:center; display:flex;justify-content: space-evenly;
}

.red{
	color:red;
}

.orange{
	color:orange;
}

.clear{
	clear:both;
}

.logocompany{
	float:right;
	font-size:12px;
	margin-right:2px;
}

@media only screen and (min-width: 800px) {
	
	.logocompany{
		display:inline-block;
	}
	
	#bannerholder .logo{
		float:left;
	}
}


	

@media screen and (max-width: 800px) {
	/* mobile view */

    #toprightround{
		display:none;
	}
	
	#bannerholder .logo{
		float:none;
		display:block;
		text-align: center;
	}
	
	.logocompany{
		display: none;
	}
	
	body .links{
		margin-left:0;
		text-align: center;
		font-size:14px;
	}
	
	#socialholder{
		display: none;
	}
	
	body #topbar{
		margin-right:0;
	}
	
	body #topbar .booknow{
		width: 90px;
		margin: 0 auto;
		display: block;
		height: auto;
		font-size:12px;
		float:none;
		padding-top:10px;
		padding-left:51px;
	}
	
	body .resortholder{
		max-width: 90%;
	}
	
	body .stayhereimg{
		position: relative;
		display: block;
		margin-top:10px;
	}
	
	body .top-resorts{
		text-align: center;
		margin-top: 20px;
	}
	
}

#topbar{
margin-right:10%;
overflow:auto;
padding-bottom:20px;
}
.rightarrow{
	height: 16px;
	vertical-align: sub;
}
.seeall{
	font-size:16px;
}
.discountnotif{
	font-size:13px;
	padding:5px 3px;
	background-color:yellow;
	text-decoration: none;
	transition: all ease-in-out 0.2s;
	border-radius:5px;
	display: inline-block;
	margin:5px 0;
}
.discountnotif:hover{
	background-color:#3BF7A5;
	color:black;
}
.top-resorts{
	display: block;
	text-align: right;
}


#topbar .link{
	display:inline-block;
	border-radius:10px;
	box-shadow:0 0 5px gray;
	color:black;
	margin-right:20px;
	padding:7px;
	margin-top:10px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	background-color:#CCFFFF;
	text-decoration:none;
	background-repeat:no-repeat;
	padding-left:43px;
	background-position:0px;
	vertical-align: bottom;
}


#topbar .link:hover{
		box-shadow:0 0 5px black;
}

#topbar .booknow{
	display:inline-block;
	border-bottom-right-radius:10px;
	border-bottom-left-radius:10px;
	box-shadow:0 -1px 5px gray;
	color:#663300;
	padding:10px;
	padding-top:20px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	background-color:#CCFFFF;
	float:right;
	text-decoration:none;
	background-image:url('imgs/bookonlinesmall.png');
	background-repeat:no-repeat;
	padding-left:43px;
	background-position:10px;

}

#topbar .booknow:hover{
	color:black;
	box-shadow:0 0 5px gray;
}

.overflow-auto{
	overflow: auto;
}

@font-face{
font-family: Allura-css;
src: url("/font/Allura-Regular.eot");
src: url("/font/Allura-Regular.ttf") format("truetype");

}

#bannerholder .logo{
	font-size:62px;
	font-family:"Allura-css";
	margin-top:0px;
	text-shadow:0 0 3px gray;
}

.logo a{
	color:inherit;
	text-decoration:none;
}

#bannerholder .text{
	width:500px;
	margin-top:30px;
	margin-left:200px;
	font-family:"Lucida Sans", "Lucida Sans Regular", "Lucida Grande", "Lucida Sans Unicode", Geneva, Verdana, sans-serif;
	line-height:150%;
	font-size:14px;
}

.links{
	margin-top:25px;
	margin-left:10px;
	font-family:"Franklin Gothic Book";
}

.links img{
	vertical-align:text-bottom;
	margin-right:5px;
}

.links a{
	margin-left:15px;
}

#socialholder{
	float:right;
	text-align:center;
	margin-right:10%;
	padding-top:10px;
}

#socialholder .socialimg{
	margin-right:20px;
	border:0;
}
#socialholder #TA_socialButtonBubbles790{
	margin-right:10px;
	border:0;
	display:inline-block;
	margin-bottom:18px;
}

.slidescontainer{
	width:80%;
	margin-left:auto;
	margin-right:auto;
	margin-top:20px;
	padding:10px;
	box-shadow:0 0 5px black;
	background-color:white;
	
}

.container{
	width:90%;
	margin-right:auto;
	margin-left:auto;
	margin-top:30px;
	font-family:Tahoma;
	font-size:16px;
	line-height:200%;
	overflow: auto;
}

body #mobile-header + div.container{
	margin-top:100px;
}



.sightseeing-pic{
	margin-left:auto;
	margin-right:auto;
	margin-top:5px;
	margin-bottom:5px;
	padding:10px;
	box-shadow:0 0 5px black;
	background-color:white;
}

.btn{
    background-color: #4CAF50; /* Green */
    border: none;
    color: white;
    padding: 5px 8px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 15px;
	margin:5px auto;
	border-radius:2px;
}

.btn:hover{
	box-shadow: 0 0 3px gray;
}

.container h2{
	margin-top: 15px;
}

.container li{
	margin-bottom:15px;
}

.imgsholder{
	overflow:auto;
	margin-bottom:10px;
	margin-top:10px;
}

.aheading{
	font-size:40px;
	font-family:"Allura-css";
	margin-top:10px;
	margin-bottom:18px;
	text-shadow:0 0 2px gray;
}

#bannerholder{
	overflow:auto;
}
.resortholder{
	display:inline-block;
	margin:10px;
	border:1px gray solid;
	padding:9px;
	overflow:auto;
	background-image: url('/imgs/btnbg.jpeg');
	font-size: 14px;
	width: 500px;
	border-radius: 10px;
	box-shadow:0 0 5px gray;
	line-height: 150%;
	position: relative;
	
}

.resortpic{
	float:left;
	margin-right:6px;
	height:188px;
	width:250px;
	border-radius:20px;
	border:1px goldenrod solid;
}

.stayhereimg{
		position: absolute;	
		right:5px;
		bottom: 5px;
		border:0;
}

.resortbigimg{
		margin-bottom:5px;
		border:10px #F5F5DA solid;	
}

.backlink{
		margin:5px;
		padding-left:26px;
		background-image: url('/imgs/leftarrow.png');
		background-repeat: no-repeat;
		font-size: 14px;
		font-family: Arial;
		background-size:auto 100%;
		text-decoration: none;
	}

.tiles{
	margin:3px;
	text-align:center;
	
}

.tiles img{
	border:1px silver solid;

}


.twoin1{
	margin-top: -4px;
	display: block;
	margin-bottom: 5px;
	margin-right: 5px;
}

.the2nd{
	font-size:10px;
	margin-top:-5px;
	display: block;
	position: absolute;	
}

.big-tick {
    background-image: url('/imgs/bigtick.png');
    background-position: left 10px center;
    background-repeat: no-repeat;
}
.how-you-save {
    background-color: rgba(162, 233, 96, 0.24);
    padding: 10px 5px;
    background-size: 24px;
	font-size: 14px;
    padding-left: 39px;
	font-family:"Lucida Sans", "Lucida Sans Regular", "Lucida Grande", "Lucida Sans Unicode", Geneva, Verdana, sans-serif;
}

table.compareotas {
  border-spacing: 1;
  border-collapse: collapse;
  background: white;
  border-radius: 6px;
  overflow: hidden;
  max-width: 800px;
  width: 100%;
  margin-bottom: 5px;
  font-family: 'Open Sans';
  position: relative;
  margin-left: auto;
	margin-right: auto;
}
table.compareotas * {
  position: relative;
}
table.compareotas td, table.compareotas th {
  padding-left: 8px;
}
table.compareotas thead tr {
  height: 32px;
  background: #FFED86;
  font-size: 14px;
}

table.compareotas tr td:not(:first-child){
	text-align: center;
}
table.compareotas tr th:first-child{
	text-align: left;
}
table.compareotas tbody tr {
  height: 32px;
  border-bottom: 1px solid #E3F1D5;
  font-size:14px;
}
table.compareotas tbody tr.our-rates {
	font-size: 16px;
	background-color: #60de60;
}

.our-rates img{
	height: 21px;
    vertical-align: sub;
}
table.compareotas tbody tr:last-child {
  border: 0;
}
table.compareotas td, table.compareotas th {
  /*text-align: left;*/
  min-width: 11vw;
}

table.membership-plans {
  border-spacing: 1;
  border-collapse: collapse;
  background: white;
  border-radius: 6px;
  overflow: hidden;
  max-width: 800px;
  width: 100%;
  margin-bottom: 5px;
  margin-top: 40px;
  font-family: 'Open Sans';
  position: relative;
  margin-left: auto;
	margin-right: auto;
}
table.membership-plans * {
  position: relative;
  text-align: center;
}
table.membership-plans td, table.membership-plans th {
  padding-left: 8px;
}
table.membership-plans thead tr {
  height: 32px;
  background: #FFED86;
  font-size: 14px;
}

table.membership-plans tbody tr {
  height: 32px;
  border-bottom: 1px solid #E3F1D5;
  font-size:14px;
}

table.membership-plans tbody tr.our-rates {
	font-size: 16px;
	background-color: #60de60;
}

table.membership-plans tbody tr:last-child {
  border: 0;
}
table.membership-plans td, table.membership-plans th {
  /*text-align: left;*/
  min-width: 11vw;
}

table.membership-plans td ul{
	list-style: none;
}

.membership-pay input[type="text"], .membership-pay select {
	font-size: 16px;
	padding: 3px 4px;
	width: 95%;
	border-radius: 2px;
	border: 1px solid gray;
	max-width: 500px;
}

.membership-pay input[type="submit"] {
	font-size: 16px;
	padding: 3px 4px;
	border-radius: 2px;
	max-width: 500px;
}



/* Section: Hamburger menu */


#menuToggle
{
  display: inline-block;
  position: relative;
  top: 14px;
	left: 10px;
  
  z-index: 1;
  
  -webkit-user-select: none;
  user-select: none;
}

#menuToggle a
{
  text-decoration: none;
  color: #232323;
  
  transition: color 0.3s ease;
}

#menuToggle a:hover
{
  color: tomato;
}


#menuToggle input
{
  display: block;
  width: 40px;
  height: 32px;
  position: absolute;
  top: -7px;
  left: -5px;
  
  cursor: pointer;
  
  opacity: 0; /* hide this */
  z-index: 2; /* and place it over the hamburger */
  
  -webkit-touch-callout: none;
}

/*
 * Just a quick hamburger
 */
#menuToggle span
{
  display: block;
  width: 33px;
  height: 4px;
  margin-bottom: 5px;
  position: relative;
  
  background: #cdcdcd;
  border-radius: 3px;
  
  z-index: 1;
  
  transform-origin: 4px 0px;
  
  transition: transform 0.5s cubic-bezier(0.77,0.2,0.05,1.0),
              background 0.5s cubic-bezier(0.77,0.2,0.05,1.0),
              opacity 0.55s ease;
}

#menuToggle span:first-child
{
  transform-origin: 0% 0%;
}

#menuToggle span:nth-last-child(2)
{
  transform-origin: 0% 100%;
}

/* 
 * Transform all the slices of hamburger
 * into a crossmark.
 */
#menuToggle input:checked ~ span
{
  opacity: 1;
  transform: rotate(45deg) translate(-2px, -1px);
  background: #232323;
}

/*
 * But let's hide the middle one.
 */
#menuToggle input:checked ~ span:nth-last-child(3)
{
  opacity: 0;
  transform: rotate(0deg) scale(0.2, 0.2);
}

/*
 * Ohyeah and the last one should go the other direction
 */
#menuToggle input:checked ~ span:nth-last-child(2)
{
  transform: rotate(-45deg) translate(0, -1px);
}

/*
 * Make this absolute positioned
 * at the top left of the screen
 */
#menu
{
  position: absolute;
  width: 300px;
  margin: -100px 0 0 -50px;
  padding: 50px;
  padding-top: 125px;
  
  background: #edededf2;
  list-style-type: none;
  -webkit-font-smoothing: antialiased;
  /* to stop flickering of text in safari */
  
  transform-origin: 0% 0%;
  transform: translate(-100%, 0);
  
  transition: transform 0.5s cubic-bezier(0.77,0.2,0.05,1.0);
}

#menu li
{
  padding: 10px 0;
  font-size: 22px;
}

/*
 * And let's slide it in from the left
 */
#menuToggle input:checked ~ ul
{
  transform: none;
}



/* Section: Header */

#header{
	background-color: rgba(0, 0, 0, 0.06);
	
	color: #1B1B1B;
	font-family: Lato;
	width: 100%;
	padding: 0;
	overflow: visible;
	position: relative;
	z-index: 10;
}

body.homepage #header{
	background-color: rgba(255, 255, 255, 0.75);
} 

#header .contact-details{
	background-color:white;
	padding: 10px 5%;
	position: relative;
	overflow: auto;
}

#header .left-side{
	display: inline;	
	float: left;
}


#header .right-side{
	display: inline;
	float: right;
}

#header .contact-details span.item{
	display: inline-block;
	vertical-align: middle;
	padding: 2px 15px;
	border-right: 1px solid #ededed;
}

#header .contact-details span.item:last-child {
    border-right: none;
}

#header .contact-details span.item a{
	color:#1B1B1B;
	text-decoration: none;
}

#header .menu-items{
	padding:0 10%;
	overflow: auto;
}

#header .menu-items a{
	color: #1B1B1B;
	text-transform: uppercase;
	font-size: 16px;
	text-decoration: none;
	padding: 35px 25px;
	display: inline-block;
	font-weight: bold;
	transition: background-color 0.2s cubic-bezier(0.075, 0.82, 0.165, 1);
}

#header .menu-items a:hover{
	color: #41AA48;
	background-color:rgba(255, 255, 255, 0.658);
	
}

#header .logo{
	width: 180px;
	height: 180px;
	position: absolute;
	background-color:white;
	display: inline-block;
	text-align: center;
	top:0;
	left: calc( 50vw - 98px);
	box-shadow: 0 0 13px rgba(128, 128, 128, 0.151);
	padding: 10px;
	margin-top: 0px;
	box-sizing: border-box;
	
}
#header .logo img.jfrlogoimg{
	width: 160px;
	margin-top: 35px;
	vertical-align: middle;
	background-color:white;
}

#mobile-header{
	display: none;
	z-index: 5;
	width: 100%;
	background-color: white;
	position: absolute;
	top:0;
	padding: 15px;
	box-sizing: border-box;
}

#mobile-header a.jfrlogoimg{
	float: right;
	height: 50px;
}


#mobile-header a.jfrlogoimg img{
	
	height: 50px;
}




/* Section: Homepage Hero */

.homepage-hero{
	width: 100%;
	height: 100vh;
	position: absolute;
	top:0;
	z-index: 1;
	overflow: hidden;

	display: flex;
	align-items:center;
	
}

.homepage-hero::before{
	height: 100%;
	width: 100%;
	content:'';
	display: block;
	z-index:2;
	position: absolute;
	top:0;
	left:0;
	background-image: url('/imgs/homepage.jpg');
	background-size: cover;
	background-repeat: no-repeat;
}

.homepage-hero .hero-content {
	z-index:3;
	width: 90%;
	margin-left:auto;
	margin-right:auto;
}

.hp-loc-search{
	width: 90%;
	margin: 33px auto;
	text-align: center;
	margin-top: 100px;
}

.hp-loc-search h2{
	margin-bottom:20px;
	color: white;
	/* text-shadow: 0 0 25px black; */
	padding: 1px 10px;
	background-color: #41AA48;
	font-size: 35px;
	width: auto;
	display: inline-block;
}



.hp-loc-search input[type="text"]{
	font-size: 16px;
	padding: 6px 7px;
	width: 75%;
	border-radius: 5px;
	border: 0;
	max-width: 500px;
	box-shadow: inset 0 0 10px gray;
	padding: 12px 16px;
	box-sizing: border-box;
}


.homepage-hero .featured-properties{
	margin-top:20px;
	align-self: flex-end;
	display: flex;
	justify-content:center;
	--animate-delay: 1.9s;
}

.homepage-hero h3{
	margin:50px auto 0px auto;
	color: white;
	padding: 1px 10px;
	background-color: #41AA48;
	font-size: 25px;
	width: auto;
	display: table;
}

.homepage-hero hr{
	border-color: rgba(255, 255, 255, 0.374);

}


.featured-properties .featured-property{
	margin:10px 15px 0px 15px;
	padding:5px 7.5px;
	box-shadow: 0 0 30px rgba(0, 0, 0, 0.288);
	background-color: white;
	background-size: cover;
	background-repeat: no-repeat;
	display: inline-flex;
	width: 10vw;
	height: 10vw;
	align-items: flex-end;
	position: relative;
	border: 8px solid white;
	transition: all 0.2s cubic-bezier(0.075, 0.82, 0.165, 1);
	cursor: pointer;
}

.featured-properties .featured-property::before{
	background: linear-gradient(180deg, transparent 20%, white);
	height: 100%;
	width: 100%;
	content:'';
	display: block;
	z-index:2;
	position: absolute;
	top:0;
	left:0;
}

.featured-properties a{
	text-decoration: none;
}

.featured-property-name{
	font-size: 20px;
	z-index: 3;
	padding: 5px;
	color: #1B1B1B;
	text-decoration: none;
}

.featured-property-name::after{
	content: '\f061';
	font-family: "Font Awesome 5 Free"; font-weight: 900;
	font-size: 16px;
	vertical-align: middle;
	transition: all 0.2s cubic-bezier(0.075, 0.82, 0.165, 1);
	margin-left:1px;
}

.featured-property:hover {
	transform: scale(1.1);
}

.featured-property:hover .featured-property-name::after{
	margin-left:10px;
}


/* Section: Home First Section */

.home-first{
	margin-top: 100vh;
}

.home-first p{
	text-align: justify;
}

.h1-holder h1{
	display: inline-block;
	clear: both;
	font-size: 28px;
	margin: 20px auto;
	border-bottom: 7px solid #41AA48;
	padding: 10px 30px;
	color: #41AA48;
}

.h1-holder, .text-center{
	text-align: center;
}

h1{
	display: inline-block;
	clear: both;
	font-size: 28px;
	margin: 20px auto;
	border-bottom: 7px solid #41AA48;
	padding: 10px 30px 10px 3px;
	color: #41AA48;
	
}




/* Section: Footer */

#footer{
	font-size:0px;
	color:gray;
	padding:5px 1%;
	/* box-shadow: 0 0 17px #8080801a; */
	border-top:1px solid #80808021;
	background-color:#f8f6f6;
	margin-top:10vh;
	display: flex;
}

#footer .col{
	width: 24%;
	margin: 10px 0.5%;
	padding: 5px 0.5%;
	box-sizing: border-box;
	display: inline-block;
	vertical-align: top;
	font-size: 15px;
}

#footer a{
	margin-top:10px;
	text-decoration:none;
	color: black;
	display: block;
}

#footer a:hover{
	color:#41AA48;
}

.footer-logo{
	width: 150px;
	border-radius: 10px;
	display: block;
	margin: 0 auto;
	background-color: white;
	padding: 10px;
}

#footer .founder-img{
	height: 150px;
	width: 150px;
	margin: 0 auto;
}

#whatsapp-floating-button{
	position: fixed;
	bottom: 25px;
	right: 25px;
	width: 200px;
	max-width: 40vw;
	box-shadow: 0 0 8px gray;
	border-radius: 11px;
	z-index: 2;
}

#whatsapp-floating-button:hover{
	box-shadow: 0 0 18px gray;
}

/* Section: Review Form */
.textbox{
	border: 1px gray solid;
	border-radius: 2px;
	width: 650px;
	max-width: 100%;
	padding: 8px;
	display: block;
	
}


@media screen and (max-width: 1200px) {
	/* tablet view */
	#header .menu-items{
		padding: 0 5%;
	}

	#header .menu-items a{
		font-size: 15px;
		padding: 25px 15px;
	}

	#header .logo{
		width: 140px;
		height: 140px;
		left: calc( 50vw - 74px);
	}

	#header .logo img.jfrlogoimg{
		width: 120px;
		margin-top: 30px;
	}

	.featured-properties .featured-property{
		height: 15vw;
		width: 15vw;
	}

	#footer{
		flex-wrap: wrap;
		align-items: center;
	}

	#footer .col{
		width: 46%;
		text-align: center;
	}

	
}

@media screen and (max-width: 800px) {
	/* mobile view */
	
	#header{
		display: none;
	}

	#mobile-header{
		display: block;
		
	}

	.hp-loc-search{
		margin-top: 10px;
	}
	.hp-loc-search h2{
		font-size: 22px;
	}

	.hp-loc-search input[type="text"]{

		width: 100%;
	}

	.homepage-hero h3{
		font-size: 18px;
	}

	.homepage-hero .featured-properties{
		flex-wrap: wrap;
	}

	.featured-properties .featured-property {
		height: 16vw;
		width: 33vw;
		margin: 1vw;
		border-width: 4px;
	}

	.featured-property-name{
		font-size: 16px;
	}

	.featured-property:hover .featured-property-name::after {
		margin-left: 3px;
	}

	.featured-property-name::after {
		font-size: 12px;
	}

	#footer .col{
		width: 100%;
		display: block;
	}

	.homepage-socials-feed{
		flex-direction: column;
	}
}




