@charset "utf-8";
/* CSS Document - Completely Redesigned */
html, body {
	margin: 0;
	padding: 0;
	overflow-x: hidden;
	font-family: "Quicksand", sans-serif;
	background: #fafafa;
}
 body::-webkit-scrollbar-track {
 -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.1);
 border-radius: 10px;
 background-color: #f5f5f5;
}
body::-webkit-scrollbar {
 width: 8px;
 background-color: #f5f5f5;
}
 body::-webkit-scrollbar-thumb {
 background-color: #006B6B;
 border-radius: 10px;
}
h1, h2, h3, h4, h5, h6, p, ul, ol {
	margin: 0;
	padding: 0
}
a, button {
	text-decoration: none;
	transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
	-moz-transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
	-webkit-transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
	-ms-transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
	-o-transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}
img {
	max-width: 100%
}

/* CSS header - Modern Glassmorphism Design */

.header-main-wraper {
	height: 90px;
	position: relative;
	z-index: 111;
	background: rgba(255, 255, 255, 0.95);
	backdrop-filter: blur(20px);
	-webkit-backdrop-filter: blur(20px);
	border-bottom: 1px solid rgba(0, 107, 107, 0.1);
	box-shadow: 0 4px 30px rgba(0, 0, 0, 0.05);
}
.header-main-wraper .navbar-nav li {
	padding: 0 15px;
	position: relative;
	top: -5px;
}
.header-main-wraper .navbar-nav li a {
	color: #006B6B;
	font-size: 15px;
	font-weight: 600;
	letter-spacing: 0.5px;
}
.header-main-wraper .navbar-nav li a:hover {
	color: #FF6B6B;
	transform: translateY(-2px);
}
.package-images-wrap img {
	width: 100%;
}
.site-logo-wrap {
	text-align: left;
	padding-left: 20px;
}
.site-logo-wrap img {
	width: 150px;
	margin-top: 5px;
	filter: drop-shadow(0 2px 8px rgba(0, 107, 107, 0.2));
}
.header-main-wraper .col-md-10 {
	padding-right: 0;
}
.button-book-now a {
	display: block;
	background: linear-gradient(135deg, #FF6B6B 0%, #FF5252 100%);
	text-transform: uppercase;
	font-size: 13px;
	text-align: center;
	color: #fff !important;
	font-weight: 700;
	padding: 12px 32px;
	border-radius: 50px;
	box-shadow: 0 8px 20px rgba(255, 107, 107, 0.3);
	letter-spacing: 1px;
}
.button-book-now a:hover {
	background: linear-gradient(135deg, #FF5252 0%, #E55A5A 100%);
	transform: translateY(-3px);
	box-shadow: 0 12px 30px rgba(255, 107, 107, 0.4);
}
.header-nav-wraper nav {
	padding: 0;
}
.right-header-list {
	list-style: none;
	padding: 0
}
.right-header-list ul {
	text-align: right;
	padding-right: 20px;
}
.right-header-list li {
	display: inline-block;
	padding: 0 !important;
	margin-left: 15px;
	vertical-align: middle;
}
.phone-number-header {
	height: 90px;
	width: 240px;
	padding-left: 50px;
	position: relative;
	top: 15px;
	line-height: 24px;
	text-align: left;
	background: linear-gradient(135deg, rgba(0, 107, 107, 0.08) 0%, rgba(0, 77, 77, 0.05) 100%);
	border-radius: 50px;
	padding-top: 15px;
	border: 2px solid rgba(0, 107, 107, 0.1);
	transition: all 0.3s ease;
	box-shadow: 0 4px 15px rgba(0, 107, 107, 0.1);
}
.phone-number-header:hover {
	background: linear-gradient(135deg, rgba(0, 107, 107, 0.12) 0%, rgba(0, 77, 77, 0.08) 100%);
	border-color: rgba(255, 107, 107, 0.3);
	transform: translateY(-2px);
	box-shadow: 0 6px 20px rgba(0, 107, 107, 0.15);
}
.phone-number-header:before {
	content: "";
	position: absolute;
	left: 12px;
	width: 36px;
	height: 36px;
	background: url(../images/phone-icon.png) no-repeat center;
	background-size: contain;
	top: 15px;
	filter: brightness(0) saturate(100%) invert(37%) sepia(93%) saturate(1352%) hue-rotate(145deg) brightness(95%) contrast(101%);
	transition: all 0.3s ease;
}
.phone-number-header:hover:before {
	transform: scale(1.1) rotate(-5deg);
	filter: brightness(0) saturate(100%) invert(50%) sepia(93%) saturate(1352%) hue-rotate(320deg) brightness(105%) contrast(101%);
}
.phone-number-header span {
	display: block;
	font-size: 11px;
	color: #FF6B6B;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 1px;
	margin-bottom: 4px;
}
.phone-number-header strong {
	font-size: 20px;
	font-weight: 800;
	color: #006B6B;
	letter-spacing: 0.5px;
	display: block;
}
/* CSS header */

/* CSS slider - Hero Section with Gradient */

.slider-main-wraper {
	background: linear-gradient(135deg, #006B6B 0%, #004D4D 50%, #003D3D 100%);
	background-size: cover;
	padding: 100px 0 120px 0;
	position: relative;
	overflow: hidden;
}
.slider-main-wraper::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: url('data:image/svg+xml,<svg width="100" height="100" xmlns="http://www.w3.org/2000/svg"><defs><pattern id="grid" width="100" height="100" patternUnits="userSpaceOnUse"><path d="M 100 0 L 0 0 0 100" fill="none" stroke="rgba(255,255,255,0.05)" stroke-width="1"/></pattern></defs><rect width="100" height="100" fill="url(%23grid)"/></svg>');
	opacity: 0.3;
}
.slider-main-wraper h1 {
	color: #fff;
	text-align: center;
	margin-bottom: 25px;
	font-size: 56px;
	font-weight: 800;
	letter-spacing: -1px;
	text-shadow: 0 4px 20px rgba(0, 0, 0, 0.2);
	position: relative;
	z-index: 1;
	font-family: "Manrope", sans-serif;
}
.slider-main-wraper p {
	text-align: center;
	color: rgba(255, 255, 255, 0.95);
	font-size: 20px;
	line-height: 34px;
	max-width: 800px;
	margin: 0 auto;
	position: relative;
	z-index: 1;
	font-weight: 400;
	letter-spacing: 0.3px;
}
.sticky-new-year-btn {
	position: fixed;
	right: -2px;
	top: 18%;
	width: 77px;
	z-index: 1111;
}
.sticky-new-year-btn a {
	display: block;
	position: relative;
	z-index: 111;
	cursor: pointer;
}
canvas {
	position: fixed;
	top: 120px;
	right: -60px;
	width: 288px;
	height: 364px;
	opacity: .6;
	z-index: 11;
}
/* CSS slider */

/* CSS content - Modern Card Design */

.pacakges-main-wraper {
	padding: 100px 0;
	background: #ffffff;
}
.pacakges-main-wraper .heading-choose-wrap {
	font-size: 52px;
	color: #006B6B;
	text-align: center;
	margin-bottom: 20px;
	font-weight: 800;
	letter-spacing: -1px;
	font-family: "Manrope", sans-serif;
}
.pacakges-main-wraper p {
	font-size: 18px;
	color: #666;
	text-align: center;
	font-weight: 400;
}
#sync1 .item {
	color: #FFF;
	border-radius: 20px;
	text-align: center;
	margin: 5px;
	overflow: hidden;
	box-shadow: 0 10px 40px rgba(0, 0, 0, 0.15);
}
#sync2 .item {
	margin: 8px;
	color: #FFF;
	border-radius: 12px;
	text-align: center;
	cursor: pointer;
	overflow: hidden;
	transition: all 0.3s ease;
	border: 3px solid transparent;
}
#sync2 .item:hover {
	border-color: #FF6B6B;
	transform: scale(1.05);
}
#sync2 .item h1 {
	font-size: 18px;
}
.owl-theme .owl-nav {
	/*default owl-theme theme reset .disabled:hover links */
}
.owl-theme .owl-nav [class*='owl-'] {
	transition: all .3s ease;
}
.owl-theme .owl-nav [class*='owl-'].disabled:hover {
	background-color: #D6D6D6;
}
/*arrows on first carousel */
#sync1.owl-theme {
	position: relative;
}
#sync1.owl-theme .owl-next, 
#sync1.owl-theme .owl-prev {
	width: 50px;
	height: 50px;
	margin-top: -25px;
	position: absolute;
	top: 50%;
	background: rgba(255, 255, 255, 0.95) !important;
	border-radius: 50%;
	box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
}
#sync1.owl-theme .owl-prev {
	left: 20px;
}
#sync1.owl-theme .owl-next {
	right: 20px;
}
.owl-nav {
	position: absolute;
	top: 50%;
	left: 0;
	width: 95%;
	margin: 0 auto;
	right: 0;
}
.owl-nav button {
	width: 50px;
	height: 50px;
	background: rgba(255, 255, 255, 0.95) !important;
	border-radius: 50%;
	box-shadow: 0 4px 15px rgba(0, 0, 0, 0.15);
}
.owl-nav button:hover {
	background: #FF6B6B !important;
	transform: scale(1.1);
}
.owl-nav button svg {
	width: 10px;
}
.pacakges-main-wraper ul {
	list-style: none;
}
.pacakges-main-wraper ul li {
}
.owl-dots {
	display: none;
}
#sync2 .owl-nav {
	display: none;
}
.package-images-wrap img {
	border-radius: 20px;
	transition: transform 0.5s ease;
}
.package-images-wrap:hover img {
	transform: scale(1.05);
}
.pacakges-main-wraper .container-fluid {
	padding: 0 60px;
}
.thumb-images-wrap img {
	border-radius: 12px;
	transition: all 0.3s ease;
}
.thumb-images-wrap:hover img {
	transform: scale(1.1);
	box-shadow: 0 8px 25px rgba(0, 0, 0, 0.2);
}
.owl-next {
	position: absolute;
	right: 0;
}
.pacakges-main-wraper {
	background: #ffffff;
	background-size: cover
}
.choose-pacakges-main-wraper {
	background: #ffffff !important;
}
.listing-package-wrap {
	background: #ffffff;
	border-radius: 30px;
	padding: 50px;
	box-shadow: 0 20px 60px rgba(0, 0, 0, 0.08);
	margin-bottom: 40px;
	border: 1px solid rgba(0, 107, 107, 0.1);
	transition: all 0.4s ease;
}
.listing-package-wrap:hover {
	box-shadow: 0 30px 80px rgba(0, 107, 107, 0.15);
	transform: translateY(-5px);
}
.package-image-text-wrp h2 {
	font-size: 48px;
	color: #006B6B;
	position: relative;
	font-weight: 800;
	margin-bottom: 30px;
	font-family: "Manrope", sans-serif;
	letter-spacing: -1px;
}
.package-image-text-wrp h2:before {
	content: "";
	background: linear-gradient(90deg, #FF6B6B 0%, #FF5252 100%);
	height: 6px;
	width: 80px;
	position: absolute;
	bottom: -15px;
	border-radius: 3px;
}
.package-image-text-wrp p {
	font-size: 17px;
	text-align: left;
	padding-top: 30px;
	line-height: 30px;
	color: #555;
	height: auto;
	overflow: visible;
	font-weight: 400;
}
.package-image-text-wrp a {
	color: #FF6B6B;
	border-bottom: 2px solid #FF6B6B;
	font-weight: 700;
	font-size: 16px;
	padding-bottom: 2px;
	transition: all 0.3s ease;
}
.package-image-text-wrp a:hover {
	color: #006B6B;
	border-bottom-color: #006B6B;
}
.package-image-text-wrp h3 {
	font-size: 36px;
	color: #006B6B;
	font-weight: 700;
	margin: 35px 0 20px 0;
	font-family: "Manrope", sans-serif;
}
.package-image-text-wrp ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
.package-image-text-wrp ul li {
	color: #555;
	font-size: 17px;
	padding: 14px 0;
	padding-left: 50px;
	font-weight: 500;
	transition: all 0.3s ease;
	position: relative;
	line-height: 26px;
}
.package-image-text-wrp ul li:before {
	content: "✓";
	position: absolute;
	left: 0;
	top: 14px;
	width: 32px;
	height: 32px;
	background: linear-gradient(135deg, #006B6B 0%, #004D4D 100%);
	color: #fff;
	border-radius: 50%;
	font-size: 18px;
	font-weight: 700;
	box-shadow: 0 4px 12px rgba(0, 107, 107, 0.25);
	text-align: center;
	line-height: 32px;
}
.package-image-text-wrp ul li:hover {
	color: #006B6B;
	padding-left: 55px;
}
.package-image-text-wrp ul li:hover:before {
	background: linear-gradient(135deg, #FF6B6B 0%, #FF5252 100%);
	box-shadow: 0 6px 18px rgba(255, 107, 107, 0.35);
	transform: scale(1.1);
}
.button-package-wrap {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	gap: 20px;
	margin-top: 40px;
}
.button-package-wrap span {
	font-size: 42px;
	font-weight: 800;
	color: #FF6B6B;
	position: relative;
	font-family: "Manrope", sans-serif;
}
.button-package-wrap button {
	background: linear-gradient(135deg, #006B6B 0%, #004D4D 100%);
	padding: 18px 45px;
	color: #fff;
	text-transform: uppercase;
	border-radius: 50px;
	font-size: 14px;
	font-weight: 700;
	border: none !important;
	box-shadow: 0 8px 25px rgba(0, 107, 107, 0.3);
	letter-spacing: 1px;
	cursor: pointer;
}
.button-package-wrap button:hover {
	background: linear-gradient(135deg, #004D4D 0%, #003D3D 100%);
	transform: translateY(-3px);
	box-shadow: 0 12px 35px rgba(0, 107, 107, 0.4);
}
.button-package-wrap a {
	background: linear-gradient(135deg, #FF6B6B 0%, #FF5252 100%);
	padding: 18px 45px;
	color: #fff;
	text-transform: uppercase;
	border-radius: 50px;
	font-size: 14px;
	font-weight: 700;
	border: none !important;
	box-shadow: 0 8px 25px rgba(255, 107, 107, 0.3);
	letter-spacing: 1px;
	display: inline-block;
}
.button-package-wrap a:hover {
	background: linear-gradient(135deg, #FF5252 0%, #E55A5A 100%);
	transform: translateY(-3px);
	box-shadow: 0 12px 35px rgba(255, 107, 107, 0.4);
}
.bookn-now-btn {
	background: linear-gradient(135deg, #FF6B6B 0%, #FF5252 100%) !important;
	margin-right: 0;
}
#sync4 .owl-nav {
	display: none;
}
#sync3 .item {
	margin: 5px;
	border-radius: 20px;
	overflow: hidden;
	box-shadow: 0 10px 40px rgba(0, 0, 0, 0.15);
}
#sync4 .item {
	margin: 8px;
	color: #FFF;
	border-radius: 12px;
	text-align: center;
	cursor: pointer;
	overflow: hidden;
	transition: all 0.3s ease;
	border: 3px solid transparent;
}
#sync4 .item:hover {
	border-color: #FF6B6B;
	transform: scale(1.05);
}
.pacakges-second-main-wraper {
	background: linear-gradient(180deg, #E0F7F7 0%, #f5fafa 100%) !important;
	padding: 100px 0;
}
.dhow-cruise-other-package {
	padding: 60px 0 0 0;
}
.pacakges-second-main-wraper ul {
	margin-top: 0;
}
.dhow-cruise-other-package h2 {
	font-size: 52px;
	color: #006B6B;
	text-align: center;
	margin-bottom: 60px;
	font-weight: 800;
	font-family: "Manrope", sans-serif;
	letter-spacing: -1px;
}
.dhow-cruise-other-package ul {
	list-style: none;
}
.dhow-cruise-other-package ul li {
}
.listing-dhow-package-wrap {
	margin-bottom: 40px;
}
.listing-dhow-package-image {
	height: 335px;
	overflow: hidden;
	border-radius: 20px 20px 0px 0px;
}
.listing-dhow-package-text {
	padding: 35px;
	background: #ffffff;
	border-radius: 0 0 20px 20px;
	box-shadow: 0 10px 40px rgba(0, 0, 0, 0.08);
}
.listing-dhow-package-text span {
	display: block;
	font-size: 32px;
	color: #006B6B;
	font-weight: 800;
	font-family: "Manrope", sans-serif;
}
.dhow-star-list a img {
	width: 17px;
	position: relative;
	top: -2px
}
.dhow-star-list strong {
	font-weight: normal;
}
.listing-info-package {
	margin-top: 20px;
}
.listing-info-package .listing-info-icon {
	width: 70px;
	height: 60px;
	background: linear-gradient(135deg, #E0F7F7 0%, #d0f0f0 100%);
	text-align: center;
	padding-top: 12px;
	border-radius: 15px;
	float: left;
	box-shadow: 0 4px 15px rgba(0, 107, 107, 0.1);
}
.listing-info-text {
	width: 80%;
	float: left;
	padding-left: 20px;
}
.listing-info-text .listing-info-heading {
	font-size: 18px;
	font-weight: 700;
	color: #006B6B;
	margin-bottom: 5px;
}
.listing-info-text p {
	font-size: 14px;
	color: #666;
	line-height: 22px;
}
.price-btns-wraper {
	text-align: center;
}
.price-btns-wraper .listing-price {
	font-size: 32px;
	color: #FF6B6B;
	font-weight: 800;
	margin-bottom: 15px;
	margin-top: 30px;
	font-family: "Manrope", sans-serif;
}
.listing-button-wraper {
}
.listing-button-wraper a {
	display: block;
	background: linear-gradient(135deg, #006B6B 0%, #004D4D 100%);
	padding: 16px 0;
	text-align: center;
	color: #fff;
	text-transform: uppercase;
	border-radius: 50px;
	font-size: 14px;
	font-weight: 700;
	margin-top: 15px;
	box-shadow: 0 8px 25px rgba(0, 107, 107, 0.3);
	letter-spacing: 1px;
}
.listing-button-wraper a:hover {
	background: linear-gradient(135deg, #004D4D 0%, #003D3D 100%);
	transform: translateY(-3px);
	box-shadow: 0 12px 35px rgba(0, 107, 107, 0.4);
}
.book-btn {
	background: linear-gradient(135deg, #FF6B6B 0%, #FF5252 100%) !important;
}
.book-btn:hover {
	background: linear-gradient(135deg, #FF5252 0%, #E55A5A 100%) !important;
}
.infor-text-main-wrap {
	padding: 100px 0;
	background: #ffffff;
}
.infor-text-main-wrap h2 {
	border-bottom: 3px solid #FF6B6B;
	padding-bottom: 20px;
	margin-bottom: 30px;
	color: #006B6B;
	font-weight: 800;
	font-size: 42px;
	font-family: "Manrope", sans-serif;
	letter-spacing: -1px;
}
.infor-text-main-wrap p {
	font-size: 18px;
	color: #555;
	line-height: 32px;
	padding-bottom: 30px;
	font-weight: 400;
}
.picture-gallery-main-wraper {
	background: url(../images/bg-gallery.jpg) no-repeat top;
	background-size: cover;
	padding: 100px 0;
	position: relative;
}
.picture-gallery-main-wraper::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: rgba(0, 107, 107, 0.85);
}
.picture-gallery-main-wraper h4 {
	font-size: 52px;
	color: #fff;
	text-align: center;
	margin-bottom: 20px;
	font-weight: 800;
	font-family: "Manrope", sans-serif;
	position: relative;
	z-index: 1;
	letter-spacing: -1px;
}
.picture-gallery-main-wraper p {
	font-size: 18px;
	color: rgba(255, 255, 255, 0.95);
	margin-bottom: 50px;
	text-align: center;
	position: relative;
	z-index: 1;
}
.picture-gallery-main-wraper ul {
	list-style: none;
}
.picture-gallery-main-wraper ul li {
	padding: 0 8px;
}
.picture-gallery-main-wraper ul li .col-md-6 {
	padding: 0 5px;
}
.small-image-wrap {
	margin-bottom: 8px;
	height: 234px;
	overflow: hidden;
	border-radius: 15px;
}
.frequently-question-wraper {
	padding: 100px 0;
	background: linear-gradient(180deg, #E0F7F7 0%, #f5fafa 100%);
	background-size: cover;
}
.frequently-question-wraper .faq-heading {
	font-size: 52px;
	color: #006B6B;
	text-align: center;
	margin-bottom: 60px;
	font-weight: 800;
	font-family: "Manrope", sans-serif;
	letter-spacing: -1px;
}
.frequently-question-wraper .accordion {
	width: 80%;
	margin: 0 auto;
}
.frequently-question-wraper .accordion-item {
	margin-bottom: 25px;
	border: none;
	border-radius: 20px;
	overflow: hidden;
	box-shadow: 0 8px 30px rgba(0, 0, 0, 0.08);
	background: #ffffff;
}
.frequently-question-wraper .accordion button {
	border: none;
	box-shadow: none;
	background: #ffffff;
	border-radius: 20px;
	padding: 25px 30px;
	font-size: 18px;
	font-weight: 600;
	color: #006B6B;
}
.frequently-question-wraper .accordion button:hover {
	background: #f8f8f8;
	color: #FF6B6B;
}
.fixed {
	position: fixed;
	top: 0 !important;
	left: 0 !important;
	width: 100% !important;
	z-index: 111 !important;
	box-shadow: 0 8px 30px rgba(0, 0, 0, 0.1);
	background: rgba(255, 255, 255, 0.98);
	backdrop-filter: blur(20px);
	-webkit-backdrop-filter: blur(20px);
}
.mobile-gallery-slider {
	display: none;
}
.close-menu-btn {
	display: none;
}
.sticky-phone-wrap {
	position: fixed;
	top: 50%;
	left: -73px;
	rotate: 270deg;
	z-index: 999;
}
.sticky-phone-wrap a {
	background: linear-gradient(135deg, #FF6B6B 0%, #FF5252 100%);
	padding: 16px 25px;
	color: #fff;
	font-size: 18px;
	font-weight: 700;
	display: block;
	line-height: 22px;
	text-align: center;
	border-radius: 0px 0px 15px 15px;
	box-shadow: 0 8px 25px rgba(255, 107, 107, 0.4);
	letter-spacing: 0.5px;
}
.sticky-phone-wrap a:hover {
	background: linear-gradient(135deg, #FF5252 0%, #E55A5A 100%);
}
.sticky-phone-wrap a span {
	display: block;
	font-size: 16px;
	font-weight: 500;
}
.sticky-phone-wrap a img {
	width: 22px;
}
.sticky-whatapp-wrap {
	position: fixed;
	bottom: 20px;
	width: 80px;
	left: 10px;
	z-index: 999;
}
.sticky-whatapp-wrap a {
	display: block;
	transition: transform 0.3s ease;
}
.sticky-whatapp-wrap a:hover {
	transform: scale(1.1);
}
.menu-modal-wraper {
}
.menu-modal-wraper .modal-dialog {
	max-width: 800px;
}
.menu-modal-wraper .btn-close {
	position: absolute;
	right: 15px !important;
	outline: none !important;
	box-shadow: none !important;
	top: 15px;
	background: rgba(255, 255, 255, 0.9);
	border-radius: 50%;
	width: 35px;
	height: 35px;
}
.menulisting-main-wraper ul {
	list-style: none;
	text-align: center;
}
.menulisting-main-wraper ul li {
	border-bottom: 2px solid #E0F7F7;
	padding-bottom: 20px;
	margin-bottom: 20px;
}
.menulisting-main-wraper ul li strong {
	display: block;
	color: #006B6B;
	font-size: 22px;
	font-weight: 700;
	margin-bottom: 10px;
	font-family: "Manrope", sans-serif;
}
.menulisting-main-wraper ul li p {
	font-size: 15px;
	color: #666;
	line-height: 24px;
}
.mobile-phone-no {
	display: none
}
.contact-form-wraper {
	padding: 100px 0;
	background: #ffffff;
}
.contact-form-wraper .contact-heading {
	font-size: 52px;
	color: #006B6B;
	text-align: center;
	margin-bottom: 50px;
	font-weight: 800;
	font-family: "Manrope", sans-serif;
	letter-spacing: -1px;
}
.contact-form-wraper form {
	width: 80%;
	margin: 0 auto;
}
.contact-form-wraper .form-group {
	margin-bottom: 25px;
}
.contact-form-wraper .form-group .form-control {
	height: 55px;
	box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08);
	border: 2px solid transparent;
	font-size: 16px;
	background-color: #f8f8;
	border-radius: 15px;
	padding: 0 20px;
	transition: all 0.3s ease;
}
.contact-form-wraper .form-group .form-control:focus {
	border-color: #FF6B6B;
	background-color: #ffffff;
	box-shadow: 0 8px 25px rgba(255, 107, 107, 0.2);
}
.texarea-group .form-control {
	box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08);
	border: 2px solid transparent;
	font-size: 16px;
	padding: 15px 20px;
	background-color: #E0F7F7;
	border-radius: 15px;
	transition: all 0.3s ease;
}
.texarea-group .form-control:focus {
	border-color: #FF6B6B;
	background-color: #ffffff;
	box-shadow: 0 8px 25px rgba(255, 107, 107, 0.2);
}
.contact-btn {
	margin-top: 25px;
	text-align: center;
}
.contact-btn button {
	padding: 18px 50px;
	background: linear-gradient(135deg, #006B6B 0%, #004D4D 100%);
	border: none;
	outline: none;
	color: #fff;
	font-weight: 700;
	border-radius: 50px;
	font-size: 16px;
	box-shadow: 0 8px 25px rgba(0, 107, 107, 0.3);
	letter-spacing: 1px;
	cursor: pointer;
	text-transform: uppercase;
}
.contact-btn button:hover {
	background: linear-gradient(135deg, #004D4D 0%, #003D3D 100%);
	transform: translateY(-3px);
	box-shadow: 0 12px 35px rgba(0, 107, 107, 0.4);
}
.package-description-wrap {
	padding: 40px;
	background: #ffffff;
	border-radius: 20px;
}
.package-description-wrap h3 {
	font-size: 36px;
	color: #006B6B;
	font-weight: 800;
	margin: 0 0 25px 0;
	font-family: "Manrope", sans-serif;
	letter-spacing: -1px;
}
.package-description-wrap p {
	font-size: 17px;
	color: #555;
	line-height: 30px;
	font-weight: 400;
}
/* CSS content */

/* CSS footer - Modern Design */

.footer-main-wraper {
	background: linear-gradient(180deg, #003D3D 0%, #002828 100%);
	padding: 80px 0 0 0;
	position: relative;
}
.footer-main-wraper::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	height: 4px;
	background: linear-gradient(90deg, #FF6B6B 0%, #FF5252 100%);
}
.footer-logo-contact-wrap {
}
.footer-logo-contact-wrap .footer-logo img {
	width: 140px;
	margin-bottom: 25px;
	filter: brightness(0) invert(1);
}
.footer-logo-contact-wrap .footer-socail-wrap {
	margin-bottom: 25px;
}
.footer-logo-contact-wrap .footer-socail-wrap a {
	text-decoration: none;
	margin-right: 12px;
	display: inline-block;
	transition: transform 0.3s ease;
}
.footer-logo-contact-wrap .footer-socail-wrap a:hover {
	transform: translateY(-5px);
}
.footer-logo-contact-wrap .footer-socail-wrap a img {
	width: 45px;
}
.footer-links-wraper {
}
.footer-heading-wrap {
	font-size: 28px;
	color: #fff;
	font-weight: 800;
	border-bottom: 3px solid #FF6B6B;
	padding-bottom: 15px;
	margin-bottom: 30px;
	position: relative;
	font-family: "Manrope", sans-serif;
}
.footer-heading-wrap:before {
	content: "";
	background: #FF6B6B;
	height: 3px;
	width: 60px;
	position: absolute;
	bottom: -3px;
}
.footer-links-wraper ul {
	list-style: none;
}
.footer-links-wraper ul li {
	margin-bottom: 12px;
}
.footer-links-wraper ul li a {
	font-size: 15px;
	color: rgba(255, 255, 255, 0.8);
	font-weight: 500;
	transition: all 0.3s ease;
}
.footer-links-wraper ul li a:hover {
	color: #FF6B6B;
	padding-left: 5px;
}
.footer-contact-wrap ul {
	list-style: none;
}
.footer-contact-wrap ul li {
	margin-bottom: 20px
}
.footer-contact-wrap ul li strong {
	font-weight: 700;
	color: #fff;
	font-size: 18px;
	margin-bottom: 8px;
	display: block;
	font-family: "Manrope", sans-serif;
}
.footer-contact-wrap ul li p {
	font-size: 15px;
	color: rgba(255, 255, 255, 0.8);
	line-height: 26px;
	font-weight: 400;
}
.copright-wrap {
	background: #002828;
	padding: 35px 0;
	text-align: center;
	color: rgba(255, 255, 255, 0.7);
	font-size: 14px;
	margin-top: 60px;
	font-weight: 400;
}
.drawer-toggle {
	display: block;
	background: linear-gradient(135deg, #ffffff 0%, #f8f8f8 100%);
	text-transform: uppercase;
	font-size: 13px;
	text-align: center;
	height: 90px;
	color: #006B6B !important;
	font-weight: 800;
	border: 2px solid rgba(0, 107, 107, 0.2);
	outline: none;
	box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
	padding: 0 32px;
	border-radius: 50px;
	letter-spacing: 1px;
}
.drawer-toggle:hover {
	background: linear-gradient(135deg, #006B6B 0%, #004D4D 100%);
	color: #fff !important;
	border-color: #006B6B;
	transform: translateY(-2px);
	box-shadow: 0 8px 25px rgba(0, 107, 107, 0.3);
}
.drawer-toggle img {
	width: 22px;
	margin-right: 8px;
	vertical-align: middle;
}
.drawer {
	position: fixed;
	top: 0;
	right: -300px;
	width: 300px;
	height: 100%;
	background: linear-gradient(180deg, #ffffff 0%, #f8f8f8 100%);
	transition: right 0.4s cubic-bezier(0.4, 0, 0.2, 1);
	z-index: 1001;
	box-shadow: -5px 0 30px rgba(0, 0, 0, 0.2);
}
.drawer.open {
	right: 0;
}
.drawer-close {
	position: absolute;
	top: 15px;
	right: 15px;
	background: rgba(255, 107, 107, 0.1);
	border: none;
	font-size: 32px;
	cursor: pointer;
	outline: none;
	box-shadow: none;
	opacity: 0.6;
	line-height: 36px;
	font-weight: 300;
	width: 40px;
	height: 40px;
	border-radius: 50%;
	color: #FF6B6B;
	transition: all 0.3s ease;
}
.drawer-close:hover {
	background: #FF6B6B;
	color: #fff;
	opacity: 1;
	transform: rotate(90deg);
}
.modal {
	backdrop-filter: blur(5px);
}
.overlay {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.6);
	backdrop-filter: blur(5px);
	z-index: 1000;
	opacity: 0;
	visibility: hidden;
	transition: opacity 0.3s ease;
}
.overlay.show {
	opacity: 1;
	visibility: visible;
}
.nav-drawer-wrap ul {
	list-style: none;
	margin-top: 30px;
	padding: 0 20px;
}
.nav-drawer-wrap ul li a {
	border-bottom: 2px solid #E0F7F7;
	padding: 18px 0;
	display: block;
	color: #006B6B;
	font-size: 15px;
	text-transform: uppercase;
	font-weight: 700;
	letter-spacing: 0.5px;
	transition: all 0.3s ease;
}
.nav-drawer-wrap ul li a:hover {
	color: #FF6B6B;
	padding-left: 10px;
	border-bottom-color: #FF6B6B;
}
.btn-toggle {
	margin: 20px;
	padding: 10px 20px;
	background-color: #007bff;
	color: white;
	border: none;
	cursor: pointer;
	border-radius: 5px;
}
.side-panel {
	position: fixed;
	top: 0;
	right: -600px;
	width: 600px;
	height: 100%;
	background-color: #fff;
	transition: right 0.3s ease;
	z-index: 1001;
}
.side-panel.active {
	right: 0;
}
.drawer-content {
	padding: 30px;
}
.drawer-content button {
	position: absolute;
	top: 15px;
	right: 15px;
	background: rgba(255, 107, 107, 0.1);
	border: none;
	font-size: 36px;
	cursor: pointer;
	color: #FF6B6B;
	font-weight: 300;
	width: 40px;
	height: 40px;
	border-radius: 50%;
	transition: all 0.3s ease;
}
.drawer-content button:hover {
	background: #FF6B6B;
	color: #fff;
	transform: rotate(90deg);
}
.backdrop {
	position: fixed;
	top: 0;
	left: 0;
	width: 100vw;
	height: 100vh;
	background: rgba(0, 0, 0, 0.6);
	backdrop-filter: blur(5px);
	z-index: 1000;
	opacity: 0;
	visibility: hidden;
	transition: opacity 0.3s ease, visibility 0.3s ease;
}
.backdrop.visible {
	opacity: 1;
	visibility: visible;
}
.menu-header-wrap {
	padding: 25px;
	background: linear-gradient(135deg, #FF6B6B 0%, #FF5252 100%);
	border-radius: 20px 20px 0 0;
}
.menu-header-wrap h2 {
	font-size: 26px;
	color: #fff;
	font-weight: 800;
	font-family: "Manrope", sans-serif;
}
.menu-listing-main-wrp {
	padding: 20px 30px;
	height: 96%;
	overflow: auto;
	padding-bottom: 20px;
}
.menu-listing-main-wrp ul {
	list-style: none;
}
.menu-listing-main-wrp ul li .listing-menu-list {
	border-bottom: 2px solid #E0F7F7;
	padding: 20px 0;
	margin-bottom: 20px;
}
.listing-menu-list .listing-menu-icon {
	width: 80px;
	height: 80px;
	background: linear-gradient(135deg, #E0F7F7 0%, #d0f0f0 100%);
	border-radius: 15px;
	padding: 20px;
	float: left;
	margin-right: 20px;
	box-shadow: 0 4px 15px rgba(0, 107, 107, 0.1);
}
.listing-menu-list .listing-menu-icon img {
	width: 100%;
}
.listing-menu-list .listing-menu-text {
	line-height: 28px;
}
.listing-menu-list .listing-menu-text strong {
	display: block;
	font-size: 22px;
	color: #006B6B;
	font-weight: 700;
	margin-bottom: 8px;
	font-family: "Manrope", sans-serif;
}
.listing-menu-list .listing-menu-text p {
	font-size: 16px;
	text-align: left;
	line-height: 26px;
	color: #666;
	overflow: hidden;
}
.image-no-wraper {
	width: 100%;
	height: 100%;
	display: flex;
	background: #000;
	color: #fff;
	bottom: 0;
	right: 0;
}
.image-no-waper {
	position: absolute;
	bottom: 5px;
	width: 159px;
	background: #000;
	color: #fff;
	text-align: center;
	right: 5px;
	border-radius: 10px;
	height: 112px;
	font-size: 22px;
}
.image-no-waper a {
	display: block;
	width: 100%;
	height: 100%;
	text-align: center;
	font-size: 14px;
	line-height: 22px;
	color: #fff;
	padding-top: 30px;
}
.image-no-waper a span {
	display: block;
	font-size: 28px;
}
.listing-carousel-wrap {
	position: relative;
}
.cta-main-wrap {
	background: linear-gradient(135deg, #006B6B 0%, #004D4D 50%, #003D3D 100%);
	background-size: cover;
	padding: 80px 0;
	position: relative;
	overflow: hidden;
}
.cta-main-wrap::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: url('data:image/svg+xml,<svg width="100" height="100" xmlns="http://www.w3.org/2000/svg"><defs><pattern id="grid" width="100" height="100" patternUnits="userSpaceOnUse"><path d="M 100 0 L 0 0 0 100" fill="none" stroke="rgba(255,255,255,0.05)" stroke-width="1"/></pattern></defs><rect width="100" height="100" fill="url(%23grid)"/></svg>');
	opacity: 0.3;
}
.cta-main-wrap h3 {
	font-size: 56px;
	font-weight: 900;
	line-height: 60px;
	color: #fff;
	text-transform: uppercase;
	font-family: "Manrope", sans-serif;
	letter-spacing: -1px;
}
.cta-main-wrap .cta_main_heading {
	font-size: 48px;
	font-weight: 900;
	line-height: 60px;
	color: #fff;
	font-family: "Manrope", sans-serif;
	position: relative;
	z-index: 1;
	letter-spacing: -1px;
}
.cta-main-wrap .cta_main_heading span {
	display: block;
	-webkit-text-stroke-width: 3px;
	-webkit-text-stroke-color: #FF6B6B;
	color: transparent;
	background: linear-gradient(135deg, #006B6B 0%, #004D4D 100%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}
.cta-main-wrap ul {
	list-style: none;
}
.cta-main-wrap ul li {
}
.cta-main-wrap ul li a {
	display: block;
	color: #006B6B;
	font-size: 15px;
	text-decoration: none;
	text-align: center;
	line-height: 28px;
	padding: 30px 20px;
	background: rgba(255, 255, 255, 0.98);
	border-radius: 20px;
	box-shadow: 0 10px 40px rgba(0, 0, 0, 0.15);
	transition: all 0.4s ease;
	border: 2px solid transparent;
	font-weight: 600;
}
.cta-main-wrap ul li a:hover {
	background: linear-gradient(135deg, #FF6B6B 0%, #FF5252 100%);
	color: #fff;
	transform: translateY(-8px);
	box-shadow: 0 20px 50px rgba(255, 107, 107, 0.4);
	border-color: #FF6B6B;
}
.cta-main-wrap ul li a strong {
	display: block;
	font-size: 32px;
	font-weight: 800;
	margin-bottom: 8px;
	font-family: "Manrope", sans-serif;
}
.cta-main-wrap .col-md-4 {
	padding-left: 0;
}
.accordion-button:not(.collapsed) {
	color: #006B6B !important;
	background: #f8f8f8 !important;
}
.accordion-button:not(.collapsed)::after {
	filter: brightness(0) saturate(100%) invert(37%) sepia(93%) saturate(1352%) hue-rotate(145deg) brightness(95%) contrast(101%);
}
html.no-scroll,
body.no-scroll {
	overflow: hidden;
	height: 100%;
}

.drawer-toggle-btn {
	margin-left: 15px;
}

.custom-drawer {
	position: fixed;
	top: 0;
	right: -600px;
	width: 600px;
	height: 100%;
	background: linear-gradient(180deg, #ffffff 0%, #f8f8f8 100%);
	color: white;
	transition: right 0.4s cubic-bezier(0.4, 0, 0.2, 1);
	z-index: 1001;
	box-shadow: -5px 0 30px rgba(0, 0, 0, 0.2);
}

.custom-drawer.active {
	right: 0;
}

.drawer-overlay {
	position: fixed;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	background: rgba(0, 0, 0, 0.6);
	backdrop-filter: blur(5px);
	z-index: 1000;
	display: none;
}

.drawer-overlay.active {
	display: block;
}

.drawer-title {
	margin-top: 0;
}

.drawer-menu {
	list-style: none;
	padding: 0;
	margin: 0;
}

.drawer-menu-item {
	margin: 15px 0;
}

.drawer-menu-item a {
	color: white;
	text-decoration: none;
}
.drawer-close-btn {
	position: absolute;
	top: 15px;
	right: 15px;
	background: rgba(255, 107, 107, 0.1);
	border: none;
	color: #FF6B6B;
	font-size: 28px;
	cursor: pointer;
	line-height: 1;
	padding: 0;
	width: 40px;
	height: 40px;
	border-radius: 50%;
	transition: all 0.3s ease;
}

.drawer-close-btn:hover {
	background: #FF6B6B;
	color: #fff;
	transform: rotate(90deg);
}
.menu-modal-dhow-cruise-wrap .modal-dialog {
	max-width: 750px;
}
.menu-modal-dhow-cruise-wrap .modal-body {
	padding: 40px 30px;
	background: linear-gradient(135deg, #fff4eb 0%, #ffffff 100%) url(../images/bg-menu.png) no-repeat top;
	background-size: cover;
	border-radius: 25px;
	box-shadow: 0 20px 60px rgba(0, 0, 0, 0.2);
}
.menu-modal-dhow-cruise-wrap .modal-content {
	border-radius: 25px;
	background: none;
	border: none;
}
.menu-modal-dhow-cruise-wrap .modal-header {
	background: #000;
}
.new-moda-menu-wraper h4 {
	font-size: 56px;
	color: #006B6B;
	position: relative;
	font-weight: 800;
	text-align: center;
	line-height: 50px;
	margin-bottom: 40px;
	font-family: "Manrope", sans-serif;
	letter-spacing: -1px;
}
.new-moda-menu-wraper h4 span {
	display: block;
	font-size: 44px;
	font-weight: 800;
	color: #FF6B6B;
	margin-bottom: 10px;
}
.new-moda-menu-wraper .btn-close {
	position: absolute;
	top: 20px;
	right: 20px;
	width: 40px;
	height: 40px;
	border: 3px solid #006B6B;
	border-radius: 50%;
	background-size: 15px;
	opacity: 0.7;
	box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
	outline: none;
	transition: all 0.3s ease;
}
.new-moda-menu-wraper .btn-close:hover {
	opacity: 1;
	background: #FF6B6B;
	border-color: #FF6B6B;
	transform: rotate(90deg);
}
.new-moda-menu-wraper h4 strong {
	border-bottom: 4px solid #006B6B;
	padding-bottom: 10px;
}
.new-menu-listing-wrap {
	border-bottom: 2px dashed rgba(0, 107, 107, 0.2);
	padding: 0px 0 20px 0;
	margin-bottom: 20px;
	display: flex;
	align-items: center;
}
.new-menu-list-text {
	width: 88%;
	float: left;
	padding-left: 20px;
}
.new-menu-listing-wrap h3 {
	font-size: 24px;
	color: #006B6B;
	font-weight: 700;
	margin-bottom: 8px;
	font-family: "Manrope", sans-serif;
}
.new-menu-listing-wrap p {
	font-size: 15px;
	color: #666;
	line-height: 24px;
}
.icon-heading-menu {
	width: 100px;
	height: 80px;
	overflow: hidden;
	border-radius: 15px;
	float: left;
	color: #000;
	box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
}
.menu-list-new-menu {
	padding: 20px;
	height: 450px;
	overflow: auto;
}
.book-now-btn {
	text-align: center;
	margin: 30px 0 15px 0;
}
.book-now-btn a {
	padding: 20px 60px;
	color: #fff;
	text-transform: uppercase;
	border-radius: 50px;
	font-size: 15px;
	font-weight: 700;
	background: linear-gradient(135deg, #006B6B 0%, #004D4D 100%);
	box-shadow: 0 8px 25px rgba(0, 107, 107, 0.3);
	letter-spacing: 1px;
	display: inline-block;
}
.book-now-btn a:hover {
	background: linear-gradient(135deg, #FF6B6B 0%, #FF5252 100%);
	transform: translateY(-3px);
	box-shadow: 0 12px 35px rgba(255, 107, 107, 0.4);
}
.drawer {
	position: fixed;
	top: 0;
	right: 0;
	height: 100%;
	width: 320px;
	background: linear-gradient(180deg, #ffffff 0%, #f8f8f8 100%);
	box-shadow: -5px 0 30px rgba(0, 0, 0, 0.2);
	transform: translateX(100%);
	transition: transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
	z-index: 1001;
}

.drawer.open {
	transform: translateX(0);
}

.drawer-overlay {
	position: fixed;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	background: rgba(0, 0, 0, 0.6);
	backdrop-filter: blur(5px);
	opacity: 0;
	pointer-events: none;
	transition: opacity 0.4s ease;
	z-index: 1000;
}

.drawer-overlay.active {
	opacity: 1;
	pointer-events: auto;
}

.drawer-content {
	padding: 30px;
}

/* CSS media queries */

@media (max-width:1430px) and (min-width:1170px) {
	.header-main-wraper .navbar-nav li {
		padding: 0 10px;
	}
	.package-image-text-wrp ul li {
		padding: 3px 0;
		padding-left: 30px;
	}
	.package-image-text-wrp h4 {
		margin-bottom: 5px;
	}
	.button-package-wrap {
		margin-top: 5px;
	}
	.small-image-wrap {
		height: 201px;
	}
}
@media (max-width:1250px) and (min-width:1170px) {
}
@media (max-width:1192px) and (min-width:1170px) {
	.phone-number-header {
		width: 165px;
	}
	.phone-number-header strong {
		font-size: 17px;
	}
}
@media screen and (max-width:1169px) {
	.container {
		max-width: 100%;
	}
	.close-menu-btn {
		display: block;
	}
	.navbar-expand-sm .navbar-toggler {
		display: block;
		position: absolute;
		right: 20px;
		top: 17px;
		border: 1px solid #000;
	}
	.navbar-expand-sm .navbar-collapse {
		position: fixed;
		background: #fff;
		right: 0;
		height: 100%;
		top: 0;
		z-index: 11111;
		display: block !important;
		width: 300px;
	}
	.collapse:not(.show) {
		display: none !important;
	}
	.navbar-nav {
		display: block;
	}
	.navbar-expand-sm .navbar-collapse .d-flex {
		display: block !important
	}
	.navbar-expand-sm .navbar-nav {
		width: 100%;
	}
	.pacakges-main-wraper .container-fluid {
		padding: 0 20px;
	}
	.listing-package-wrap {
		padding: 30px;
	}
	.package-image-text-wrp h4 {
		margin-bottom: 0;
	}
	.phone-number-header {
		width: 100%;
		left: 36px;
	}
	.button-book-now a {
		display: none;
	}
	.phone-number-header {
		display: none !important;
	}
	.drawer-toggle {
		background: linear-gradient(135deg, #FF6B6B 0%, #FF5252 100%);
		color: #fff !important;
		border-color: #FF6B6B;
	}
	.drawer-toggle img {
		filter: brightness(0) invert(1);
	}
	.button-package-wrap span {
		margin-right: 5px;
	}
	.button-package-wrap a {
		padding: 16px 30px
	}
	.package-image-text-wrp ul li {
		padding: 7px 0;
		padding-left: 30px;
	}
	.button-package-wrap {
		margin-top: 5px;
	}
	.listing-dhow-package-image {
		height: 260px;
	}
	.listing-info-text {
		width: 78%;
	}
	.close-menu-btn {
		text-align: right;
		padding: 25px;
	}
	.mobile-gallery-slider {
		display: block;
	}
}
@media screen and (max-width:768px) {
	.navbar-expand-sm .navbar-toggler {
		top: -94px
	}
	.slider-main-wraper h1 {
		padding-top: 25px;
		font-size: 42px;
	}
	.slider-main-wraper {
		padding: 60px 0 80px 0;
	}
	.slider-main-wraper p {
		font-size: 17px;
		line-height: 28px;
	}
	.listing-dhow-package-image img {
		width: 100%;
	}
	.pacakges-main-wraper {
		padding: 60px 0;
	}
	.pacakges-main-wraper h2 {
		font-size: 36px;
		margin-top: 10px;
	}
	.pacakges-main-wraper p br {
		display: none;
	}
	.choose-pacakges-main-wraper {
		padding: 25px 0 !important;
	}
	.pacakges-main-wraper ul {
		margin-top: 0;
	}
	.package-image-text-wrp h3 {
		font-size: 32px;
	}
	.package-image-text-wrp h2 {
		font-size: 36px;
	}
	.dhow-cruise-other-package h2 {
		font-size: 36px;
	}
	.picture-gallery-main-wraper h4 {
		font-size: 36px;
	}
	.frequently-question-wraper .faq-heading {
		font-size: 36px;
	}
	.frequently-question-wraper {
		padding: 60px 0;
	}
	.frequently-question-wraper .accordion {
		width: 100%;
	}
	.package-image-text-wrp h4 {
		font-size: 25px;
	}
	.dhow-cruise-other-package {
		padding-top: 30px;
	}
	.dhow-cruise-other-package h2 {
		margin-bottom: 30px;
	}
	.picture-gallery-main-wraper ul {
		display: none;
	}
	.site-logo-wrap img {
		width: 120px;
	}
	.header-main-wraper .navbar-nav li {
		top: 0;
		padding: 15px 25px;
	}
	.navbar-dark .navbar-toggler-icon {
		background-image: url(../images/menu.png) !important
	}
	.navbar-toggler-icon {
		width: 1em;
	}
	.price-btns-wraper .listing-price {
		margin-top: 5px;
	}
	.listing-dhow-package-text {
		padding: 20px;
	}
	.sticky-phone-wrap {
		display: none;
	}
	.site-logo-wrap {
		text-align: left;
		padding-left: 15px;
	}
	.mobile-phone-no {
		position: absolute;
		right: 92px;
		font-size: 18px;
		font-weight: bold;
		line-height: 19px;
		top: 15px;
	}
	.mobile-phone-no a {
		color: #006B6B;
	}
	.mobile-phone-no span {
		display: block;
		font-size: 14px;
		font-weight: normal;
		color: #FF6B6B
	}
	.mobile-phone-no {
		display: block;
	}
	.contact-form-wraper form {
		width: 100%;
	}
	.contact-form-wraper {
		padding: 60px 0;
	}
	.sticky-new-year-btn {
		width: 70px;
		top: 37%;
	}
	canvas {
		top: 17%;
	}
	.header-navigation-wrap {
		top: 0;
		position: absolute;
		right: 0;
		width: 132px;
	}
	.side-panel {
		width: 95%;
		right: -95%;
	}
	.package-image-text-wrp ul li {
		background-size: 5.5%;
	}
	.cta-main-wrap {
		padding: 50px 20px;
	}
	.cta-main-wrap .col-md-4 {
		padding-left: 0;
		padding-right: 0;
	}
	.cta-main-wrap .cta_main_heading {
		text-align: center;
		margin-bottom: 40px;
		font-size: 36px;
	}
	.cta-main-wrap ul li a {
		margin-bottom: 20px;
		padding: 25px 15px;
	}
	.button-package-wrap a {
		padding: 16px 30px;
		display: block;
		text-align: center;
		margin-right: 0;
	}
	.button-package-wrap button {
		width: 100%;
		padding: 16px 30px;
		display: block;
		text-align: center;
		margin: 9px 0 0 0;
	}
	.package-description-wrap {
		padding: 20px;
	}
	.infor-text-main-wrap {
		padding: 60px 0 30px 0;
	}
	.infor-text-main-wrap h2 {
		font-size: 32px;
	}
	.frequently-question-wraper .faq-heading {
		font-size: 32px;
		line-height: 40px;
		margin-bottom: 30px;
	}
	.contact-form-wraper .contact-heading {
		font-size: 32px;
		margin-bottom: 30px;
	}
	.infor-text-main-wrap p {
		padding-bottom: 15px;
	}
	.new-moda-menu-wraper h4 span {
		font-size: 32px;
	}
	.new-moda-menu-wraper h4 {
		font-size: 36px;
		line-height: 40px;
	}
	.menu-list-new-menu {
		height: 350px;
	}
	.listing-package-wrap {
		padding: 25px;
	}
}
@media screen and (max-width:480px) {
	.button-package-wrap span {
		display: block;
		margin-bottom: 20px;
		font-size: 36px;
	}
	.package-image-text-wrp h3 {
		font-size: 28px;
		margin-top: 20px;
	}
	.slider-main-wraper h1 {
		font-size: 32px;
	}
	.pacakges-main-wraper .heading-choose-wrap {
		font-size: 32px;
	}
	.cta-main-wrap .cta_main_heading {
		font-size: 28px;
	}
}

/* CSS media */
