/**
* template:  YACHTMAX

TABLE OF CONTENTS

        + Global
        + Header
        + About Us
        + Services
        + Skills
        + Yachtrent
        + Booking
        + Faq
        + Testimonials
        + Gallery
        + Contact
    
*/

@import 'reset.css';
@import 'all.min.css';
@import 'magnific-popup.css';
@import 'owl.carousel.min.css';
@import 'owl.theme.default.min.css';
@import url('https://fonts.googleapis.com/css2?family=Dancing+Script:wght@400;700&amp;family=Mukta+Mahee:wght@300;400&amp;family=Roboto+Serif:opsz,wght@8..144,300;8..144,400&amp;display=swap');


/**************************************
*
*         GLOBAL   
*
***************************************/


:root {
	--color-gray: #f4f8f8;
	--color-dark-gray: #f4f2ed;
	--color-white: #ffffff;
	--color-content: #7A7A7A;
	--color-brown: #bfa888;
	--color-dark-brown: #998363;
	--color-dark-blue: #021527;
}

::-moz-selection {
	background-color: var(--color-dark-brown);
	color: var(--color-white);
}

::selection {
	background-color: var(--color-dark-brown);
	color: var(--color-white);
}

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

	100% {
		opacity: 1;
	}
}

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

	100% {
		opacity: 1;
	}
}

#preload {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 20000;
	background-color: var(--color-dark-blue);
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

#preload img {
	display: block;
	width: 44px;
	height: auto;
	-webkit-animation-name: load;
	animation-name: load;
	-webkit-animation-duration: 1s;
	animation-duration: 1s;
	-webkit-animation-iteration-count: infinite;
	animation-iteration-count: infinite;
}

body {
	font-family: 'Mukta Mahee', sans-serif;
	font-weight: 400;
	font-size: 18px;
	line-height: 1.4;
	color: var(--color-content);
	background-color: var(--color-gray);
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: 'Roboto Serif', serif;
	font-weight: 300;
	margin-bottom: 30px;
	line-height: 1.2;
	text-transform: uppercase;
	color: var(--color-dark-blue);
}

h1 {
	font-size: 60px;
	text-transform: uppercase;
	color: var(--color-white);
}

h2 {
	font-size: 45px;
}

img {
	height: auto;
}

a {
	display: inline-block;
	text-decoration: none;
	-webkit-transition: all;
	-o-transition: all;
	transition: all;
	-webkit-transition-duration: 0.5s;
	-o-transition-duration: 0.5s;
	transition-duration: 0.5s;
}

.wrapper {
	width: 1920px;
	max-width: 100%;
	margin: 0 auto;
}

.container {
	max-width: 1400px;
	width: 100%;
	margin: 0 auto;
	padding: 0px 15px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.flex-row {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.suptitle {
	font-family: 'Dancing Script', cursive;
	font-size: 25px;
	color: var(--color-dark-brown);
	display: inline-block;
	margin-bottom: 10px;
	position: relative;
}

.suptitle:after {
	position: absolute;
	top: 50%;
	right: -70px;
	content: "";
	width: 50px;
	height: 1px;
	display: block;
	background-color: var(--color-dark-brown);
}

.ptb {
	padding-top: 100px;
	padding-bottom: 100px;
}

.btn {
	padding: 20px 40px;
	background-color: var(--color-dark-brown);
	color: var(--color-white);
	text-transform: uppercase;
	letter-spacing: 2px;
	line-height: 1;
	font-size: 14px;
}

.btn:hover {
	background-color: var(--color-brown);
}

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

#scroll-top {
	position: fixed;
	bottom: 30px;
	right: 30px;
	z-index: 100;
	padding: 20px;
}

.bgcolor {
	background-color: var(--color-dark-blue);
}

.res-booking {
	display: none;
	font-size: 16px;
	margin-top: 20px;
}

.res-booking .error {
	color: #ff0000;
}

.res-booking .send {
	color: var(--color-white);
	font-weight: 700;
}

#openmenu,
#closemenu {
	font-size: 30px;
	color: var(--color-white);
	display: none;
}

#openmenu:hover,
#closemenu:hover {
	color: var(--color-dark-brown);
}


/**************************************
*
*         HEADER   
*
***************************************/


#header {
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center left;
	height: 700px;
	position: relative;
}

.logo img {
	max-width: 100%;
}

.fixed-header {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	z-index: 100;
}

