@charset "utf-8";
/* ==========================================================================
   La Belle - Ander Aznar 2022
   ========================================================================== */
@import url('https://fonts.googleapis.com/css2?family=Libre+Baskerville:wght@400;700&family=Open+Sans:ital,wght@0,300..800;1,300..800&display=swap');

/* ==========================================================================
   base
   ========================================================================== */
body {
	background-color: #fafafa; /*#f5f5f5;*/
	font: 14px/1.75 'Open Sans', sans-serif;
	font-weight: 400;
   	color: #555;
   	overflow-x: hidden;
}
/*
.preload * {
    -webkit-transition: none !important;
    -o-transition: none !important;
    transition: none !important;
}
*/
.image-header .ratio-16x9 {
	--bs-aspect-ratio: 53.25%;	
}
.image-header .ratio-16x9 video {
	object-fit: cover;
}

.eui-widget-title,
.eapps-instagram-feed-posts-grid-load-more {
	font-family: 'Open Sans', sans-serif !important;
	font-weight: 500 !important;
	text-transform: uppercase;
	border-radius: 0 !important;
}

.eapps-instagram-feed-posts-grid-load-more {
	background: #d39e00 !important;
}


a,
button {
    -webkit-transition: .4s ease-in-out;
	-o-transition: .4s ease-in-out;
	transition: .4s ease-in-out;
}

a {
	color: #000;
	text-decoration: none;
	outline: none !important;
}

a:hover {
    opacity: .7;
}

strong {
	font-weight: 700;
}

img {
    max-width: 100%;
}

/* typography */

.serif {
	font-family: 'Libre Baskerville', serif;
	line-height: 1.5 !important;
}

/*
h1,h2,h3,h4,h5,h6,
.h1,.h2,.h3,.h4,.h5,.h6 {
	font-family: 'Libre Baskerville', serif;
}
*/

h1,
.h1{
    margin-bottom: 2rem;
	font-size: 32px;
    line-height: 1;
}

h2,
.h2 {
    margin-bottom: 2rem;
	font-size: 28px;
    line-height: 1;
}

h3,
.h3 {
    margin-bottom: 2rem;
	font-size: 24px;
    line-height: 1.35;
}

h4,
.h4 {
    margin-bottom: 2rem;
    font-size: 20px;
    line-height: 1.4;
}

h5,
.h5 {
    margin-bottom: 2rem;
    font-size: 18px;
    line-height: 1.4;
}

h6,
.h6,
.fs-6 {
	margin-bottom: 1rem;
    font-size: 14px;
    line-height: 1.4;
}


p {
    margin-bottom: 1.5rem; 
}

.text-md {
	font-size: 13px;
}

.text-sm {
	font-size: 12px;
}

.text-lg {
	font-size: 11px;
}


/* forms */
.form-control {
    border-radius: 0;
    font-size: 14px;
}

.table.no-border td, 
.table.no-border th {
	border: none;
	padding: .5rem 0;
}
.table td.price {
	width: 80px; 
	text-align: right;
}

.form-control {
	border: 0;
    background-color: #f5f2f0;
}

/* ==========================================================================
   vendor
   ========================================================================== */

.container-fluid {
	padding-left: 20px !important;
	padding-right: 20px !important;
}
.container {
	width: 100%;
	max-width: 1300px !important;
	padding-left: 30px !important;
	padding-right: 30px !important;
}

.mobile-no-margin {
	margin-left: -30px;
	margin-right: -30px;
}


/* boostrap */
.lead {
    font-size: 20px;
    font-weight: 400;
}

.text-primary {
	color: #d39e00 !important;
}

.text-secondary {
	color: #808080 !important;
}

.text-muted {
	color: #b4aba3 !important;
}

.bg-white {
	background-color: #fafafa !important;
}

.bg-light {
    background-color: #f4f3eb !important; 
}

.bg-neutral {
    background-color: #f4f4f4 !important;
}

.bg-light .form-control {
	background-color: white;
}

.bg-dark {
    background-color: #1e2323 !important;
}

.bg-secondary {
    background-color: #979283 !important;
}

