/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/*
    Created on : 14/02/2020, 04:49:33 PM
    Author     : Cristian Rodriguez <crodriguez@akelita.com>
*/
@import url('https://fonts.googleapis.com/css?family=Kaushan+Script&display=swap');
div#card-home {
	margin: 2% auto;
	max-width: 90%;
	border-radius: 15px;
}
.slider .indicators .indicator-item.active {
	background: #804000;
}
nav {
	background: transparent;
	box-shadow: none;
}

nav ul a {
	color: #492213;
	font-weight: bold;
}


body {
	background: #5c3e2d;
}
nav ul a:hover {
	background-color: #c1a18f;
}



div#SliderHomePage {
	position: relative;
	min-height: 450px;
}

h1 {
	margin:  0;
	text-align: center;
	margin-bottom: 10px;
	color: #804000;
	font-weight: 900;
}
.font {
	font-family: 'Kaushan Script', cursive;

}
.color {
	color: #804000;
}
div#bg {
	background-color: #5c3e2d;
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0;
}
div#bg:before {
	content: "";
	background-image: url(https://post.akelita.com/uploads/1581785772unnamed.jpg);
	width: 100%;
	height: 100%;
	position: absolute;
	mix-blend-mode: multiply;
	top: 0;
	background-attachment: fixed;
}
.waves-effect.waves-brown .waves-ripple {
	background-color: rgba(121, 85, 72,1);
}
.card-destination .card-title {
	background: rgba(128, 64, 0, 0.45);
	width: 100%;
	padding: 11px !important;
	bottom: -8px !important;
	/* mix-blend-mode: color-dodge; */
	text-align: center;
	color: rgb(255, 255, 255) !important;
	font-size: 35px;
	font-weight: bold;
}
.block {display: block;}
.slider .slides li .caption {
	background: rgba(128, 64, 0, 0.84);
	color: #fff;
	border-radius: 15px;
}

.card-destination .card-image {
	display: block;
}

.slider.fullscreen ul, .slider.fullscreen ul li, .card-destination .card-image, .card-destination,img.responsive-img {
	border-radius: 15px;
}

ul#menuBooking li a {
	border-top-left-radius: 15px;
	border-top-right-radius: 15px;
}

form#bookingEngine .card {
	border-bottom-left-radius: 15px;
	border-bottom-right-radius: 15px;
	background: #804000;
}

form#bookingEngine .card label {
	color: #ffc184;
	font-weight: bold;
	font-size: 18px;
	font-family: 'Kaushan Script', cursive;
	margin-top: 4px;
}

form#bookingEngine .card input {
	color: #ff7f00;
	font-weight: 500;
}

button.btn-large.btn-block.waves-effect.waves-block.block {
	font-family: 'Kaushan Script', cursive;
	width: 100%;
	background: #FFF !important;
	color: #804000 !important;
	font-weight: 900;
}
footer {
	position: relative;
}
.color1 { background-color:#ffffff;}.color1-text { color:#ffffff;}.color2 { background-color:#804000;}.color2-text { color:#804000;}.color3 { background-color:#f5f5f5;}.color3-text { color:#f5f5f5}.color4 { background-color:#804000}.color4-text { color:#804000}.color5 { background-color:#ffffff}.color5-text { color:#ffffff}.color6 { background-color:#000000}.color6-text { color:#000000}

div#bannerHome {
	background: #804000;
	font-size: 2.7vw;
	padding: 25px 0;
	font-weight: 700;
	text-align: center;
	border-radius: 15px;
	position: relative;
}

div#bannerHome p {
	color: #ffb66d;
	display: inline;
}

div#bannerHome .btn {
	background: #693400;
	font-size: 30px;
	text-transform: capitalize;
	padding: 8px;
	height: 52px;
	width: 100px;
	color: #ffb66d;
	border-radius: 15px;
}

div#bannerHome:before {content: "";position: absolute;width: 100%;height: 100%;background: url(https://post.akelita.com/uploads/1581785772unnamed.jpg);top: 0;left: 0;mix-blend-mode: color-burn;background-size: 20%;}

div#bannerHome > * {
	position: relative;
}

.title {
	text-align: center;
	border-bottom: 2px solid #804000;
	margin: 0 auto;
	max-width: 75%;
	padding-bottom: 20px;
	position: relative;
	margin-bottom: 20px;
}

.title:before {content: "";position: absolute;width: 20px;height: 20px;background-image: url(/favicon.ico);background-repeat: no-repeat;background-size: contain;bottom: -10px;left: 50%;border-radius: 50%;}
.justified {
	text-align: justify;
}
.why-item i {
	font-size: 50px;
	background: #804000;
	color: #FFF;
	border-radius: 50%;
	margin: 0px auto;
}

.why-item .title span {
	display: block;
}

.why-item {
	text-align: center;
}