/** @format */

body {
	background: #00244b !important;
}

.wrap {
	max-width: 1000px;
	display: block;
	margin: 0 auto;
}

a {
	text-decoration: none;
}

.banner-top {
	position: relative;
	width: 100%;
	background-image: url("img/bg-banner-top.webp");
	background-position: center;
	background-size: cover;
	height: 560px;
	padding-top: 55px;
	z-index: 2;
}

.banner-top h4 {
	font-family: Montserrat;
	font-weight: 500;
	font-size: 27px;
	line-height: 100%;
	letter-spacing: 0%;
	text-align: center;
	color: #ffb200;
	margin: 0;
	margin-top: 50px;
}

.banner-top h1 {
	font-family: Montserrat;
	font-weight: 700;
	font-size: 56px;
	line-height: 100%;
	letter-spacing: 0%;
	text-align: center;
	color: #ffffff;
	margin: 0;
	margin-top: 5px;
}

.banner-top .boat-top {
	width: 92%;
	position: absolute;
	bottom: 0;
	left: 4%;
}

/* desc */
.desc {
	background: #ffffff;
	padding: 100px 100px;
	margin-top: -120px;
	padding-bottom: 300px;
	position: relative;
}

.desc h4 {
	font-family: Montserrat;
	font-weight: 600;
	font-size: 60px;
	line-height: 92%;
	letter-spacing: 0%;
	text-align: center;
	text-transform: uppercase;
	color: #000000;
	margin: 0;
	margin-top: 50px;
}

.desc h1 {
	font-family: Montserrat;
	font-weight: 800;
	font-size: 133.28px;
	line-height: 92%;
	letter-spacing: 0%;
	text-align: center;
	text-transform: uppercase;
	margin: 0;
	margin-top: 20px;
}

.desc ul {
	margin: 0;
	padding: 0;
	margin-top: 50px;
	text-align: center;
}

.desc ul li {
	list-style-type: none;
	font-family: Montserrat;
	font-weight: 600;
	font-style: italic;
	font-size: 51.47px;
	line-height: 100%;
	letter-spacing: -1%;
	color: #000000;
	margin-bottom: 30px;
}

.desc h2 {
	font-family: Montserrat;
	font-weight: 800;
	font-size: 80px;
	line-height: 110.00000000000001%;
	letter-spacing: 10%;
	text-transform: uppercase;
	margin: 0;
	color: #ffb200;
	text-align: right;
}

/* bes */
.bes {
	background-color: #ffffff;
	width: 100%;
	height: 720px;
	background-image: url("img/bg-bes.webp");
	background-position: center;
	background-size: cover;
	margin-top: -100px;
	position: relative;
}

.bes .boat {
	width: 80%;
	position: absolute;
	left: 10%;
	top: -300px;
}

.bes h1 {
	font-family: Montserrat;
	font-weight: 600;
	font-size: 51.47px;
	line-height: 100%;
	letter-spacing: -1%;
	color: #000000;
	margin: 0;
	margin-top: 130px;
	text-align: center;
	margin-bottom: 28px;
}

.datepicker-days thead tr {
	text-align: center;
}

.datepicker-days thead tr .prev {
	text-align: right;
}

.datepicker-days thead tr .next {
	text-align: left;
}

.datepicker-days thead tr .dow {
	text-align: center;
	padding: 6px;
}

.datepicker-days tbody tr td {
	padding: 14px;
	border: 1px solid #000;
	text-align: center;
	transition: 0.2s;
}

.datepicker-days tbody tr td:hover {
	background-color: #ffb200;
	color: #fff;
}

.datepicker-days tbody tr .old {
	color: #b2b1b1;
}

.datepicker-days tbody tr .today {
	background-color: #ffb200;
	color: #fff;
}

/* limit */
.limit {
	background-image: url("img/limited.webp");
	width: 100%;
	height: 240px;
	background-position: center;
	background-size: cover;
	margin-top: -100px;
	z-index: 2;
	position: relative;
}

/* product */
.product {
	background-image: url("img/bg-banner-bottom.webp");
	width: 100%;
	height: 1050px;
	background-position: center;
	background-size: cover;
	margin-top: -85px;
	padding: 0px 100px;
	position: relative;
}

