@import url('https://fonts.googleapis.com/css?family=Fira+Sans+Condensed|Sedgwick+Ave');

html body {
	font-family: Fira Sans Condensed;
}

/* change the color of active or hovered links */
.navbar-custom .nav-item.nav-link {
	color: #245424;
	text-transform: uppercase;
	font-size: 16px;
	transition: all ease-in-out 0.25s;
	background-color: transparent;
	margin-right: 15px;
}

navbar-custom .nav-item.nav-link:last-of-type {
	margin-right: 50px;
}

.navbar-custom {
	height: 108.15px;
	transition: all ease-in-out 0.25s;
	background: #ffffffab;
}

.navbar-nav {
	border-radius: 5px;
}

.navbar-custom.small-navbar {
	height: 56px;
	transition: all ease-in-out 0.25s;
}

.navbar-collapse.collapse.show, .navbar-collapse.collapsing {
	background-color: rgba(255,255,255,0.9);
	text-align: center;
	padding: 10px;
	position: absolute;
	top: 100px;
	width: 92%;
}

.navbar-collapse .nav-item.cta-button {
	margin-left: 0;
}

.top-bar {
	font-size: 14px;
	padding: 10px 0;
	overflow: auto;
	background: linear-gradient(transparent,#4c62844d);
	color: #fffc;
	linear-gradient(transparent,#4c6284b3);
}

.top-bar .fa-whatsapp {
	/*font-size:18px;*/
}

.top-bar-item {
	margin-right: 10px;
	display: inline-block;
}

.top-bar-item:last-child {
	margin-right: 0;
}

.fa + span, .fab + span {
	margin-left: 5px;
}

.bg-teal {
	background-color: #F4F4F4;
}

.bg-green {
	background-color: #189B49;
}

.text-gray {
	color: #A3A3B1;
}

.cta-button {
	background-color: #189B49;
	color: white;
}

nav .cta-button {
	padding: 8px 10px;
	border-radius: 2px;
	margin-left: 20px;
	height: 40px;
}

.cta-button:hover {
	color: white;
	background-color: #27AA59;
	text-decoration: none;
}

.homepage-header {
	position: relative;
	margin-top: -149.15px;
}

/*Booking system*/

#bookingchecker {
	width: 100%;
	margin: 10px auto;
	text-align: center;
	top: 0;
	position: absolute;
	font-weight: bold;
	height: 100%;
	padding-top: 40vh;
	transition: all 0.5s;
}

#bookingchecker .next_btn {
	margin-top: 25px;
}

#bookingchecker .step {
	display: none;
}

.suggestion-holder {
	display: block;
	overflow: auto;
	font-family: Fira Sans Condensed;
}

.suggestion-holder .img {
	height: 80px;
	width: 80px;
	display: block;
	float: left;
	margin-right: 10px;
	overflow: hidden;
}

.suggestion-holder .img img {
	min-height: 80px;
	height: 100%;
	max-height: 100px;
}

.ui-autocomplete {
	max-width: 640px;
}

.suggestion-holder .details {
	display: inline-block;
	height: 80px;
	width: calc(100% - 100px);
	position: relative;
	font-family: inherit;
}

.suggestion-holder .details .name {
	font-size: 18px;
	display: block;
	width: 100% ;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	font-family: inherit;
}

.suggestion-holder .details .options {
	position: absolute;
	bottom:5px;
	display: inline-block;
	vertical-align: baseline;
}

.suggestion-holder .details .read-more, .suggestion-holder .details .select-this-one {
	font-size: 14px;
	font-family: inherit;
}

/*.ui-menu-item .ui-menu-item-wrapper.ui-state-active { changes the color of the selection in autocomplete
	background-color: #BEEACD;
	border:none;
}*/

#hp-img-slider:after {
	content: '';
	background: linear-gradient(#3b6ebd00,#ffffff91);
}

#bookingchecker p.heading {
	font-size: 41px;
	text-shadow: 3px 0 20px #ffffff4d, 0 3px 20px #fff3, 3px 0 20px #fff3, 0 -3px 20px #fff3;
	color: black;
	font-weight: bold;
}

