.inclusions .pricing-card .list li::before {
	content: "\e64c";
}
.inclusions .pricing-card .list li::before {
	font-family: 'themify';
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	color: green;
	left: -5px;
	position: relative;
}
.exclusions .pricing-card .list li::before {
	content: "\e646";
}
.exclusions .pricing-card .list li::before {
	font-family: 'themify';
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	color: red;
	left: -5px;
	position: relative;
}
.pricing-card .list li {
	position: relative;
	font-size: 14px!important;
	padding-left: 10px!important;
}
.rooms1 .item .con {
	bottom: -45px !important;
}
.square.bg-img {
	position: relative;
	overflow: hidden;
}
.square.bg-img::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
}
.square-container, .box-title {
	position: relative;
	z-index: 2; /* Ensure text and content are above the overlay */
}
/* General styles */
.cruise-container {
	display: flex;
	flex-wrap: wrap;
	gap: 20px;
	justify-content: center;
	padding: 20px;
}
.cruise-tile {
	width: calc(25% - 20px);
	position: relative;
	overflow: hidden;
	border-radius: 8px;
	transition: transform 0.3s ease;
}
.cruise-tile:hover {
	transform: scale(1.05);
}
.cruise-image img {
	width: 100%;
	height: auto;
	display: block;
	border-radius: 8px;
}

/* Media query for tablets and smaller desktops */
@media (max-width: 992px) {
.cruise-tile {
	width: calc(50% - 20px); /* Two columns */
}
}

/* Media query for mobile devices */
@media (max-width: 768px) {
.cruise-tile {
	width: 100%; /* Full width for mobile */
	margin-bottom: 20px; /* Add some space between tiles */
}
.cruise-container {
	padding: 10px; /* Reduce padding for mobile */
}
}
.home_book {
	background-image: url("../img/hompopbg.jpg");
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	position: relative;
	border-radius: 7px;
}
.common_book {
	background-image: url("../img/commonpop.jpg");
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	position: relative;
	border-radius: 7px;
}
.cruise_book {
	background-image: url("../img/cruisepopbg.jpg");
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	position: relative;
	border-radius: 7px;
}
.popup_left {
	padding-left: 50px;
	padding-top: 6rem;
}
.popup_left h3 {
	color: #fff;
	font-weight: bold;
	font-size: 22px;
	text-shadow: -1px -1px 0 #1c1a12, 1px -1px 0 #000, -1px 1px 0 #000, 1px 1px 0 #000;
}
.call_deals h4 {
	color: #fff;
	font-size: 24px;
	text-shadow: -1px -1px 0 #1c1a12, 1px -1px 0 #000, -1px 1px 0 #000, 1px 1px 0 #000;
}
.call_deals {
	margin: 90px 0;
}
.call_deals .callbtn {
	display: flex;
	flex-wrap: wrap;
}
.call_deals .callbtn a {
	color: #c09a00;
	;
	font-weight: bolder;
	text-decoration: none;
	font-size: 32px;
	text-shadow: -1px -1px 0 #1c1a12, 1px -1px 0 #000, -1px 1px 0 #000, 1px 1px 0 #000;
}
.call_deals .callbtn img {
	margin-right: 15px;
	width: 45px;
}
.home_book .close, .cruise_book .close, .common_book .close, .share_mail .close {
	color: #fff !important;
	float: right;
	font-size: 28px;
	font-weight: bold;
	border: 1px solid;
	border-radius: 15px;
	padding: 0px 5px;
	background: #d93d3d;
	position: relative;
	left: 15px;
	top: 5px;
}
.share_mail .callbtn {
	display: flex;
	flex-wrap: wrap;
}
.share_mail .callbtn a {
	color: #c09a00;
	;
	font-weight: bolder;
	text-decoration: none;
	font-size: 32px;
	text-shadow: -1px -1px 0 #1c1a12, 1px -1px 0 #000, -1px 1px 0 #000, 1px 1px 0 #000;
}
.share_mail .callbtn img {
	margin-right: 15px;
	width: 45px;
}
.description-container {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%; /* Adjust width as needed */
	height: auto;
	background: rgba(0, 0, 0, 0.5); /* Semi-transparent background */
	z-index: 1000;
	justify-content: center;
	align-items: center;
	transform: translateX(100%); /* Start off-screen to the right */
	will-change: transform;
	border: 1px solid #ccc; /* Add a border */
	border-radius: 5px; /* Optional: add rounded corners */
	margin-right: 20px;
}
.description-content {
	background: white;
	padding: 20px;
	border-radius: 5px;
	text-align: center;
	width: 100%;
	position: relative;
	justify-content: center;
	display: flex;
	flex-wrap: wrap;
	gap: 20px; /* Optional: adds space between columns */
	overflow-y: auto; /* Enable vertical scrolling if content overflows */
	overflow-x: hidden; /* Enable vertical scrolling if content overflows */
	max-height: 50vh; /* Set a maximum height to ensure it scrolls */
}
.column {
	flex: 1; /* Each column takes equal width */
	min-width: 100px; /* Minimum width for each column */
	background: white;
	padding: 20px;
	border-radius: 5px;
	text-align: center;
}
/* Tooltip on top-right corner pointing to the right */
.description-content::after {
	content: '';
	position: absolute;
	top: 10px; /* Adjust the vertical position as needed */
	right: -10px; /* Adjust the horizontal position to extend outside the container */
	border-top: 8px solid transparent;
	border-bottom: 8px solid transparent;
	border-left: 10px solid #333; /* Color of the tooltip "dip" */
}
 @keyframes slideRight {
 from {
 transform: translateY(-100%);
}
to {
	transform: translateY(0);
}
}
.column ul {
	padding-left: 0px;
}
.cappa-header.awake {
	display: none;
}

