@import url('https://fonts.googleapis.com/css2?family=Oswald:wght@300&display=swap');
@import url("https://cdn.jsdelivr.net/npm/bootstrap-icons@1.7.1/font/bootstrap-icons.css");
html {
	padding: 0px;
	margin: 0px;
	min-width: fit-content;
}
body {
	font-family: 'Poppins', sans-serif;
	margin: 0px;
	padding: 0px;
	background: #0d0c0c;
	font-size: 1rem;
}
*,
*::before,
*::after {
	box-sizing: border-box;
}
ul li::before {
	content: "\200B";
}
li {
	list-style-type: none;
}
a:link {
	color: #291e04;
	text-decoration: none;
}
a:visited {
	color: #291e04;
}
a:hover {
	color: aqua;
}
/* Span Veraman */
.bolder-veraman {
	color: #379683;
	font-size: 2.5rem;
	font-weight: bolder;
}
.bold-veraman {
	color: #379683;
	font-size: 2rem;
	font-weight: bold;
}
.lighter-veraman {
	color: #379683;
	font-size: 1.5rem;
	font-weight: lighter;
}
/* Span Pink */
.bolder-pink {
	color: #c37a7a;
	font-size: 2.5rem;
	font-weight: bolder;
}
.bold-pink {
	color: #c37a7a;
	font-size: 2rem;
	font-weight: bold;
}
.lighter-pink {
	color: #c37a7a;
	font-size: 1.5rem;
	font-weight: lighter;
}
/* Span Text Grey */
.grey-bolder {
	color: #bbbbbb;
	font-weight: bolder;
	font-size: 2.5rem;
}
.text-grey {
	color: #bbbbbb;
}
.italic-grey {
	color: grey;
	font-style: italic;
}
.italic-white {
	color: white;
	font-style: italic;
}
/* TEXT PINK */
.text-pink {
	color: #c37a7a;
}
/* TEXT WHITE */
.text-white-bolder {
	color: #ffffff;
	font-weight: bolder;
	font-size: 1.5rem;
}
.text-white-bold {
	color: #ffffff;
	font-weight: bold;
	font-size: 1rem;
}
/* Navbar */
.navbar {
	position: fixed;
	width: 100%;
	max-width: 100%;
	background-color: #89999e;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	opacity: 0.8;
	font-size: 20px;
	padding: 0;
	top: 0;
	left: 0;
	z-index: 1;
}
/* Logo */
.logo {
	flex: 20%;
	display: inline-flex;
	align-items: center;
}
.logo-img {
	width: 50px;
	height: 50px;
}
.logo a {
	padding: 20px;
}
/* Nav List */
.nav-list {
	padding: 0 20px 0 0;
	margin: 0;
}
.list-item {
	display: inline-block;
	padding: 20px 10px;
}
.menu {
	display: none;
}
.menu-line {
	width: 20px;
	height: 3px;
	background-color: black;
	margin-bottom: 4px;
}
/* CRUISES */
.header-cruises {
	position: relative;
	text-align: center;
	padding: 4rem 2rem 2rem 2rem;
}
.cruises {
	display: flex;
	flex-direction: column;
	padding: 2rem;
	background-color: #2b2a2a;
}
.cruise-type {
	display: flex;
	flex-direction: row;
}
.cruise-desc {
	flex: 50%;
	text-align: left;
}
.cruise-photo {
	flex: 50%;
	text-align: right;
	max-width: 100%;
}
.private > .cruise-desc {
	padding-left: 2rem;
}
/* FOOTER */
.footer-row {
	position: relative;
	display: flex;
	flex-direction: row;
	background-color: #232323;
	color: white;
	z-index: 0;
	padding: 2rem;
}
.footer-links, .footer-info, .footer-social {
	flex: 30%;
	padding: 1rem;
}
.footer-col {
	display: flex;
	flex-direction: column;
}
.fo-pad {
	margin: 1rem 0.5rem 1rem 0;
}
.social-row {
	display: flex;
	flex-direction: row;
}
.bi-white {
	color: white;
	font-size: 2.5rem;
	margin-right: 0.5rem;
}
#consent-popup {
	position: fixed;
	bottom: 0;
	left: 0;
	right: 0;
	padding: 1rem 1rem;
	background-color: #07a0e1;
	color: #ffffff;
	transition: opacity 1s ease;
	z-index: 1;
}
.hidden {
	pointer-events: none;
	opacity: 0;
}
.cookie-concent {
	display: flex;
	flex-direction: row;
	justify-content: space-evenly;
}
.cookie-img {
	padding: 0.6rem 0;
}
.cookie-img > img {
	width: 24px;
	height: 24px;
	color: blue;
}
.gdpr-info {
	padding: 0.3rem 1rem;
}
.gdpr-more-info > a {
	font-weight: bold;
	color: #ffffff;
	text-decoration: underline;
}
.gdpr-accept {
	background-color: #0780c0;
	color: #ffffff;
	padding: 0.7rem 3rem;
	border-radius: 21px;
	font-size: large;
	font-weight: bold;
	border-style: none;
}
@media all and (max-width: 827px)  {
	.navbar {
		flex-direction: column;
		padding: 1rem 0;
	}
	.logo {
		width: 100%;
	}
	.logo-img {
		padding: 0.5rem;
	}
	.logo a {
		padding: 10px;
	}
	.menu {
		display: block;
		position: absolute;
		top: 35px;
		right: 45px;
	}
	.nav-list {
		display: block;
		border-top: 1px solid white;
		padding: 10px;
	}
	.list-item {
		display: block;
		border-top: 1px solid white;
		padding: 20px;
	}
	.nav-list {
		width: 100%;
		text-align: center;
		padding-top: 10px;
		display: none;
	}
	.active {
		display: block;
	}
}
@media (max-width: 955px) {
	.cruise-type {
		flex-direction: column;
	}
	.cruise-desc {
		order: 1
	}
	.cruise-photo {
		text-align: center;
		order: 2;
	}
}
@media all and (max-width: 677px) {
	.cookie-concent {
		flex-direction: column;
		text-align: center;
	}
}