.border-primary {
	border-color: #d39e00 !important;
}

a.border-primary {
	border-color: rgba(189,160,101,.3) !important;
}

.bg-dark .text-muted,
.bg-secondary .text-muted{
	color: #b4b4b4 !important;
}


.btn {
    padding: .35rem 1.75rem;
    text-transform: uppercase;
    border-radius: 0;
    font-size: .8rem;
}

.btn-group-lg>.btn, .btn-lg {
    font-size: 1.2rem;
}

.btn-primary {
	border-color: #d39e00 !important; /* AD9B64  */
	background: #d39e00 !important;
}
.btn-secondary {
	border-color: #868484 !important;
	background: #868484 !important;
}
.btn-muted {
	border-color: #A8A4A4 !important;
	background: #A8A4A4 !important;
	color: white !important;
}
.btn:hover {
	opacity: .85;
}


.btn-outline-primary {
	border-width: 2px;
	border-color: #d39e00 !important;
	color: #d39e00 !important;
}
.btn-outline-primary:hover {
	opacity: 1;
	background: #d39e00 !important;
	color: white !important;
}
.btn-outline-light {
	border-width: 2px;
}
.btn-outline-light:hover {
	background: transparent; !important;
	color: white !important;
}
.btn-outline-dark {
	border-width: 2px;
	border-color: #1e2323 !important;
	color: #1e2323 !important;
}
.btn-outline-dark:hover {
	opacity: 1;
	background: #1e2323 !important;
	color: white !important;
}


.social-icon {
	width: 32px;
	height: 32px;
	border: 2px solid #363636;
	border-radius: 50%;
	display: flex;
	justify-content: center;
	align-items: center;
}

.text-xs {
	font-size: 12px;
}

.text-xxs {
	font-size: 10px;
}

.ws-nowrap {
	white-space: nowrap;
}


/* ==========================================================================
   layout
   ========================================================================== */
/* header */
.navbar {
	z-index: 10;
	padding: 10px 0;
	line-height: 1.45;
	background-color: rgba(255,255,255,.85);
	-webkit-transition: background-color .35s ease-in-out;
	-o-transition: background-color .35s ease-in-out;
	transition: background-color .35s ease-in-out;
}

/*
.no-top-padding.not-scrolled .navbar {
	background-color: rgba(255,255,255,0);
}
*/

.navbar-opened .navbar {
	background-color: rgba(255,255,255,.85) !important;
}
.navbar-brand {
	width: 98px;
}

.navbar-toggler {
	outline: none !important;
    padding: .25rem;
    border: 0;
    border-radius: 0;
    box-shadow: none !important;
}
.navbar-toggler .navbar-toggler-icon {
	width: 24px;
	height: 24px;
    background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' %3F%3E%3Csvg viewBox='0 0 20 20' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0 3h20v2H0V3zm0 6h20v2H0V9zm0 6h20v2H0v-2z'/%3E%3C/svg%3E");
}

.navbar-opened .navbar-toggler .navbar-toggler-icon {
   
	background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' %3F%3E%3Csvg viewBox='0 0 20 20' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M10 8.586L2.929 1.515 1.515 2.929 8.586 10l-7.071 7.071 1.414 1.414L10 11.414l7.071 7.071 1.414-1.414L11.414 10l7.071-7.071-1.414-1.414L10 8.586z'/%3E%3C/svg%3E");
   
}

.navbar-collapse {
	position: absolute !important;
	left: 0;
	top: 100%;
	width: 75vw;
	min-width: 300px;
	padding: 20px 30px 40px 30px;
	height: calc(100vh - 70px) !important;
	background: rgba(255,255,255,.85);
	-webkit-transform: translateX(-100%);
	-ms-transform: translateX(-100%);
	transform: translateX(-100%);
	-webkit-transition: all .35s ease;
    -o-transition: all .35s ease;
	transition: all .35s ease;
	font-size: 1.1rem;
}

.navbar-collapse .dropdown-menu {
	border: 0;
}