/* Responsive styles */
@media (max-width: 768px) {
.popup_left {
	display: none;
}
.cappa-menu ul {
	flex-direction: column;
	width: 100%;
}
.cappa-menu ul li {
	width: 100%;
}
.cappa-menu ul li ul {
	flex-direction: column;
	width: 100%;
}
.cappa-menu ul li ul li {
	width: 100%;
}
}
.cappa-nav-toggle {
	display: none;
	cursor: pointer;
}
.whatsapp-float {
	position: fixed;
	bottom: 20px;
	left: 20px;
	z-index: 1000;
}
.whatsapp-float a {
	display: block;
	width: 60px;
	height: 60px;
	border-radius: 50%;
	background-color: transparent;
	text-align: center;
	line-height: 60px;
	color: white;
	box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}
.whatsapp-float img {
	width: 60px;
	height: 60px;
}
/* Style the navigation menu */
.cappa-menu ul {
	list-style: none;
	padding: 0;
	margin: 0;
	display: flex;
	align-items: center;
	justify-content: center;
}
.cappa-menu ul li {
	margin: 0 10px;
}
.cappa-menu ul li a {
	text-decoration: none;
	color: #fff;
	font-weight: 500;
}
.cappa-menu ul ul li a {
	margin-left: 0px;
}
.cappa-menu ul li ul {
	display: none;
	position: absolute;
	background: #fff;
	border: 1px solid #ccc;
	z-index: 1000;
}
.cappa-menu ul li:hover > ul {
	display: block;
}
.cappa-menu ul li ul li {
	display: block;
	margin: 0;
	padding: 10px;
}
.cappa-menu ul li ul p a {
	display: block;
	margin: 0px;
	color: #333;
	padding: 0px;
}
.cappa-menu ul li ul li {
	display: block;
	margin-bottom: 0px;
	color: #333;
	padding: 0px;
}
.cappa-menu ul li ul h5 {
	display: block;
	margin-bottom: 5px;
	margin-top: 5px;
	font-decoration: underline;
}
#burgertoggle {
	display: none;
}
.mobile-barcode {
	display: none;
}
/* Responsive adjustments */
@media (max-width: 768px) {
.cappa-menu ul {
	flex-direction: column;
	width: 100%;
	color: black;
}
.cappa-menu ul li {
	width: 100%;
	color: black;
}
.cappa-menu ul li a {
	width: 100%;
	color: black;
}
.desktop-barcode {
	display: none;
}
.mobile-barcode {
	display: block;
}
.cappa-menu ul li ul {
	flex-direction: column;
	width: 100%;
	color: black;
}
.cappa-menu ul li ul li {
	width: 100%;
	color: black;
}
.cappa-menu-footer {
}
#burgertoggle {
	display: block;
	z-index: 9999;
}
#cappa-header {
	display: none;
}
#cappa-header-mobile {
	display: block;
}
}
@media (min-width: 768px) {
#cappa-header-mobile {
	display: none;
}
#cappa-header-mobile-menu {
	display: none;
}
}
.parentitemmenu {
	color: white !important;
}
.cappa-menu-sub {
	position: relative; /* Ensure the parent is positioned */
}
.submenu {
	position: fixed; /* Position relative to the viewport */
	top: 100%; /* Position it right below the main menu item */
	left: 0; /* Align it to the left edge of the viewport */
	width: 100vw; /* Full viewport width */
	background-color: #fff; /* Optional: Add a background color */
	box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2); /* Optional: Add a shadow for better visibility */
	z-index: 1000; /* Ensure it appears above other content */
	transform: translateY(-100%); /* Hide it initially */
	transition: transform 0.3s ease; /* Smooth transition for show/hide */
	display: none; /* Hide the submenu initially */
}
.cappa-menu-sub:hover .submenu {
	display: block; /* Show the submenu on hover */
	transform: translateY(0); /* Show the submenu on hover */
}
.submenu .row {
	margin: 0; /* Remove default margin */
	padding: 0; /* Remove default padding */
}
.submenu .col-md-3 {
	padding: 10px; /* Add some padding for better spacing */
}
.footer-top {
	padding-top: 30px;
	padding-bottom: 20px;
}
.footer-bottom {
	padding-top: 0px;
	padding-bottom: 20px;
}
.cappa-header.scrolled.awake {
	display: none !important;
}
.news {
	display: none;
}
.search-icon-wrap {
	display: flex;
	justify-content: end;
	align-items: end;
}
.search-icon {
	font-size: 24px;
	color: #c09a00;
	border-radius: 20px;
	background: white;
	border: 2px solid #e3bc00;
	padding-left: 30px;
	padding-right: 30px;
	padding-top: 10px;
	padding-bottom: 10px;
	font-size: 16px;
}
.search-overlay {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(255, 255, 255, 0.9); /* Dark background with 70% opacity */
	z-index: 1000;
	justify-content: center;
	align-items: flex-start; /* Align items to the top */
	padding-top: 50px; /* Add some top margin */
}
.search-overlay-content {
	background: transparent; /* No background for the content container */
	width: 100%; /* Full width */
	text-align: center; /* Center align the form */
}
.search-input-container {
	display: flex; /* Display input and button on the same line */
	justify-content: center; /* Center align the input and button */
	align-items: center; /* Vertically center align the input and button */
	background: transparent; /* Dark background with 70% opacity */
	border-radius: 5px; /* Rounded corners */
	margin: 0 200px; /* Padding around the input and button */
	border-bottom: 2px solid #000; /* Gold border */
}
#search-input {
	width: 100%; /* Full width */
	padding: 15px; /* Increased padding */
	font-size: 24px; /* Increased font size */
	border: none; /* No border for the input */
	border-radius: 5px 0 0 5px; /* Rounded corners on the left */
	margin: 0; /* No margin */
	background-color: transparent; /* White background */
	color: #000; /* Black text color */
}
 #search-input::placeholder {
 color: #000; /* Black placeholder text color */
 font-size: 24px;
}
#search-submit {
	padding: 15px 20px; /* Increased padding */
	font-size: 18px; /* Increased font size */
	background: transparent; /* Gold background */
	color: #000; /* White text color */
	border: none; /* No border for the button */
	border-radius: 0 5px 5px 0; /* Rounded corners on the right */
	cursor: pointer;
	font-size: 24px;
}
#search-submit:hover {
	background: #fff; /* Darker background on hover */
}
.suggestions-container {
	display: none;
	position: absolute;
	width: 100%;
	color: black;
	background: transparent;
	z-index: 1001;
	margin-top: 10px;
	margin-left: 200px;
	margin-right: 200px !important;
	padding: 10px;
}
.suggestions-container ul {
	list-style: none;
	padding: 0;
	text-align: start;
	margin-right: 400px !important;
}
.suggestions-container li {
	padding: 8px;
	cursor: pointer;
	text-align: start;
}
.suggestions-container li:hover {
	background-color: #463f0b8c;
	border: 1px solid #f1e271;
	border-radius: 5px;
}
/* Tag styles */
.tag {
	display: inline-block;
	padding: 2px 6px;
	margin: 0 4px;
	border-radius: 4px;
	font-size: 14px;
	color: white;
}
.popular {
	background-color: #ff6347;
} /* Tomato */
.budget {
	background-color: #2e8b57;
} /* SeaGreen */
.in-season {
	background-color: #4682b4;
} /* SteelBlue */
.trending {
	background-color: #ff8c00;
} /* DarkOrange */
.btn-line {
	background-color: #000;
	border: 0px solid #f1e271;
	border-radius: 20px;
	width: fit-content;
	padding: 10px;
}
.btn-line2 {
	background-color: #000;
	border: 0px solid #f1e271;
	border-radius: 20px;
	width: fit-content;
	padding: 5px 10px;
}
.rooms3 .btn-line a {
	border: none;
}
.section-padding {
	padding: 40px 0;
}
.room-facilities {
	font-weight: 600;
}
.pricing-card .list li {
	color: black;
}
.discover {
	background: black !important;
}
.arrow {
	display: none !important;
}
.pagination {
	display: none !important;
}
.details {
	padding: 20px;
 .title-box-1, .title-box-2 {
 height: fit-content;
}
.title-1, .title-2 {
	font-size: 36px;
	padding-bottom: 10px;
}
.title-2 {
	display: none;
}
}
/* Modal styles */
.modal {
	display: none; /* Hidden by default */
	z-index: 1000; /* Sit on top */
	left: 0;
	align-content: center;
	top: 0;
	width: 100%; /* Full width */
	height: 100%; /* Full height */
	overflow: hidden; /* Enable scroll if needed */
	background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}