#bookingchecker .Input-text {
	display: block;
	margin: 0 auto;
	padding: 10px 10px;
	color: inherit;
	width: 80%;
	font-family: inherit;
	font-size: 16px;
	font-weight: inherit;
	line-height: 15px;
	border: none;
	border-radius: 0.4rem;
	transition: all 0.2s;
	max-width: 440px;
	background-color: #ffffffe6;
	box-shadow: 0.2rem 0.8rem 0.8rem #0000004d;
}

#bookingchecker #placename.Input-text:focus {
	transition: all 0.2s;
	max-width: 640px;
}

#bookingchecker .Input-text::-webkit-input-placeholder {
	color: #41484C;
}

#bookingchecker .Input-text:-ms-input-placeholder {
	color: #41484C;
}

#bookingchecker .Input-text::-ms-input-placeholder {
	color: #41484C;
}

#bookingchecker .Input-text::placeholder {
	color: #41484C;
}

#bookingchecker .Input-text:focus {
	outline: none;
	box-shadow: 0.2rem 0.8rem 0.8rem #00000080;
	background-color: white;
}

#hp-img-slider {
	/*max-height: calc(100vh - 41.15px);*/
	max-height: calc(100vh);
	overflow: hidden;
	z-index: -1;
}

#hp-img-slider::after {
	height: 100vh;
	width: 100vw;
	background-color: rgba(0, 13, 23, 0.2);
	content: '';
	display: block;
	position: absolute;
	top: 0;
	z-index: 2;
}

.carousel-inner {
	z-index: -1;
}

.carousel.carousel-fade .carousel-item {
	display: block;
	opacity: 0;
	transition: opacity ease-out 1.3s;
}

.carousel.carousel-fade .carousel-item.active {
	display: block;
	top: 0;
	position: absolute;
	opacity: 1 !important;
	transition: opacity ease-in 1.3s;
}

.benefits {
	margin: 5vh 0;
}

.benefit-img {
	height: 120px;
	margin-bottom: 25px;
}

.navbar .navbar-brand img {
	width: 200px;
	transition: all ease-in-out 0.25s;
}

.small-navbar {
	box-shadow: 0 0 25px #80808066;
	background-color: white;
}

.navbar.small-navbar .navbar-brand img {
	transition: all ease-in-out 0.25s;
	clip: rect(0px,130px,40px,0px);
	position: absolute;
	top: 8px;
	width: 120px;
	margin-left: -22px;
}

.card-img-top {
	width: 100%;
	height: 15vw;
	object-fit: cover;
}

.right-arrow-btn {
	padding-right: 15px;
	margin-top: 15px;
}

.fa-icon::before, .fa-icon::after {
	font-family: "Font Awesome 5 Free";
	font-style: normal;
	font-variant: normal;
	text-rendering: auto;
	line-height: 1;
	font-weight: 900;
}

.right-arrow-btn::after {
	position: relative;
	right: -5px;
	margin-top: 10%;
	content: "\f105";
	color: inherit;
	transition: right ease-in-out 0.2s;
}

.right-arrow-btn:hover::after {
	right: -7px;
	transition: all ease-in-out 0.2s;
}

.property-card:hover {
	box-shadow: 0 0 10px #BFBDBD;
}

section {
	padding: 10vh 0;
}

section:nth-of-type(3n+2) {
	background-color: #e6f7ff;
}

section#footer {
	padding: 60px 0;
}

section#footer .section-title {
	text-align: center;
	color: #007b5e;
	margin-bottom: 50px;
	text-transform: uppercase;
}

#footer {
	background: #007b5e !important;
}

#footer h5 {
	padding-left: 10px;
	border-left: 3px solid #eeeeee;
	padding-bottom: 6px;
	margin-bottom: 20px;
	color: #ffffff;
}

#footer a {
	color: #ffffff;
	text-decoration: none !important;
	background-color: transparent;
	-webkit-text-decoration-skip: objects;
}

#footer ul.social li {
	padding: 3px 0;
}

#footer ul.social li a i {
	margin-right: 5px;
	font-size: 25px;
	-webkit-transition: .5s all ease;
	-moz-transition: .5s all ease;
	transition: .5s all ease;
}

#footer ul.social li:hover a i {
	font-size: 30px;
	margin-top: -10px;
}

#footer ul.social li a,
#footer ul.quick-links li a {
	color: #ffffff;
}