.wrapper-header {
	padding-top: 30px;
	padding-bottom: 30px;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

#nav {
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.menu {
	margin-right: 100px;
}

.menu li,
.social-link li {
	float: left;
	margin-left: 20px;
}

.menu li a {
	text-transform: uppercase;
	color: var(--color-dark-gray);
	padding-left: 30px;
	position: relative;
}

.social-link li a {
	color: var(--color-dark-gray);
}

.menu li a::before {
	content: "";
	display: block;
	width: 0px;
	height: 1px;
	background-color: var(--color-dark-brown);
	position: absolute;
	left: 0px;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	-webkit-transition: all;
	-o-transition: all;
	transition: all;
	-webkit-transition-duration: 0.5s;
	-o-transition-duration: 0.5s;
	transition-duration: 0.5s;
}

.menu li a:hover,
.social-link li a:hover {
	color: var(--color-dark-brown);
}

.menu li a:hover::before {
	width: 20px;
}

.wrapper-header-content {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

.wrapper-header-content .suptitle {
	color: var(--color-white);
}

.wrapper-header-content .suptitle:after {
	background-color: var(--color-white);
}


/**************************************
*
*         ABOUT US  
*
***************************************/


.wrapper-aboutus {
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
}

.aboutus-content {
	width: 60%;
	padding-right: 50px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.aboutus-content p {
	margin-bottom: 10px;
}

.aboutus-img {
	width: 40%;
	position: relative;
}

.aboutus-img img {
	width: 100%;
}

.btn-video {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 60px;
	height: 60px;
	border-radius: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	background-color: var(--color-dark-brown);
	color: var(--color-white);
	text-transform: uppercase;
	line-height: 1;
	font-size: 14px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-shadow: 0px 15px 40px -5px rgb(0 0 0 / 10%);
	box-shadow: 0px 15px 40px -5px rgb(0 0 0 / 10%);
	-webkit-transition: all;
	-o-transition: all;
	transition: all;
	-webkit-transition-duration: 0.5s;
	-o-transition-duration: 0.5s;
	transition-duration: 0.5s;
}

.btn-video:hover {
	background-color: var(--color-brown);
}

.wrapper-progress {
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
}

.single-progress {
	width: 50%;
	padding: 10px 30px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	text-align: center;
	margin-bottom: 20px;
}

.single-progress:nth-child(odd) {
	border-right: 1px solid var(--color-content);
}

.single-progress span {
	font-size: 50px;
	font-family: 'Roboto Serif', serif;
	font-weight: 300;
	line-height: 1;
	margin-bottom: 10px;
	display: inline-block;
	color: var(--color-dark-brown);
}

.single-progress p {
	text-transform: uppercase;
	letter-spacing: 2px;
}


/**************************************
*
*         SERVICES   
*
***************************************/


#services {
	background-repeat: no-repeat;
	background-position: center left;
	background-size: cover;
	background-attachment: fixed;
}

#services h2 {
	color: var(--color-white);
}

.wrapper-services {
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
}

.single-service {
	width: 25%;
	padding: 30px 20px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.single-service img {
	max-width: 100%;
	margin-bottom: 20px;
}

.single-service h3 {
	font-family: 'Mukta Mahee', sans-serif;
	font-weight: 400;
	color: var(--color-white);
	text-transform: uppercase;
	letter-spacing: 2px;
	margin-bottom: 20px;
}


/**************************************
*
*         SKILLS
*
***************************************/


#skills {
	background-repeat: no-repeat;
	background-position: top left;
	background-size: cover;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
}

.wrapper-skills {
	background-repeat: no-repeat;
	background-position: top left;
	background-size: cover;
	width: 50%;
	padding-left: 50px;
	padding-right: 50px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

#skills h2 {
	color: var(--color-white);
}

.wrapper-progress-skills {
	margin-top: 50px;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.single-skills {
	width: 33.333333%;
	padding: 30px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.single-skills p {
	font-size: 40px;
	font-family: 'Roboto Serif', serif;
	font-weight: 300;
	line-height: 1;
	margin-bottom: 20px;
	color: var(--color-dark-brown);
}

.single-skills h3 {
	letter-spacing: 2px;
	text-transform: uppercase;
	font-family: 'Mukta Mahee', sans-serif;
	font-weight: 400;
	color: var(--color-white);
}


/**************************************
*
*         YACHTRENT
*
***************************************/


#yachtrent {
	padding-left: 10px;
	padding-right: 10px;
}

#yachtrent .wrapper-title {
	margin-bottom: 50px;
}

.wrapper-single-yacht-img {
	position: relative;
}

.wrapper-single-yacht-img a {
	display: block;
	overflow: hidden;
	color: var(--color-white);
}

.wrapper-single-yacht-img a img {
	-webkit-transition: all;
	-o-transition: all;
	transition: all;
	-webkit-transition-duration: 0.5s;
	-o-transition-duration: 0.5s;
	transition-duration: 0.5s;
}

.wrapper-single-yacht-img a:hover img {
	-webkit-transform: scale(1.2, 1.2);
	-ms-transform: scale(1.2, 1.2);
	transform: scale(1.2, 1.2);
}

.overlay-yacht-img {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: rgba(2, 21, 39, 0.2);
}

.pricing {
	position: absolute;
	bottom: 0;
	right: 0;
	padding: 30px;
	color: var(--color-white);
	font-family: 'Roboto Serif', serif;
	font-weight: 300;
	font-size: 30px;
}

.pricing span {
	font-size: 20px;
}

.single-yacht-content {
	padding: 30px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	background-color: var(--color-white);
}

.wrapper-title-yacht {
	border-bottom: 1px solid var(--color-content);
	margin-bottom: 20px;
}

.wrapper-title-yacht i {
	color: var(--color-dark-brown);
	margin-right: 10px;
}

.wrapper-title-yacht p {
	font-size: 14px;
	margin-bottom: 10px;
}

.wrapper-title-yacht h3 {
	font-size: 25px;
	margin-bottom: 10px;
}

.characteristics {
	text-transform: uppercase;
	margin-bottom: 20px;
}

.owl-theme .owl-nav.disabled+.owl-dots {
	margin-top: 30px;
}


/**************************************
*
*          BOOKING
*
***************************************/


#booking {
	background-repeat: no-repeat;
	background-position: center left;
	background-size: cover;
	background-attachment: fixed;
}