.modal-content {
	background-color: #fefefe;
	margin: auto auto; /* 15% from the top and centered */
	padding: 0px;
	border: 1px solid #888;
	width: 400px; /* Could be more or less, depending on screen size */
	box-shadow: 0 4px 6px rgba(0, 0, 0, 0.8);
}
.close {
	color: #000;
	float: right;
	font-size: 28px;
	font-weight: bold;
}
.close:hover,  .close:focus {
	color: black;
	text-decoration: none;
	cursor: pointer;
}
.ui-datepicker {
	z-index: 1050; /* Ensure the calendar appears on top */
}
.input1_inner input {
	border-radius: 5px;
	box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
	padding: 10px;
	background: #ffffffc9;
	font-family: sans-serif;
	color: #333;
}
.input1_inner:after {
	display: none;
}
		/* Media query for mobile devices */
@media (min-width: 800px) {		
	.footer_certificate a img {
	height: 80px;
	width: auto;
}
}
		
@media (max-width: 768px) {
#homesliderdesktop {
	display: none;
}
.news {
	display: block;
}
/*.facilties {
	display: none;
}*/
.details {
	top: auto;
}
.card-content {
	display: none;
}
.modal-content {
	background-color: #fefefe;
	margin: auto auto; /* 15% from the top and centered */
	padding: 0px;
	border: 1px solid #888;
	width: 100%; /* Could be more or less, depending on screen size */
	box-shadow: 0 4px 6px rgba(0, 0, 0, 0.8);
}
.cruise-image {
	position: relative;
	display: inline-block;
}
.cruise-title {
	position: absolute;
	bottom: 10px; /* Adjust the position as needed */
	left: 10px; /* Adjust the position as needed */
	color: white;
	padding: 5px 10px; /* Adjust padding as needed */
	border-radius: 5px; /* Optional: rounded corners */
}
.cruise-title img {
	position: absolute;
	bottom: 10px; /* Adjust the position as needed */
	left: 10px; /* Adjust the position as needed */
	color: white;
	box-shadow: 0 4px 6px rgba(0, 0, 0, 0.8);
	padding: 5px 10px; /* Adjust padding as needed */
	border-radius: 5px; /* Optional: rounded corners */
}
.cruise-title h4 {
	margin: 0;
	color: white;
	font-size: 18px; /* Adjust font size as needed */
}
.butn-dark a {
	font-weight: 400;
	font-family: 'Barlow Condensed', inherit;
	text-transform: uppercase;
	background: #c09a00;
	color: #fff;
	padding: 8px 11px;
	margin: 0;
	position: relative;
	font-size: 12px;
	letter-spacing: 3px;
}

