/*General Styles*/

* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}

html {
	font: normal 16px sans-serif;
	color: #555;
}

body {
	background-color: black;
}	

ul,
nav {
	list-style: none;
}

a {
	text-decoration: none;
	opacity: 0.75;
	color: #fff;
}

a:hover {
	opacity: 1;
	color: white;
}

a.btn {
	border-radius: 4px;
	text-transform: uppercase;
	font-weight: bold;
	text-align: center;
	background-color: #3f51b5;
	opacity: 1;
}

section {
	display: flex;
	flex-direction: column;
	align-items: center;
	padding: 100px 80px;
}

section:not(.hero):nth-child(even) {
	background-color: #f5f5f5;
}

.grid {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}

hr {
	width: 250px;
	height: 3px;
	background-color: #3f51b5;
	border: 0;
	margin-bottom: 50px;
}

section h3.title {
	text-transform: capitalize;
	font: bold 32px "Open Sans", sans-serif;
	margin-bottom: 30px;
	text-align: center;
}

section p {
	max-width: 790px;
	line-height: 2;
	padding: 0 20px;
	margin-bottom: 30px;
	text-align: center;
}

@media (max-width: 800px) {
	section {
		padding: 50px 20px;
	}
}

/*Header Styles*/

header {
	position: absolute;
	width: 100%;
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 35px 100px 0;
	animation: 1s fadein 0.5s forwards;
	opacity: 0;
	color: #fff;
}

@keyframes fadein {
	100% {
		opacity: 1;
	}
}

header h2 {
	font-family: "Quicksand", sans-serif;
	opacity: 0.5;
}

header nav {
	display: flex;
	margin-right: -15px;
}

header nav li {
	margin: 0 15px;
}

@media (max-width: 800px) {
	header {
		padding: 20px 50px;
		flex-direction: column;
	}

	header h2 {
		margin-bottom: 15px;
	}
}

/*Hero Styles*/

.hero {
	#position: relative;
	justify-content: center;
	text-align: center;
	min-height: 100vh;
	color: #fff;
}

.hero .background-image {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-size: cover;
	z-index: -1;
	background-color: #80a3db;
}

.hero h1 {
	font: bold 72px "Open Sans", sans-serif;
	margin-bottom: 15px;
	color: #D4AF37;
}

.hero h3 {
	font: normal 28px "Open Sans", sans-serif;
	#margin-bottom: 40px;
}

.hero a.btn {
	padding: 20px 46px;
}

.hero-content-area {
	opacity: 0;
	margin-top: 100px;
	animation: 1s slidefade 1s forwards;
}

@keyframes slidefade {
	100% {
		opacity: 1;
		margin: 0;
	}
}

@media (max-width: 800px) {
	.hero {
		min-height: 600px;
	}

	.hero h1 {
		font-size: 48px;
	}

	.hero h3 {
		font-size: 24px;
	}

	.hero a.btn {
		padding: 15px 40px;
	}
}

/*Destinations Section*/

.destinations .grid li {
	height: 350px;
	padding: 10px;
	background-clip: content-box;
	background-size: cover;
	background-position: center;
}

.destinations .grid li.small {
	flex-basis: 30%;
}

.destinations .grid li.large {
	flex-basis: 70%;
}

@media (max-width: 1100px) {
	.destinations .grid li.small,
	.destinations .grid li.large {
		flex-basis: 50%;
	}
}

@media (max-width: 800px) {
	.destinations .grid li.small,
	.destinations .grid li.large {
		flex-basis: 100%;
	}
}

/*Services Section*/

.services .grid li {
	padding: 6px;
	flex-basis: 50%;
	text-align: center;
}


.services .grid li i {
	color: #8c9eff;
}

.services .grid li h4 {
	font-size: 30px;
	margin: 25px 0;
	text-align: center;
}


.services .grid li ul li:before {    
    font-family: "Font Awesome 5 Free";
    content: '\f058';
    margin:0 5px 0 -15px;
}

.services .grid li ul li {
	text-align: left;
	padding: 5px 22%;
	line-height: 20px;
	#padding: 5px 10px 5px 60px;
	#padding: 5px 200px;

}


@media (max-width: 800px) {
	.services .grid li {
		flex-basis: 100%;
		padding: 20px;
	}
}

/*Profile Section*/

.profile {
	color: grey;
	font-size: 18px;
}

.profile p {
	text-align: justify;
}

.profile .quote {
	font-size: 22px;
	font-weight: 300;
	line-height: 1.5;
	margin: 40px 0 25px;
}

@media (max-width: 800px) {
	.profile .quote {
		font-size: 18px;
		margin: 15px 0;
	}

	.profile .author {
		font-size: 14px;
	}
}

/*Contact Section*/

.contact form {
	color: light grey;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-wrap: wrap;
	width: 60%;
}

.contact form .btn {
	padding: 18px 42px;
}

.contact form input {
	padding: 15px;
	margin-right: 30px;
	font-size: 18px;
	color: #555;
	flex: 1;
}

@media (max-width: 1000px) {
	.contact form input {
		flex-basis: 100%;
		margin: 0 0 20px 0;
	}
}



/* Cater to Contact Form */

.refcontact form .form-container{
	display: flex;
	align-items: center;
	justify-content: center;
	flex-wrap: wrap;
	width: 60%;
}	