.navbar-overlay {
	display: none;
}
	.navbar-opened .navbar-collapse {
		-webkit-transform: translateX(0);
		-ms-transform: translateX(0);
		transform: translateX(0);
	}

	.navbar-opened .navbar-overlay {
		display: block;
		position: fixed;
		top: 70px;
		left: 0;
		right: 0;
		height: calc(100vh - 70px) !important;
	}

.navbar .navbar-nav .nav-link {
	display: inline-block;
	color: black;
}
.navbar .navbar-nav .nav-link:hover {
	color: black;
	opacity: .7;
}

.navbar .navbar-nav .active .nav-link {
	opacity: .85;
}
.navbar .dropdown-toggle {
	font-size: .85rem;
	vertical-align: 3px;
}

.navbar .dropdown-menu {
	padding: 0 0 .75rem ;
	background: transparent;
	border-radius: 0;
}
.navbar .dropdown-divider {
	display: none;
}
.navbar .dropdown-item {
    padding: .15rem 0;
    background: none;
}

.navbar .dropdown .dropdown-toggle {
	cursor: pointer;
}
.navbar .dropdown .dropdown-toggle.opened::after {
	transform: rotate(180deg);
}

.main-content {
	padding-top: 80px;
	min-height: calc(100vh - 350px);
}


/* ==========================================================================
   components
   ========================================================================== */
.image-header,
.img-txt {
	position: relative;
}
.image-header img {
	width: 100%;
	object-fit: cover;
	object-position: center;
	min-height: 250px;
	max-height: calc(100vh - 300px);
}
.image-header .txt,
.img-txt .txt {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	height: 100%;
}
.image-header.full-height {
	height: 60vh;
}
.image-header.full-height img {
	height: 100%;
	max-height: none;
}

.separator:after {
	content: '';
	display: block;
	width: 50px;
	height: 1px;
	margin: 15px 0 0;
	background: #d39e00;
}
.text-white .separator:after {
	background: white;
}
.text-center .separator:after {
	margin-left: auto;
	margin-right: auto;
}

.text-start .separator:after {
	margin-right: auto;
	margin-left: 0;
}

.text-end .separator:after {
	margin-left: auto;
	margin-right: 0;
}

.icon-text {
	text-align: center;
}
.icon-text img {
	display: block;
	height: 70px;
	margin: 0 auto 15px;
}

/*
.numbered-text {
	padding-left: 50px;
	position: relative;
}

.numbered-text .number {
	position: absolute;
	top: 0;
	left: 0;
	font-style: italic;
}
*/


.accordion-heading p {
	position: relative;
	cursor: pointer;
}
.accordion-heading p:before {
	content: '-';
	position: absolute;
	left: 25px;
	top: 50%;
	margin-top: -13px;
	/* background: url(img/ico-minus.svg) no-repeat center center; */
	background-size: 100% auto;
}
.accordion-heading p.collapsed:before {
	content: '+';
	/* background-image: url(img/ico-plus.svg); */
}




/* sections *******************************************************************/
ul.rates {
	padding-left: 14px
}

.gallery .h-100 {
	object-fit: cover;
}

.wave-maps {
	position: relative;
}

.wave-maps .bg-light {
	z-index: -1;
	position: absolute;
	top: 180px;
	bottom:  50px;
	left: 0;
	right: 0;
}

/* wave modals */
.modal .close,
.modal h4 {
	position: absolute;
	left: 30px;
	top: 30px;
	color: white;
	z-index: 1;
}
.modal .close {
	top: 25px;
	right: 30px;
	left: auto;
	font-weight: 400;
	border: 0;
	border-radius: 50%;
	padding: 0;
	background-color: transparent;
	font-size: 42px;
	line-height: 1;
}

.safety .bg-light {
	z-index: -1;
	position: absolute;
	top: 180px;
	bottom:  0;
	left: 0;
	right: 0;
}

.video .poster,
.video .overlay {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	height: 100%;
}
.overlay {
	background: rgba(0,0,0,.3);
}
.overlay .play {
	width: 50px;
	height: 50px;
	background: url(img/ico-play.svg) no-repeat;
	background-size: 100% auto;
	cursor: pointer;
}
.overlay .play:hover {
	opacity: .7;
}