.product h1 {
	font-family: Montserrat;
	font-weight: 700;
	font-size: 40px;
	line-height: 100%;
	letter-spacing: 0%;
	text-align: center;
	text-transform: uppercase;
	color: #ffffff;
	margin: 0;
	margin-top: 150px;
	margin-bottom: 60px;
}

.product .prod {
	width: 45%;
	height: 306px;
	background-position: center;
	background-size: cover;
	border-radius: 20px;
	align-content: end;
	padding: 0;
	margin: 2.5%;
	position: relative;
	display: flex;
	align-items: flex-end;
}

.product .prod h4 {
	padding: 20px 10px;
	border-bottom-right-radius: 20px;
	border-bottom-left-radius: 20px;
	width: 100%;
	background: linear-gradient(to bottom, #00000000, #000000);
	margin: 0;
	font-family: Montserrat;
	font-weight: 600;
	font-size: 32px;
	line-height: 100%;
	letter-spacing: 0%;
	text-align: justify;
	color: #ffffff;
	text-align: center;
	vertical-align: bottom;
	position: relative;
}

.product .prod .recom {
	padding: 5px 10px;
	background: #ffb200;
	border-radius: 20px;
	font-family: Montserrat;
	font-weight: 600;
	font-size: 20px;
	line-height: 100%;
	letter-spacing: 0%;
	text-align: justify;
	color: #000000;
	position: absolute;
	top: -16px;
	left: 30%;
}

/* desc bottom */
.desc-bottom {
	width: 100%;
	background: #ffffff;
	padding: 50px;
	padding-top: 150px;
	padding-bottom: 100px;
	position: relative;
}

.desc-bottom h2 {
	font-family: Montserrat;
	font-weight: 900;
	font-size: 50px;
	line-height: 92%;
	letter-spacing: 0%;
	text-align: center;
	text-transform: uppercase;
	color: #000000;
	margin: 0;
	margin-bottom: 20px;
}

.desc-bottom h1 {
	font-family: Montserrat;
	font-weight: 900;
	font-size: 110.36px;
	line-height: 92%;
	letter-spacing: 0%;
	text-align: center;
	text-transform: uppercase;
	color: #1f3b77;
	margin: 0;
	margin-bottom: 10px;
}

.desc-bottom h4 {
	font-family: Montserrat;
	font-weight: 700;
	font-size: 35px;
	line-height: 100%;
	letter-spacing: 0%;
	text-align: center;
	color: #1f3b77;
	margin: 0;
	margin-bottom: 40px;
}

.desc-bottom button {
	padding: 38px 46px;
	background: #ffb200;
	font-family: Montserrat;
	font-weight: 800;
	font-size: 60px;
	line-height: 92%;
	letter-spacing: 0%;
	text-transform: uppercase;
	color: #1f3b77;
	display: block;
	margin: 0 auto;
	border: none;
	border-radius: 80px;
	text-decoration: none;
	box-shadow: 0px 4px 14px 0px #f1c410;
}

.desc-bottom a {
	position: relative;
	z-index: 999;
}

/* maps */
.maps {
	width: 100%;
	padding-top: 350px;
	background: #ffffff;
	position: relative;
}

.maps .mainmenu {
	position: absolute;
	width: 84%;
	left: 8%;
	top: 0;
}

.maps .mainmenu .top-menu {
	background: #00244b;
	padding: 30px;
	border-radius: 20px;
	box-shadow: 0px 10px 30px 0px #0000004d;
	margin-bottom: 12px;
}

.maps .mainmenu .top-menu p {
	font-family: Montserrat;
	font-weight: 700;
	font-size: 16px;
	line-height: 100%;
	letter-spacing: 0%;
	text-align: center;
	color: #ffffff;
	margin: 0;
	margin-bottom: 20px;
}

.maps .mainmenu .top-menu h1 {
	font-family: Montserrat;
	font-weight: 800;
	font-size: 40px;
	line-height: 100%;
	letter-spacing: 0%;
	margin: 0;
	color: #ffffff;
	text-align: center;
}

.maps .mainmenu .mid-menu {
	background: #ffb200;
	padding: 28px;
	border-radius: 20px;
	box-shadow: 0px 10px 30px 0px #0000004d;
	margin-bottom: 8px;
}

.maps .mainmenu .mid-menu p {
	font-family: Montserrat;
	font-weight: 600;
	font-size: 20px;
	line-height: 100%;
	letter-spacing: 0%;
	text-align: center;
	color: #000000;
	margin: 0;
}

.maps .mainmenu .bottom-menu {
	background: #00244b;
	padding: 30px;
	border-radius: 20px;
}

.maps .mainmenu .bottom-menu button {
	padding: 10px 20px;
	font-family: Inter;
	font-weight: 500;
	font-size: 20px;
	line-height: 100%;
	letter-spacing: 0%;
	text-align: right;
	color: #212f3c;
	background: #ffffff;
	border: none;
	border-radius: 46px;
	box-shadow: 0px 15px 20px 0px #00000026;
}

.maps .mainmenu .bottom-menu p {
	font-family: Montserrat;
	font-weight: 600;
	font-style: italic;
	font-size: 20px;
	line-height: 100%;
	letter-spacing: 0%;
	/* text-align: right; */
	color: #ffffff;
	margin: 0;
	padding: 0;
	background: none;
}

.under-footer {
	width: 100%;
	background: #ffffff;
	padding: 50px 0px;
}

.under-footer ul {
	margin: 0;
	padding: 0;
	text-align: center;
}

.under-footer ul li {
	display: inline-block;
	margin-right: 30px;
}

.under-footer ul li a {
	font-family: Montserrat;
	font-weight: 500;
	font-size: 18px;
	line-height: 100%;
	letter-spacing: 0%;
	color: #000000;
}

@media (max-width:650px) {
	/* section {
		padding: 0 !important;
	} */

	.banner-top {
		height: 420px;
		padding-top: 28px;
	}

	.banner-top a img {
		width: 160px !important;
	}

	.banner-top .boat-top {
		bottom: 42px;
	}

	.banner-top h4 {
		font-size: 18px;
		margin-top: 28px;
	}

	.banner-top h1 {
		font-size: 38px;
	}

	.desc {
		padding: 0;
	}

	.desc .container-fluid {
		position: relative;
		z-index: 2;
	}

	.desc h1 {
		font-size: 38px;
	}

	.desc h1 span {
		font-size: 48px !important;
	}

	.desc h2 {
		font-size: 42px;
	}

	.desc h2:first-of-type {
		margin-top: 32px !important;
	}

	.desc h4 {
		font-size: 28px;
		margin-top: 90px;
	}

	.desc ul {
		margin-top: 28px;
	}

	.desc ul li {
		font-size: 22px;
	}

	.desc ul li img {
		width: 32px;
	}

	.desc-bottom {
		padding-top: 0 !important;
	}

	.limit {
		height: 90px;
	}

	.bes {
		margin-top: -10px;
		height: 730px !important;
	}

	.bes .container-fluid {
		padding-top: 100px !important;
	}

	.bes h1 {
		font-size: 32px;
	}

	.bes .boat {
		top: 0;
	}

	.product {
		padding: 0;
		height: auto;
		margin-top: -120px;
		padding-bottom: 50px;
	}

	.product .prod {
		width: 100%;
		margin: auto;
		margin-bottom: 20px;
	}

	.product h1 {
		font-size: 24px;
	}

	.product .prod h4 {
		font-size: 28px;
	}

	.product .prod .recom {
		font-size: 16px;
	}

	.desc-bottom h2 {
		font-size: 38px;
	}

	.desc-bottom h1 {
		font-size: 44px;
	}

	.desc-bottom h4 {
		font-size: 28px;
	}

	.maps {
		padding-top: 0;

	}

	.maps .mainmenu {
		position: relative;
	}

	.maps .container-fluid {
		margin-right: auto;
		margin-left: auto;
	}

	.maps .mainmenu .bottom-menu {
		padding: 5px 10px 5px 10px;
	}

	.maps .mainmenu .bottom-menu button {
		padding: 6px 10px;
		font-size: 16px;
	}

	.maps .mainmenu .bottom-menu .row .col-md-7 {
		text-align: center !important;
		margin-bottom: 6px;
	}

	.maps .mainmenu .bottom-menu p {
		text-align: center;
		font-size: 16px;
	}

	.maps .mainmenu .top-menu h1 {
		font-size: 30px;
	}

	.under-footer {
		padding: 0;
	}
}