#.refcontact form .btn {
#	padding: 18px 42px;
#}

.refcontact form input{
	padding: 15px;
	#margin-right: 30px;
	font-size: 18px;
	color: #555;
	flex-basis: 100px;
	flex: 1;
}

.refcontact form textarea{
	#padding: 10px;
	#margin-right: 30px;
	font-size: 18px;
	color: #555;
	width: 100%;
	border: none;
	flex: 1, 1, 0;
}

.refcontact form .btn1 {
	padding: 18px 42px;
	cursor:pointer;
	width:100%;
	border:none;
	background:#3f51b5;
	color:#FFF;
	margin: none;
	padding:10px;
	margin-top: 10px;
	margin-bottom: 10px;
	font-size:15px;	
	border-radius: 8px;
	text-transform: uppercase;
	font-weight: bold;
		
}

@media (max-width: 1000px) {
	.refcontact form input {
		flex-basis: 100%;
		width: 100%;
		#margin: 0 0 20px 0;
	}
}





.contact form {
	display: flex;
	align-items: center;
	justify-content: center;
	flex-wrap: wrap;
	width: 60%;
}

#.contact form .btn {
#	padding: 18px 42px;
#	border-radius: 0px;
#	text-transform: uppercase;
#	font-weight: bold;
#	text-align: center;
#	background-color: #3f51b5;
#	opacity: 1;
#
#}

.contact form input {
	padding: 15px;
	margin-right: 30px;
	font-size: 18px;
	color: #555;
	flex: 1;
}

@media (max-width: 1000px) {
	.contact form input {
		flex-basis: 100%;
		margin: 0 0 20px 0;
		text-align: center;
	}
}


#.container {
#	max-width:800px;
#	width:90%;
#	#margin:0 auto;
#	position:relative;
#}


#contactform input[type="text"], #contact input[type="email"], #contact input[type="tel"], #contact input[type="url"], ##contact textarea, #contact button[type="submit"] { font:400 12px/16px "Open Sans", Helvetica, Arial, sans-serif; }

#contactform {
#	background:#F9F9F9;
#	padding:25px;#
#	margin:50px 0;
#	width: 80%;
#}

#contactform h3 {
#	color: light grey;
#	display: block;
#	padding-bottom: 20px;
#	font-size: 30px;
#	font-weight: 400;
#}

#contactform h4 {
#	margin:5px 0 15px;
#	display:block;
#	font-size:13px;
#}

fieldset {
	border: medium none !important;
#	margin: 0 0 10px;
#	min-width: 100%;
#	padding: 0;
#	width: 100%;
}

#contactform input[type="text"], #contact input[type="email"], #contact input[type="tel"], #contact input[type="url"], ##contact textarea {
#	width:100%;
#	border:1px solid #CCC;
#	background:#FFF;
#	margin:0 0 5px;
#	padding:10px;
#}

#contactform input[type="text"]:hover, #contact input[type="email"]:hover, #contact input[type="tel"]:hover, #contact input[type="url"]:hover, #contact textarea:hover {
#	-webkit-transition:border-color 0.3s ease-in-out;
#	-moz-transition:border-color 0.3s ease-in-out;
#	transition:border-color 0.3s ease-in-out;
#	border:1px solid #AAA;
#}

#contactform textarea {
#	height:100px;
#	max-width:100%;
 # resize:none;
#}

#contactform button[type="submit"] {
#	cursor:pointer;
#	width:100%;
#	border:none;
#	background:#3f51b5;
#	color:#FFF;
#	margin:0 0 5px;
#	padding:10px;
#	font-size:15px;
#}

#contactform button[type="submit"]:hover {
#	background:#09C;
#	-webkit-transition:background 0.3s ease-in-out;
#	-moz-transition:background 0.3s ease-in-out;
#	transition:background-color 0.3s ease-in-out;
#}

#contactform button[type="submit"]:active { box-shadow:inset 0 1px 3px rgba(0, 0, 0, 0.5); }

#contactform input:focus, #contact textarea:focus {
#	outline:0;
#	border:1px solid #999;
#}
#::-webkit-input-placeholder {
#color:#888;
#}
#:-moz-placeholder {
# color:#888;
#}
#::-moz-placeholder {
# color:#888;
#}
#:-ms-input-placeholder {
# color:#888;
#}

/*Map Section */



/*Footer Section*/


footer {
	display: flex;
	align-items: center;
	justify-content: space-around;
	background-color: #607d8b;
	color: #fff;
	padding: 20px 0;
}

footer ul {
	display: flex;
}

footer ul li {
	margin-left: 16px;
}

footer p {
	#text-transform: uppercase;
	font-size: 20px;
	text-align: center;
	opacity: 0.8;
	align-self: center;
}

@media (max-width: 1100px) {
	footer {
		flex-direction: column;
	}

#	footer p {
#		text-align: center;
#		margin-bottom: 20px;
#	}

#	footer ul li {
#		margin: 0 8px;
#	}
} 


input:focus, textarea:focus, keygen:focus, select:focus {
	outline: none;
}
::-moz-placeholder {
	color: #666;
	font-weight: 300;
	opacity: 1;
}

::-webkit-input-placeholder {
	color: #666;
	font-weight: 300;
}


