.desktop.banner .video-container {
	padding-top: 56.25%;
	top: -8%;
}
.mobile.banner .video-container {
	padding-top: 56.25%;
	width: 100%;
	margin-top: -4%;
}
.mobile.banner {
	/* padding-top: 62%; */
}
.mobile.banner .flattened {
	margin-left: -2.5%;
	width: 105%;
}
.mobile.banner .overlay {
	margin-top: 10px;
}
@media (min-width: 769px) {
	.banner {
		padding-top: 57%;
	}
}
.tural-tips-block {
	padding: 10%;
	position: relative;
	padding-top: 2%;
}

.tural-tips-block .row {
	display: flex;
	justify-content: space-between;
	margin-bottom: 15px;
	gap: 15px;
	position: relative;
}
@media (max-width: 768px) {
	.tural-tips-block .row {
		flex-direction: row;
		flex-wrap: wrap;
	}
}
@media (min-width: 769px) {
	.tural-tips-block .row {
		flex-direction: row;
	}
}

@media (max-width: 768px) {
	.flourish.butterflies {
		top: -26%;
		right: -10%;
		width: 20%;
	}
}
@media (min-width: 769px) {
	.flourish.butterflies {
		top: -25%;
		right: 7%;
		width: 21%;
	}
}
@media (max-width: 768px) {
	.flourish.balloon {
		top: -14%;
		right: -9%;
		width: 19%;
	}
}
@media (min-width: 769px) {
	.flourish.balloon {
		top: -18%;
		right: -10%;
		width: 28%;
	}
}

.flourish.floral {
	top: 29%;
	right: 2%;
	width: 20%;
}

.flourish.flowers {
	width: 60%;
	left: -12%;
}
@media (max-width: 768px) {
	.flourish.flowers {
		bottom: -28px;
	}
}
@media (min-width: 769px) {
	.flourish.flowers {
		bottom: -62px;
	}
}

.flourish.board-flowers {
	bottom: -17%;
	width: 74%;
	left: -8%;
}

.flourish.board-secrete {
	transform: rotate(-65deg);
	width: 15%;
	bottom: 12%;
	left: 7%;
	pointer-events: all;
	cursor: pointer;
}
.flourish.board-secrete:hover,
.flourish.board-secrete:focus {
	animation: board-wiggle 0.5s ease;
}

@keyframes board-wiggle {
	0%,
	100% {
		transform: rotate(-65deg);
	}
	25% {
		transform: rotate(-75deg);
	}
	50% {
		transform: rotate(-55deg);
	}
	75% {
		transform: rotate(-75deg);
	}
}

.tip {
	flex: 1; /* Ensure flex items grow to fill space equally */
	/*overflow: hidden;*/ /* Ensure overflow is hidden to prevent stretching */
	/* margin-right: 15px; */ /* Add margin between items */
	/* Add any additional styles for the tip if needed */
}
.tip:last-child {
	/* margin-right: 0; */ /* Remove margin from last item to prevent extra spacing */
}

.tip.column1 {
}
@media (max-width: 768px) {
	.tip.column1 {
		flex: 1 1 calc(50% - 15px);
	}
}
@media (min-width: 769px) {
	.tip.column1 {
		flex: 1;
	}
}

.tip.column2 {
}
@media (max-width: 768px) {
	.tip.column2 {
		flex: 1 1 100%;
	}
}
@media (min-width: 769px) {
	.tip.column2 {
		flex: 2.2;
	}
}

.tip img {
	/* max-width: unset; */
	/* width: 100%; */ /* Ensure images fill their containers */
	/* height: auto;*/ /* Maintain aspect ratio */

	width: 100%; /* Ensure images fill their containers */
	height: 100%; /* Ensure images fill their containers */
	object-fit: cover; /* Scale the image to cover the container */
}

.destination-cards-container {
	margin-top: 1em;
}
@media (max-width: 768px) {
	.destination-cards-container {
	}
}
@media (min-width: 769px) {
	.destination-cards-container {
		display: flex;
	}
}

.destination-cards {
	display: flex;
	flex-direction: row;
	gap: 15px !important;
	width: 100%;
}
@media (max-width: 768px) {
	.destination-cards,
	.destination-cards.columns {
		flex-direction: row;
		flex-wrap: wrap;
	}
}
@media (min-width: 769px) {
	.destination-cards {
	}
}

.destination-card {
	position: relative;
	box-shadow: 0px 3px 10px #00000033;
	background: white;
	cursor: pointer;
}
@media (max-width: 768px) {
	.destination-card {
		flex: 48%;
	}
}
@media (min-width: 769px) {
	.destination-card {
		flex: 1 1 calc(20% - 15px) !important;
	}
}

.destination-card .text-container {
	padding: 0.5em 0.5em 2.25em 0.5em;
	/* position: relative; */
}
@media (max-width: 768px) {
	.destination-card .text-container {
		padding-bottom: 3.25em;
	}
}
@media (min-width: 769px) {
	.destination-card .text-container {
		padding-top: 0.75vw;
		padding-bottom: 5vw;
	}
}
.destination-card .text-container.hover {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
}

.destination-card .title {
	font-weight: bold;
	font-family: "Montserrat";
	margin-bottom: 0.25em;
}
@media (max-width: 768px) {
	.destination-card .title {
		font-size: 0.7em;
	}
}
@media (min-width: 769px) {
	.destination-card .title {
		font-size: 1.1vw;
	}
}

.destination-card .text {
	font-size: 0.6em;
}
@media (max-width: 768px) {
	.destination-card .text {
		font-size: 0.6em;
	}
}
@media (min-width: 769px) {
	.destination-card .text {
		font-size: 0.82vw;
	}
}

.destination-card .cta {
	bottom: 0.5em;
	position: absolute;
}
@media (max-width: 768px) {
	.destination-card .cta {
		line-height: 1em;
	}
}
@media (min-width: 769px) {
	.destination-card .cta {
		bottom: 0.75vw;
		line-height: 1.21vw;
	}
}

.destination-card .cta a {
	font-family: "modestoposter", sans-serif;
	font-size: 0.7em;
	color: #000000;
	text-decoration: none;
}
@media (max-width: 768px) {
	.destination-card .cta a {
	}
}
@media (min-width: 769px) {
	.destination-card .cta a {
		font-size: 0.9vw;
	}
}

.book-now-blurb {
	display: none;
}
@media (max-width: 768px) {
	.book-now-blurb {
		margin-bottom: 10%;
	}
}
@media (min-width: 769px) {
	.book-now-blurb {
	}
}

.on-the-island-block {
}
@media (max-width: 768px) {
	.on-the-island-block {
	}
}
@media (min-width: 769px) {
	.on-the-island-block {
	}
}

.on-the-island {
}
@media (max-width: 768px) {
	.on-the-island {
		text-align: center;
	}
}
@media (min-width: 769px) {
	.on-the-island {
	}
}

@media (min-width: 769px) {
	.on-the-island > .columns {
		margin-top: -5%;
	}
}

.rhys-overlay {
	position: absolute;
	width: 100%;
	height: auto;
	top: 0;
	left: 0;
	z-index: 2;
}
