/* ----------------------------------------------------------------
	Canvas: Restaurant
-----------------------------------------------------------------*/

:root {
	/* --cnvs-themecolor: #e7272d; */
	--cnvs-themecolor-rgb: 231, 39, 45;
	--cnvs-body-font: 'Open Sans', sans-serif;
	/* --cnvs-primary-font: 'Poppins', sans-serif; */
	/* --cnvs-secondary-font: 'Cookie', cursive; */
}

.item-thumb {
	width: 100%;
	margin: 0 auto;
}

.item-thumb .owl-dot {
	width: 33.33333%;
	display: inline-block;
	justify-content: center;
	height: 220px;
	border:0;
	cursor: pointer;
	padding: 15px;
	background-color: transparent;
}

.device-lg .item-thumb .owl-dot,
.device-sm .item-thumb .owl-dot { height: 150px; }

.device-xs .item-thumb .owl-dot {
	width: 50%;
	padding: 10px;
	height: 100px;
}

.item-thumb .owl-dot span {
	position: relative;
	display: block;
	background-size: cover;
	background-position: center center;
	width: auto;
	height: 100%;
	-webkit-box-shadow: 0px 0px 5px 1px rgba(0,0,0,0.05);
	-moz-box-shadow: 0px 0px 5px 1px rgba(0,0,0,0.05);
	box-shadow: 0px 0px 5px 1px rgba(0,0,0,0.05);
	-webkit-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
}

.item-thumb .owl-dot:hover span,
.item-thumb .owl-dot.active span { opacity: .7; }


.food-menu .item-thumb .owl-dot:nth-of-type(1) span { background-image: url('../images/items/food/thumbs/1.jpg'); }
.food-menu .item-thumb .owl-dot:nth-of-type(2) span { background-image: url('../images/items/food/thumbs/2.jpg'); }
.food-menu .item-thumb .owl-dot:nth-of-type(3) span { background-image: url('../images/items/food/thumbs/3.jpg'); }
.food-menu .item-thumb .owl-dot:nth-of-type(4) span { background-image: url('../images/items/food/thumbs/4.jpg'); }
.food-menu .item-thumb .owl-dot:nth-of-type(5) span { background-image: url('../images/Gallery/Gazebo/gazebo-5-s.webp'); }
.food-menu .item-thumb .owl-dot:nth-of-type(5) span { background-image: url('../images/Gallery/Gazebo/gazebo-3-s.webp'); }
.food-menu .item-thumb .owl-dot:nth-of-type(6) span { background-image: url('../images/items/food/thumbs/6.jpg'); }
.food-menu .item-thumb .owl-dot:nth-of-type(7) span { background-image: url('../images/items/food/thumbs/7.jpg'); }
.food-menu .item-thumb .owl-dot:nth-of-type(8) span { background-image: url('../images/items/food/thumbs/8.jpg'); }
.food-menu .item-thumb .owl-dot:nth-of-type(9) span { background-image: url('../images/items/food/thumbs/9.jpg'); }

.spa-menu .item-thumb .owl-dot:nth-of-type(1) span { background-image: url('../images/items/hotelspa/thumbs/6.jpg'); }
.spa-menu .item-thumb .owl-dot:nth-of-type(2) span { background-image: url('../images/discover-spa-image.png'); }


.dessert-menu .item-thumb .owl-dot:nth-of-type(1) span { background-image: url('../images/items/hotelspa/thumbs/1.jpg'); }
.dessert-menu .item-thumb .owl-dot:nth-of-type(2) span { background-image: url('../images/items/hotelspa/thumbs/2.jpg'); }
.dessert-menu .item-thumb .owl-dot:nth-of-type(3) span { background-image: url('../images/items/hotelspa/thumbs/3.jpg'); }
.dessert-menu .item-thumb .owl-dot:nth-of-type(4) span { background-image: url('../images/items/hotelspa/thumbs/4.jpg'); }
.dessert-menu .item-thumb .owl-dot:nth-of-type(5) span { background-image: url('../images/items/hotelspa/thumbs/5.jpg'); }
.dessert-menu .item-thumb .owl-dot:nth-of-type(6) span { background-image: url('../images/items/hotelspa/thumbs/6.jpg'); }
.dessert-menu .item-thumb .owl-dot:nth-of-type(7) span { background-image: url('../images/items/hotelspa/thumbs/7.jpg'); }
.dessert-menu .item-thumb .owl-dot:nth-of-type(8) span { background-image: url('../images/items/hotelspa/thumbs/8.jpg'); }
.dessert-menu .item-thumb .owl-dot:nth-of-type(9) span { background-image: url('../images/items/hotelspa/thumbs/9.jpg'); }