#footer ul.social li a:hover {
	color: #eeeeee;
}

#footer ul.quick-links li {
	padding: 3px 0;
	-webkit-transition: .5s all ease;
	-moz-transition: .5s all ease;
	transition: .5s all ease;
}

#footer ul.quick-links li:hover {
	padding: 3px 0;
	margin-left: 5px;
	font-weight: 700;
}

#footer ul.quick-links li a i {
	margin-right: 5px;
}

#footer ul.quick-links li:hover a i {
	font-weight: 700;
}

a.scroll-down-arrow {
	position: relative;
	bottom: 94px;
	left: 50%;
}

a.scroll-down-arrow span {
	position: absolute;
	top: 0;
	left: 50%;
	width: 46px;
	height: 46px;
	margin-left: -23px;
	border: 2px solid #fff;
	border-radius: 100%;
	box-sizing: border-box;
	transition: background-color 0.2s;
}

a.scroll-down-arrow span:hover {
	background-color: #ffffff4d;
	transition: background-color 0.2s;
}

a.scroll-down-arrow span::after {
	position: absolute;
	top: 50%;
	left: 50%;
	content: '';
	width: 16px;
	height: 16px;
	margin: -12px 0 0 -8px;
	border-left: 2px solid #fff;
	border-bottom: 2px solid #fff;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
	box-sizing: border-box;
}

a.scroll-down-arrow span::before {
	position: absolute;
	top: 0;
	left: 0;
	content: '';
	width: 44px;
	height: 44px;
	box-shadow: 0 0 0 0 rgba(255,255,255,.1);
	border-radius: 100%;
	opacity: 0;
	-webkit-animation: sdb03 3s infinite;
	animation: sdb03 3s infinite;
	box-sizing: border-box;
}

@-webkit-keyframes sdb03 {
	0% {
		opacity: 0;
	}

	30% {
		opacity: 1;
	}

	60% {
		box-shadow: 0 0 0 60px rgba(255,255,255,.1);
		opacity: 0;
	}

	100% {
		opacity: 0;
	}
}

@keyframes sdb03 {
	0% {
		opacity: 0;
	}

	30% {
		opacity: 1;
	}

	60% {
		box-shadow: 0 0 0 60px rgba(255,255,255,.1);
		opacity: 0;
	}

	100% {
		opacity: 0;
	}
}

.slide {
	width: 100%;
	height: 100vh;
	margin: 0 auto;
	position: relative;
	overflow: hidden;
}

.slide ul {
	margin: 0 auto;
	height: 100vh;
}

.slide ul li {
	width: 100%;
	list-style: none;
	position: absolute;
	z-index: 1;
	height: 100vh;
	background-position: top center;
	top: 0;
	left: 0;
	right: 0;
	background-size: cover;
}

.slide #dots {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 10px;
	height: 30px;
	z-index: 9999;
	font-size: 0;
	text-align: center;
	opacity: 0.7;
}

.slide #dots a {
	background: #333;
	margin: 0 6px;
	width: 18px;
	height: 18px;
	box-shadow: 0 0 1px 0 #333;
	border-radius: 100%;
	display: inline-block;
	cursor: pointer;
}

.slide #dots a.active {
	background: #FFF;
}

.slide .arrow {
	position: absolute;
	top: 50%;
	width: 70px;
	height: 100px;
	margin-top: -50px;
	background: #FFF;
	z-index: 999;
	opacity: 0.7;
	line-height: 100px;
	color: #333;
	text-align: center;
	text-decoration: none;
}

.slide .arrow.prev {
	left: 0;
}

.slide .arrow.next {
	right: 0;
}

.slide .arrow:active {
	background: #FAFAFA;
	opacity: 1;
}

h1.underline:after {
	border-bottom: 8px solid #189b49;
	content: ' ';
	display: block;
	width: 50px;
	margin-top: 12px;
	margin-bottom: 25px;
}

@media (max-width:767px) {
	#footer h5 {
		padding-left: 0;
		border-left: transparent;
		padding-bottom: 0px;
		margin-bottom: 10px;
	}

	#bookingchecker p.heading {
		font-size: 23px;
	}
	
	.homepage-header {
		margin-top: -109.15px;
	}
}