.price-tag {
	position: absolute;
	bottom: -50px;
	right: 0;
	width: 140px;
	height: 140px;
	display: flex;
	justify-content: center;
	align-items: center;
	background: #73FEFF;
	text-align: center;
	border-radius: 100%;
}

.villa-thumbnail .description p {
	margin-bottom: 0.35rem;
}
.villa-thumbnail .description p + p {
	margin-bottom: 1rem;
}


/* ==========================================================================
   responsive - mobile first
   ========================================================================== */
@media screen and (max-width: 768px){
	.image-header .ratio-16x9 {
		--bs-aspect-ratio: 110%;	
	}
	
	.price-tag {
		bottom: -35px;
		width: 120px;
		height: 120px;
	}
}


/* extra small */
@media screen and (min-width: 576px){
	.main-content {
		padding-top: 98px;
	}

	.navbar-brand {
		width: 140px;
	}

	.container-fluid {
		padding-left: 30px !important;
		padding-right: 30px !important;
	}
}


/* small */
@media screen and (min-width: 768px){
	
	body {
		font-size: 16px;
	}

	.navbar-toggler {
		position: absolute;
		left: 50%;
		margin-left: -19px;
	}

	.container {
		padding-left: 45px !important;
		padding-right: 45px !important;
	}

	.mobile-no-margin {
		margin-left: 0;
		margin-right: 0;
	}

	h1,
	.h1{
		font-size: 36px;
	}

	h2,
	.h2 {
		font-size: 32px;
	}

	h3,
	.h3 {
		font-size: 28px;
	}

	h4,
	.h4 {
	    font-size: 22px;
	}

	h5,
	.h5 {
	    font-size: 18px;
	}

	h6,
	.h6,
	.fs-6 {
	    font-size: 16px;
	}


	.overlay .play {
		width: 100px;
		height: 100px;
	}

	.text-md-end .separator:after {
		margin-left: auto;
		margin-right: 0;
	}

	.text-md {
		font-size: .92rem;
	}

	.text-sm {
		font-size: .85rem;
	}

	.text-lg {
		font-size: 1.25rem;
	}


}


/* medium */
@media screen and (min-width: 992px){
	/*
	.no-top-padding .main-content {
		padding-top: 0;
	}*/
	
	.container {
		padding-left: 60px !important;
		padding-right: 60px !important;
	}

	.feature-big img {
		width: 100%;
		object-fit: cover;
		object-position: center top;
		max-height: 450px;
	}

	.boat-yacht {
		width: 77.7%; 
		padding-right: 1.35%;
	}
	.boat-others {
		width: 22.3%; 
		padding-left: 1.35%;
	}

	.wave-map-content {
		transform: translateX(3vw)
	}

}


/* large */
@media screen and (min-width: 1200px){
	
	.navbar-collapse {
		position: static !important;
		width: auto;
		padding: 0;
		height: auto !important;
		background: none;
		transform: translateX(0);
		font-size: 16px;
	}
	.navbar-opened .navbar-overlay {
		display: none !important;
	}

	.navbar-expand-xl .navbar-collapse {
		position: static;
	}
	.navbar-nav .nav-item {
		margin-left: .35rem;
		margin-right: .35rem;
	}
	.navbar-nav .nav-link {
		display: inline-block;
		font-size: 14px;
	}
	.navbar .dropdown:hover .dropdown-menu {
	    display: block;
	}
	.navbar .dropdown-menu {
		margin-top: 0;
		padding: .5rem 0;
		background: rgba(255,255,255,.85);
		box-shadow: 0 2px 5px rgba(0,0,0,.25);
	}
	/*
	.navbar .dropdown-divider {
		display: block;
	}
	*/
	.navbar .dropdown-item {
	    padding: .25rem 1rem;
	    font-size: 12px;
	}

	.image-header.full-height,
	.image-header.full-height img {
		height: auto;
	}

	.text-lg-end .separator:after {
		margin-left: auto;
		margin-right: 0;
	}
}

@media screen and (max-width: 600px){
	.waves-header .ratio-16x9 {
		--bs-aspect-ratio: 135%;
	}
}