.menu-carousel .heading-block h3 { font-size: 34px; }

.menu-carousel .food-content {
	position: relative;
	padding: 30px 60px;
}

.menu-carousel .heading-block p {
	margin-top: 15px;
	color: #888;
}

.menu-carousel .heading-block .food-info {
	font-family: var(--cnvs-primary-font);
	color: #BBB;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-weight: 400;
	letter-spacing: 2px;
}

.food-price {
	font-size: 24px;
	letter-spacing: -1px;
	font-weight: 500;
	color: #444 !important;
}

.menu-carousel .more-link { margin-top: 35px; border-bottom: 1px solid #333 !important; }

.more-link {
	font-family: var(--cnvs-primary-font) !important;
	font-style: normal;
	border-bottom: 0;
	color: #333;
	margin-top: 10px;
	font-size: 14px;
}

.team-title h4 { font-size: 15px; }
.team-title span {
	font-family: var(--cnvs-body-font) !important;
	font-style: normal;
	margin-bottom: 15px;
	color: #AAA !important;
	font-size: 12px;
	text-transform: uppercase;
	letter-spacing: 1px;
}

.entry {
	margin: 0;
	-webkit-box-shadow: 0 0 15px 2px rgba(0,0,0,0.08);
	-moz-box-shadow: 0 0 15px 2px rgba(0,0,0,0.08);
	box-shadow: 0 0 15px 2px rgba(0,0,0,0.08);
}

.entry-title {
	background-color: #FFF;
}

.entry-meta li::before {
	content: '\00b7';
	opacity: 1;
}

.service-button { margin: 80px 0 80px 15px; }
.device-sm .service-button,
.device-xs .service-button { margin: 30px 0 0; }

#tab-restuarant {
	position: relative;
	/* transform: translateY(-24px); */
}

#tab-restuarant .canvas-alt-tabs2 {
	--bs-nav-pills-link-active-bg: var(--cnvs-contrast-0);
	--bs-nav-pills-link-active-color: var(--cnvs-contrast-900);
	--bs-nav-link-hover-color: var(--bs-nav-tabs-link-active-color);
	--bs-nav-link-padding-x: 30px;
	--bs-nav-link-padding-y: 24px;
	--bs-nav-link-font-size: 16px;
	--bs-nav-link-font-weight: 500;
	--bs-nav-pills-border-radius: 0;
}

#tab-restuarant .tabs .nav-item .nav-link {
	font-family: var(--cnvs-primary-font);
}


#tab-restuarant .tabs .nav-item .nav-link img {
	display: inline-block;
	position: relative;
	top: -2px;
	width: 135px;
	height: 54px;
	margin-right: 8px;
}


.portfolio-item .portfolio-image::after {
	opacity: 0;
	text-align: center;
	vertical-align: -50%;
	padding-top: 47%;
	content: '';
	color: #FFF;
	font-size: 18px;
	font-weight: 600;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(231, 39, 45, 0.55) url('images/icons/basket.svg') center center no-repeat;
	border-radius: 0.25rem !important;
	-webkit-transition: opacity .3s ease;
	-o-transition: opacity .3s ease;
	transition: opacity .3s ease;
}

.portfolio-item:hover .portfolio-image::after { opacity: 1; }

.portfolio-desc h4 a {
	color: #666;
	font-size: 16px;
}

.item-price {
	font-size: 18px;
	color: #333;
	font-weight: 700;
}

.dark .copyright-links a,
.dark #copyrights { color: rgba(255,255,255,0.5); }

.page-link,
.page-link:hover,
.page-link:focus { border-color: var(--cnvs-themecolor); }

.reservation-form {
	position: relative;
	right: auto;
	bottom: auto;
	width: 100%;
}