#booking h2 {
	color: var(--color-white);
}

.wrapper-booking {
	max-width: 900px;
	background-color: var(--color-dark-blue);
	padding: 50px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.wrapper-input {
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.wrapper-input input {
	display: block;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding: 20px 20px 20px 0px;
	border: none;
	outline: none;
	background-color: transparent;
	width: calc(50% - 20px);
	margin-bottom: 40px;
	color: var(--color-dark-brown);
	font-size: 16px;
	border-bottom: 1px solid var(--color-dark-brown);
	-webkit-transition: all;
	-o-transition: all;
	transition: all;
	-webkit-transition-duration: 0.5s;
	-o-transition-duration: 0.5s;
	transition-duration: 0.5s;
}

.wrapper-input input::-webkit-input-placeholder {
	color: var(--color-dark-brown);
}

.wrapper-input input::-moz-placeholder {
	color: var(--color-dark-brown);
}

.wrapper-input input:-ms-input-placeholder {
	color: var(--color-dark-brown);
}

.wrapper-input input::-ms-input-placeholder {
	color: var(--color-dark-brown);
}

.wrapper-input input::placeholder {
	color: var(--color-dark-brown);
}

.wrapper-input select {
	display: block;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding: 20px 20px 20px 0px;
	width: 100%;
	border: none;
	outline: none;
	background-color: transparent;
	margin-bottom: 40px;
	color: var(--color-dark-brown);
	font-size: 16px;
	border-bottom: 1px solid var(--color-dark-brown);
	-webkit-transition: all;
	-o-transition: all;
	transition: all;
	-webkit-transition-duration: 0.5s;
	-o-transition-duration: 0.5s;
	transition-duration: 0.5s;
}

button.btn {
	-webkit-transition: all;
	-o-transition: all;
	transition: all;
	-webkit-transition-duration: 0.5s;
	-o-transition-duration: 0.5s;
	transition-duration: 0.5s;
	border: none;
	outline: none;
	cursor: pointer;
	width: 100%;
}


/**************************************
*
*         FAQ
*
***************************************/


#faq .wrapper-title {
	margin-bottom: 50px;
}

.wrapper-faq {
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
}

.wrapper-faq-list {
	width: 50%;
	padding: 0 25px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.content-accordion {
	display: none;
	padding: 0px 30px 30px 30px;
}

.content-accordion p {
	margin-bottom: 10px;
}

.wrapper-accordion h3 {
	cursor: pointer;
	-webkit-transition: all;
	-o-transition: all;
	transition: all;
	-webkit-transition-duration: 0.5s;
	-o-transition-duration: 0.5s;
	transition-duration: 0.5s;
	border: 1px solid var(--color-content);
	padding: 20px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.wrapper-accordion h3 i {
	margin-right: 15px;
	font-size: 14px;
}

.wrapper-accordion h3:hover {
	color: var(--color-dark-brown);
	border: 1px solid var(--color-dark-brown);
}


/**************************************
*
*         TESTIMONIALS
*
***************************************/


#testimonials {
	background-color: var(--color-dark-blue);
}

.wrapper-testimonials {
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
}

.testimonials-content {
	background-repeat: no-repeat;
	background-position: top left;
	background-size: cover;
	width: 35%;
	padding-left: 50px;
	padding-right: 50px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.testimonials-content h2 {
	color: var(--color-white);
}

.testimonials-carousel {
	width: 65%;
	padding-left: 50px;
	padding-right: 50px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	text-align: center;
}

#testimonials .owl-theme .owl-dots .owl-dot.active span,
#testimonials .owl-theme .owl-dots .owl-dot:hover span {
	background: var(--color-dark-brown);
}

.wrapper-author {
	margin-bottom: 30px;
}

.wrapper-author img {
	display: block;
	margin: 0 auto;
	width: 80px !important;
	height: 80px !important;
	border-radius: 50%;
	margin-bottom: 10px;
}

.wrapper-author p {
	color: var(--color-dark-brown);
	font-size: 14px;
	letter-spacing: 2px;
	text-transform: uppercase;
}

.testimonials-list .item {
	position: relative;
	padding-top: 40px;
}

.testimonials-list .item .fa-quote-right {
	position: absolute;
	top: 0;
	right: 10px;
	font-size: 25px;
	color: var(--color-dark-brown);
}

/**************************************
*
*         GALLERY
*
***************************************/

.wrapper-gallery {
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
}

.wrapper-gallery>a {
	display: block;
	width: calc(33.333333% - 10px);
	margin: 5px;
	overflow: hidden;
	position: relative;
	color: var(--color-white);
}

.wrapper-gallery>a img {
	display: block;
	width: 100%;
	height: auto;
	-webkit-transition: all;
	-o-transition: all;
	transition: all;
	-webkit-transition-duration: 0.5s;
	-o-transition-duration: 0.5s;
	transition-duration: 0.5s;
}

.overlay-gallery {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	background-color: rgba(2, 21, 39, 0.2);
	opacity: 0;
	-webkit-transition: all;
	-o-transition: all;
	transition: all;
	-webkit-transition-duration: 0.5s;
	-o-transition-duration: 0.5s;
	transition-duration: 0.5s;
}

.overlay-gallery i {
	color: var(--color-white);
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

.wrapper-gallery>a:hover .overlay-gallery {
	opacity: 1;
}

.wrapper-gallery>a:hover img {
	-webkit-transform: scale(1.2, 1.2);
	-ms-transform: scale(1.2, 1.2);
	transform: scale(1.2, 1.2);
}

/**************************************
*
*         CONTACT
*
***************************************/


#contact {
	background-repeat: no-repeat;
	background-position: top left;
	background-size: cover;
}

.wrapper-contact-map {
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
}

.wrapper-contact {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.wrapper-map {
	width: 100%;
	height: 400px;
}

.wrapper-map iframe {
	display: block;
	width: 100%;
	height: 100%;
}

.wrapper-contact h2,
.wrapper-single-contact h3 {
	color: var(--color-white);
}

.contact-row {
	-ms-flex-pack: distribute;
	justify-content: space-around;
}

.wrapper-single-contact {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	width: 25%;
	padding: 30px;
}

.wrapper-single-contact h3 {
	margin-bottom: 20px;
}

.wrapper-contact .social-link {
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.wrapper-contact .social-link li {
	margin-left: 0px;
	margin: 0 10px;
}

.wrapper-contact a {
	color: var(--color-content);
}

.wrapper-contact a:hover {
	color: var(--color-dark-brown);
}

.copyright {
	width: 100%;
	padding: 30px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	background-color: var(--color-dark-blue);
	font-size: 14px;
}