.reservations .butn-dark a {display:none}

.facilties .single-facility { 
	margin-bottom: 10px!important; 
}	

 
}
/**/ 

.img_hover .item img {
	-webkit-transition: all .5s;
	transition: all .5s;
}
.common_carousel .item{
	position: relative;
	overflow: hidden;
	margin-bottom:0px;
}
.img_hover .item {
	position: relative;
	overflow: hidden;
	margin-bottom:10px;
}

.img_hover .item .con {
	bottom: -45px !important;
}

.img_hover .item .con {
	padding: 20px;
	position: absolute;
	bottom: -60px;
	left: 0;
	width: 100%;
	-webkit-transition: all .3s;
	transition: all .3s;
	text-align: left;
	z-index: 20;
	height: auto;
	box-sizing: border-box;
	background: -moz-linear-gradient(top, transparent 0, rgba(0, 0, 0, .1) 2%, rgba(0, 0, 0, .75) 90%);
	background: -webkit-linear-gradient(top, transparent 0, rgba(0, 0, 0, .01) 2%, rgba(0, 0, 0, .75) 90%);
	background: linear-gradient(to bottom, transparent 0, rgba(0, 0, 0, .01) 2%, rgba(0, 0, 0, .75) 90%);
}

.img_hover .item .con h5, .img_hover .item .con h5 a {
	position: relative;
	color: #fff;
	font-size: 27px;
	font-weight: 400;
	margin-top: 5px;
	margin-bottom: 5px;
}

.img_hover .item .line {
	text-align: center;
	height: 1px;
	width: 60px;
	background-color: rgba(255, 255, 255, 0.2);
	transition-property: all;
	transition-duration: 0.3s;
	transition-timing-function: ease-in-out;
	margin: auto 0 30px;
}

.img_hover .item:hover img {
	-webkit-filter: none;
	filter: none;
	-webkit-transform: scale(1.09, 1.09);
	transform: scale(1.09, 1.09);
	-webkit-filter: brightness(70%);
	-webkit-transition: all 1s ease;
	-moz-transition: all 1s ease;
	-o-transition: all 1s ease;
	-ms-transition: all 1s ease;
	transition: all 1s ease;
}
 