.disabled { color: #AAA; }

/* Border Form Design
---------------------------------------------------------------------------- */
.form-control.border-form-control {
	--cnvs-input-btn-padding-y : 		7px;
	--cnvs-input-btn-padding-x :		4px;
	--cnvs-input-btn-border-width:      1px;
	--cnvs-input-btn-border-color:      #999;
}

.custom-select.border-form-control { background: url('images/icons/down-arrow.svg') 96% / 5% no-repeat;}

@media (min-width: 992px) {
	#header.transparent-header #header-wrap::after {
		content: '';
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: calc( 100% + 20px );
		z-index: -1;
		/* background-image: url('images/sketch-header.png') !important; */
		background-image: url('../images/header-menu-bg.png') !important;
		background-color: transparent !important;
		/* background-repeat: repeat-x !important; */
		background-position: center bottom !important;
		background-size: auto 100% !important;
		-webkit-transition: all .5s ease;
		-o-transition: all .5s ease;
		transition: all .5s ease;
	}

	#header.sticky-header #header-wrap {
		background-color: transparent;
		box-shadow: none;
	}

	.slider-caption h2 { font-size: 76px; }

	.menu-carousel .heading-block h3 { font-size: 48px; }

	.reservation-form {
		position: absolute;
		right: 50px;
		bottom: -4px;
		width: 40%;
	}
}
#page-loader {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: #ffffff; /* Background color while loading */
	z-index: 9999;
	display: flex;
	justify-content: center;
	align-items: center;
}

/* Logo styling */
#loader-logo {
	width: 120px; /* Adjust logo size */
	animation: pulse 2s infinite ease-in-out; /* Add pulse visibility effect */
}

/* Pulse animation */
@keyframes pulse {
	0% {
		opacity: 0.5;
		transform: scale(1);
		filter: brightness(100%);
	}
	50% {
		opacity: 1;
		transform: scale(1.1);
		filter: brightness(120%);
	}
	100% {
		opacity: 0.5;
		transform: scale(1);
		filter: brightness(100%);
	}
}

/* Hide loader when the page is fully loaded */
body.loaded #page-loader {
	opacity: 0;
	visibility: hidden;
	transition: opacity 0.5s ease;
}

.link-active {
	font-size: .8rem !important;
	font-weight: bold;
	background: linear-gradient(10deg, #bcd685, #51bee1, #d75196, #e54760);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	text-align: center;
  }

  .cust-icon{
	width: 70px !important; 
	height: auto;
  }

  .section-contact{
	color:#ffffff;
}

.contact-heading
{font-size: 22px; font-weight: 700;margin-top: 20px;
color:#ffffff;
}


	.contact-section {
		position: absolute;
		display: block;
		top: 0;
		right: 0;
		width: 50%;
		padding: 60px 60px 60px 180px;
		z-index: 0;
	}
	.contact-image {
		position: relative;
		width: 60%;
		margin-top: 30px;
		z-index: 2;
		box-shadow: 0 0 40px rgba(0,0,0,.3);
	}
	@media (max-width: 991px) {
		.contact-section {
			position: relative;
			display: block;
			width: 100%;
			padding: 20px;
		}
		.contact-image {
			width: 100%;
			margin-top: 0;
		}
	}
	/* New class added for gototop */
	
	.gototop-1 {
		position: fixed;
		bottom: 20px;
		right: 20px;
		/* background-color: #007bff; */
		color: white;
		padding: 10px 15px;
		border-radius: 5px;
		text-decoration: none;
		font-size: 16px;
		display: none; /* Hidden by default */
	}

	.gototop-1:hover {
		background-color: #0056b3;
	}

	/* Show button when user scrolls */
	html:has(:target) .gototop-1 {
		display: block;
	}

	.dropdown-indicator::after {
		content: " ▼"; /* Unicode character for down arrow */
		font-size: 0.8em; 
		margin-left: 5px;
		display: inline-block;
		transition: transform 0.3s ease-in-out;
	}
	
	.dropdown.show .dropdown-indicator::after {
		transform: rotate(180deg); /* Rotate the arrow when dropdown is open */
	}
	.img-border{
		/* border:solid #fff 5px !important; */
		border-width: 5p;
		border-color: #fff;
	}
	