@import url('https://fonts.googleapis.com/css2?family=Playfair:ital,opsz,wght@0,5..1200,300..900;1,5..1200,300..900&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Caprasimo&family=Kalam:wght@300;400;700&family=Marcellus&family=Playfair+Display:ital,wght@0,400..900;1,400..900&family=Playwrite+HU:wght@100..400&family=Poetsen+One&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Caprasimo&family=Kalam:wght@300;400;700&family=Leckerli+One&family=Marcellus&family=Playfair+Display:ital,wght@0,400..900;1,400..900&family=Playwrite+HU:wght@100..400&family=Poetsen+One&display=swap');
:root {
	--primary-color: #1c1464;
	--text-color: #585858;
	--yellow-color: #faaf40ff;
	--white: #fff;
	--black: #000;
	--btn-color: #1c1464;
	--bg-color: #e9ecefff;
	--youtube: #FF0000;
	--instagram: #C32AA3;
	--whatsapp: #25D366;
	--facebook: #1877F2;
	--google: #ea4335;
	--tripadvisor: #00af87;
	--tiktok: #010101;

	--email: #E87715;
	--phone: #521A97;
	--font-primary: "Kalam", cursive;
	--font-secondary: "Playfair", serif;

}

body {
	margin: 0;
	padding: 0;
	top: 0 !important;
	overflow-x: hidden;
	font-family: var(--font-primary);
	position: relative;
}

ul li {
	list-style: none;
}

ul {
	padding-left: 0;
}

p {
	color: var(--text-color);
	font-size: 15px;
	font-weight: 400;

}

.navbar {
	position: fixed;
	width: 100%;
	z-index: 5;
	background: white;
	transition: .5s;
	padding-top: 15px;
	padding-bottom: 15px;
}

.navbar.navbar-fixed {
	background: var(--white);
	box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.3);
	padding-top: 5px;
	padding-bottom: 5px;
}

.navbar .navbar-brand img {
	width: 120px;
}

.navbar-brand {
	padding: 0 !important;
	margin: 0 !important;
}

footer img {
	width: 200px;
	margin-bottom: 10px;



}

.nav-link {
	font-size: 14px;
	font-weight: 400;
	text-transform: uppercase;
	color: black;
	transition: .5s;
	padding: 10px !important;
}



.navbar.navbar-fixed .nav-link {
	color: var(--black);
}

.nav-link:hover,
.navbar.navbar-fixed .nav-link:hover {
	color: var(--btn-color);
}

.hero {
	position: relative;

}

.hero img {
	width: 100%;
	object-fit: cover;
	height: 800px;
}

.hero-content {
	position: absolute;
	left: 50%;
	transform: translate(-50%, -50%);
	bottom: 185px;
	text-align: center;
	color: var(--white);
	font-family: var(--font-primary);

}



.hero-content h1 {
    font-size: 62px;
    font-weight: 400;
	
    text-shadow: 2px 2px 8px rgba(0, 0, 0, 0.4); /* X, Y, blur, color */
}

.hero-date {
	position: absolute;
	left: 40px;
	bottom: 20px;
	color: var(--white);
	text-transform: uppercase;

}

.hero-date h6 {
	font-size: 22px;
	font-weight: 400;
	margin: 0;
	padding: 0;
}

.hero-date h5 {
	font-size: 28px;
	margin: 0;
	font-weight: 400;
	padding: 0;
}

h4.section-title {
	font-weight: 400;
	color: var(--primary-color);
	font-size: 45px;

}

.btn-fill,
.btn-fill:hover {
	border: 1px solid var(--btn-color);
	background-color: var(--btn-color);
	font-size: 14px;
	font-weight: 400;
	color: var(--white);
	padding: 8px 16px;
	text-transform: uppercase;
	border-radius: 0px;
	text-decoration: none;
	transition: .5s;
}

.btn-fill:hover {
	color: var(--btn-color);
	background-color: var(--white);
}

.btn-more,
.btn-more:hover {
	color: var(--primary-color);
	font-size: 12px;
	font-weight: 700;
	text-decoration: none;
	position: relative;
	text-transform: uppercase;
	transition: .5s;
	padding-right: 35px;
}

.btn-more:hover {
	color: var(--btn-color);
}

.btn-more:before {
	content: ' ';
	width: 30px;
	height: 3px;
	right: 0;
	top: 50%;
	transition: .5s;
	position: absolute;
	background: var(--primary-color);
}

.btn-more:hover:before {
	background-color: var(--btn-color);
}

.btn-more.text-white::before {
	background-color: var(--white);
}

.container-xl {
	max-width: 90% !important;
}

.package-card,
.destination-card {
	position: relative;
	overflow: hidden;
}

.destination-card i {
	position: absolute;
	top: 0;
	z-index: 2;
	content: '';
	background-color: var(--black);
	color: var(--white);
	width: 50px;
	height: 50px;
	border-radius: 50%;
	text-align: center;
	line-height: 48px;
	margin-top: -25px;
	margin-left: -25px;
	font-size: 25px;
	border: 3px solid var(--yellow-color);
}

.overlay {
	position: absolute;
	width: 100%;
	height: 100%;
	background: linear-gradient(to top, rgba(0, 0, 0, 0.3) 10%, transparent);
	content: '';
	left: 0;
	top: 0;
}

.instagram-img .overlay {
	background: rgba(0, 0, 0, 0.4);
	transition: .5s;
	font-size: 25px;
	display: flex;
	align-items: center;
	justify-content: center;
	opacity: 0;
	font-weight: 400;
}

.instagram-img .overlay:before {
	content: '\F437';
	font-family: 'bootstrap-icons';
	color: #fff;
	display: flex;
	align-items: center;
	justify-content: center;
	opacity: .8;
}

.instagram-img:hover .overlay {
	opacity: 1;

}

.package-card img {
	width: 100%;
	height: 320px;
	object-fit: cover;
	padding: 0;
	transition: .5s;
}

.destination-card img {
	width: 100%;
	height: 450px;
	object-fit: cover;
	padding: 0;
	transition: .5s;
}

.package-card:hover img,
.destination-card:hover img {
	transform: scale(1.1) rotate(2deg);
}

.instagram-img img {
	width: 220px;
	height: 220px;
	object-fit: cover;
	padding: 0;
}

.package-details,
.destination-details {
	position: absolute;
	bottom: 0;
	left: 0;
	padding: 20px;
	color: var(--white);
}



.package-details h5 a,
.destination-details h5 a {
	font-size: 18px;
	font-weight: 400;
	text-transform: uppercase;
	color: var(--white);
	text-decoration: none;
}


.package-details p,
.destination-details p {
	font-size: 14px;

	line-height: 1.3;
	margin: 0;
	padding: 0;
	color: var(--white);

}



.tour {
	padding: 30px 0;
	background: linear-gradient(90deg, #1c1464e8 40%, #fff 40%), url(../images/adventure_banner.jpg);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	margin-top: 50px;

}

.packages {
	margin: 60px 0 50px 0;
}
.mh{
	margin-top: -150px;
}
.review {
	padding: 50px 0 150px 0;
	background: linear-gradient(to bottom, rgba(255, 255, 255, 1) 10%, transparent), url(../images/beaches_1.jpg);
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
	position: relative;
}

.about-review {
	background-image: none;
	padding: 30px 0;
}



.transport-contact {
	margin-bottom: 20px;
}

.transport-title {
	color: var(--yellow-color);
}

.transport-contact .item {
	display: flex;
	align-items: center;
	margin-right: 10px;
	padding: 20px;
	background-color: var(--yellow-color);
	border-radius: 5px;
	color: black;
}

.transpot-title {
	color: var(--primary-color);
}

.vehicle-feet {
	display: flex;
	align-items: center;
	justify-content: center;
	flex-wrap: wrap;
}

.vehicle-feet .item {
	width: 200px;
	height: 200px;

}

.vehicle-feet .item:hover {
	background-color: #f9f9f9;
}

.vehicle-feet .item img {
	width: 100%;
	margin: auto;
	object-fit: cover;
}

.transport-features {
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 0;
	padding: 0;
	flex-wrap: wrap;
}

.transport-features li {
	padding: 10px;
	padding-left: 25px;
	font-size: 17px;
	font-weight: 600;
	position: relative;
}

.transport-features li:before {
	color: var(--btn-color);
	content: '\F26F';
	position: absolute;
	font-family: 'bootstrap-icons';
	left: 0;
	font-size: 20px;
	font-weight: 600;
	line-height: 25px;
}

.contact-form h5 {
	font-weight: 400;
	font-size: 28px;

}

.whatsapp-icon {
	width: 150px;
	position: fixed;
	right: 20px;
	bottom: 65px;
	z-index: 999;
	animation: spin 10s infinite;
}

.transport-contact .item h5 {
	font-size: 16px;
	color: black;
	font-weight: 400;
	padding: 0;
	margin: 0;

}

.transport-contact a {
	color: black;
	text-decoration: none;
}

.transport-contact .item h6 {
	font-size: 16px;
	padding: 0;
	margin: 0;
	color: black;
	font-weight: 500;
}

.transport-contact .item i {
	font-size: 30px;
	color: black;
	margin-right: 10px;
}

.news {
	padding: 50px 0 60px 0;

}

.instagram-card {
	position: absolute;
	margin-top: 40px;
	width: 90%;
	overflow: hidden;

}

.review p {
	color: var(--black);
}

.review-btns {
	display: flex;
	align-items: center;
	justify-content: center;
}

.review-card {
	display: flex;
	text-decoration: none;
	align-items: center;
	padding: 0 20px;
	flex-wrap: wrap;
}

.review-card img {
	width: 40px;
	height: 40px;
}

.review-card h6 {
	color: var(--black);
	font-size: 16px;
	line-height: 1;
	margin: 0;
	padding: 0;
	margin-left: 10px;
	white-space: normal;
	text-align: left;

}

.border-left {
	border-left: 2px solid var(--black);
}

.news-card,
.tour-card {
	position: relative;
	background-color: var(--white);
}

.news-card img {
	width: 100%;
	height: 200px;
	object-fit: cover;
}

.tour-card img {
	width: 100%;
	height: 250px;
	object-fit: cover;
}

.news-card .news-img,
.tour-card .tour-img {
	position: relative;
}

.news-img span {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	background-color: rgba(0, 0, 0, 0.4);
	color: var(--white);
	font-size: 12px;
	text-transform: uppercase;
	padding: 10px 20px;
}

.tour-img span.days {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	background-color: var(--primary-color);
	color: var(--white);
	font-size: 18px;
	text-transform: uppercase;
	padding: 10px 20px;
}

.tour-img span.price {
	position: absolute;
	top: 18px;
	left: 18px;
	background-color: var(--primary-color);
	color: var(--white);
	font-size: 16px;
	text-transform: capitalize;
	padding: 5px 10px;
	border: 2px solid var(--btn-color);


}


.days {
  display: block;           /* makes the span full-width */
  text-align: center;       /* centers the text/icon */
  font-size: 18px;          /* change to whatever size you want */
  font-weight: 500;         /* optional */
  margin-top: 5px;          /* optional spacing */
}
.days i {
  margin-right: 5px;        /* small space between icon and text */
}


.tour-img {
  position: relative;
}

.badge {
  position: absolute;
  padding: 10px 10px;
  font-size: 14px;
  font-weight: bold;
  color: #fff;
  z-index: 10;
  border-radius: 100px;
}

/* Top-left duration */
.duration-badge {
  top: 10px;
  left: 10px;
  background-color: #f4791e; /* red */
}

/* Top-right price */
.price-badge {
  top: 10px;
  right: 10px;
  background-color: #27ae60; /* green */
}



.news-details,
.tour-details {
	padding: 5px;

}

.news-details h5 a,
.tour-details h5 a {
	font-size: 18px;
	color: var(--black);
	font-weight: 400;
	text-decoration: none;
	font-size: 25px;
	transition: .5s;
}

.news-details h5 a:hover,
.tour-details h5 a:hover {
	color: var(--btn-color);
}
footer {
    background-image: url('../images/footer.png'); /* Add your image path here */
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    padding: 300px 0 20px 0;
}

/* Mobile view (you can adjust max-width as needed) */
@media (max-width: 768px) {
    footer {
        background-position: unset;
        padding: 150px 0 20px 0; /* reduce top padding for mobile */
    }
}


.footer-nav {
	margin-top: 20px;
	padding: 20px 0;
	margin-bottom: 20px 0;
	border-top: 1px solid rgba(255, 255, 255, .5);
	border-bottom: 1px solid rgba(255, 255, 255, .5);
}

#itemSplide {
	overflow: hidden;
}

#itemSplide .splide__slide h5 {

	transform: translateX(0px);
	transition: .5s;

}

#itemSplide .splide__slide.is-active h5 {
	transform: translateX(10px);
	opacity: 1;

}

#itemSplide .splide__slide {
	transition: .3s;
	cursor: pointer;
}





.footer-links {
	display: flex;
	justify-content: center;
	margin-bottom: 20px;
	flex-wrap: wrap;
}

.footer-links a {
	text-decoration: none;
	font-size: 14px;
	text-transform: uppercase;
	color: var(--white);
	margin: 0 10px;
	transition: .5s;
}

.footer-links a:hover {
	color: var(--btn-color);
}

.footer-social {
	display: flex;
	align-items: center;
	justify-content: center;
	flex-wrap: wrap;
}

.footer-social a {
	text-decoration: none;
	margin: 0;
	padding: 0;
	margin: 0 5px;
}

.footer-social a:hover {
	opacity: .7;

}

.footer-social a i {
	width: 30px;
	height: 30px;
	border-radius: 50%;

	display: block;
	color: var(--white);
	font-size: 14px;
	line-height: 30px;
	text-align: center;
	margin: 0;
	padding: 0;
}

.home-chat a>i.bi.bi-youtube,
.footer-social a i.bi.bi-youtube {
	background: var(--youtube);
}



.home-chat a>i.fa.fa-facebook-f,
.footer-social a i.fa.fa-facebook-f {
	background: var(--facebook);
}

.home-chat a>i.fa.fa-tripadvisor,
.footer-social a i.fa.fa-tripadvisor {
	background: var(--tripadvisor);
}

.home-chat a>i.bi.bi-whatsapp,
.footer-social a i.bi.bi-whatsapp {
	background: var(--whatsapp);
}

.home-chat a>i.bi.bi-instagram,
.footer-social a i.bi.bi-instagram {
	background: var(--instagram);
}

.footer-social a i.fa.fa-google-plus {
	background: var(--google);
}

.home-chat a>i.bi.bi-tiktok,
.footer-social a i.bi.bi-tiktok,
.footer-social a i.bi.bi-twitter-x,
.footer-social a i.bi.bi-threads {
	background-color: var(--tiktok);
}

.home-chat a>i.bi.bi-telephone {
	background-color: var(--phone);
}

.home-chat a>i.bi.bi-envelope {
	background-color: var(--email);
}

.contact-social {
	margin-top: 20px;

}


.contact-social a {
	color: var(--primary-color);
	margin-right: 10px;
	font-size: 25px;

}

.contact-social a:hover {
	color: var(--btn-color);
}

p.copyright {
	font-size: 14px;
	font-weight: 400;
	color: var(--white);
	padding: 0;
	margin: 0;
}

.copyright a {
	color: var(--white);
	text-decoration: none;
}

.contact-page-details h6 {
	font-size: 32px;
	text-transform: uppercase;
	font-weight: 400;
	color: var(--primary-color);
}

.contact-page-details h5 {
	font-size: 25px;
	text-transform: uppercase;
	font-weight: 400;
	color: var(--black);
}

.quick-links {
	display: flex;
	flex-direction: row;
}

.quick-links ul {
	margin-right: 20px;
}

footer p {
	font-size: 14px;
}

.quick-links a {
	text-decoration: none;
	font-size: 14px;
	color: var(--white);
	margin-bottom: 10px;
	transition: .5s;
	padding-left: 20px;
	display: flex;
	align-items: center;
	position: relative;
	transition: .5s;
}

.quick-links a:hover {
	color: var(--btn-color);
}

.quick-links a:before {
	color: var(--btn-color);
	content: '\F309';
	position: absolute;
	font-family: 'bootstrap-icons';
	left: 0;
	font-size: 25px;
	font-weight: 600;
	line-height: 25px;

}

.footer-title {
	font-size: 14px;
	background: var(--primary-color);
	/* This will be the background color */
	color: var(--white);
	padding: 2px 10px;
	text-transform: uppercase;
	display: inline-block;
	/* Ensures only the text area is covered */
	margin-bottom: 10px;
	/* Optional: adds space below the title */
}


.footer-contact {
	display: flex;
	align-items: center;
	margin-bottom: 10px;
}

.footer-contact i {

	color: var(--white);
	min-width: 30px !important;
	height: 30px;
	border-radius: 50%;

	display: block;
	color: var(--white);
	font-size: 16px;
	line-height: 30px;
	text-align: center;
	margin-right: 7px;
	margin-left: 7px;
	padding: 0;
	background-color: var(--primary-color);
}

.contact-item {
	display: flex;
	align-items: center;
	margin-bottom: 20px;
}

.contact-item i {

	color: var(--white);
	min-width: 50px !important;
	height: 50px;
	border-radius: 50%;

	display: block;
	color: var(--white);
	font-size: 18px;
	line-height: 50px;
	text-align: center;
	margin-right: 10px;
	padding: 0;
	background-color: var(--primary-color);

}

.footer-contact a {
	font-size: 20px;
	color: var(--white);
	transition: .5s;
	text-decoration: none;
}

.footer-contact a:hover {
	color: var(--btn-color);
}

.contact-item a {
	font-size: 22px;
	color: var(--black);
	text-decoration: none;
	font-weight: 500;
	transition: .5s;
}

.contact-item a:hover {
	color: var(--btn-color);
}

.destination {
	padding: 50px 0;
	background: radial-gradient(circle at center, #C8E9F2 30%, #ffff 50%, #fff 100%);
}

.destination-map {
	position: relative;
}

.destination-map img {
	width: 550px;
	height: 100%;
	object-fit: cover;
	margin: 30px;
	position: relative;
}

.map-pin h5 {
	font-size: 12px;
	color: var(--black);
	text-transform: uppercase;
	font-weight: 400;

}

.map-pin>div {
	transition: .5s;
}

.destination .destination-item.beach-item.active+.destination-map .map-pin .beaches {
	display: none;
}

.dot-right h5 {
	margin-right: 2px;
	border-radius: 2px;
	background: linear-gradient(to right, rgba(255, 255, 255, 0.95) 90%, transparent);
	padding: 0 18px 0 3px;
	position: relative;
	margin: 0;
}

.dot-right h5:before {
	position: absolute;
	content: url('../images/map-dot.png');
	right: 0;
	top: 0;
	width: 15px;
	height: 15px;

}

.dot-left h5 {
	margin-left: 2px;
	border-radius: 2px;
	background: linear-gradient(to left, rgba(255, 255, 255, 0.95) 90%, transparent);
	padding: 0 3px 0 18px;
	position: relative;
	margin: 0;

}

.dot-left h5:before {
	position: absolute;
	content: url('../images/map-dot.png');
	left: 0;
	top: 0;
	width: 15px;
	height: 15px;
}

.dot-right {
	position: absolute;
	display: flex;
	cursor: pointer;
}

.dot-left {
	cursor: pointer;
	position: absolute;
	display: flex;

}

.map-pin img {
	width: 15px;
	height: 15px;
	margin: 0;
	padding: 0;
	object-fit: cover;
}


.destination-item {
	display: flex;
	align-items: center;
	margin: 20px;
}


.destination-img {
	position: relative;
}

.destination-img img {
	width: 80px;
	height: 80px;
	object-fit: cover;
	border-radius: 50%;
	position: relative;
}

.destination-img:before {
	position: absolute;
	content: '';
	left: -5px;
	top: -5px;
	background: var(--white);
	border-radius: 50%;
	width: 90px;
	height: 90px;
	border: 2px dotted var(--primary-color);

}

.destination-item h5 {
	font-size: 16px;
	font-weight: 400;
	text-transform: uppercase;
	margin-left: 20px;
}


.destination-item {
	cursor: pointer;
}

.section-banner {
	height: 450px;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
	position: relative;
	overflow: hidden;
}

.section-banner .overlay {
	background: rgba(0, 0, 0, .3);
	z-index: 0;
}

.booking {
	background-size: 100%;
	background-repeat: no-repeat;
	background-position: center;
	position: relative;
	background: linear-gradient(to top, rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3));
	background-image: url(../images/booking-bg.jpg);
	padding: 50px 0;
}

.booking,
.booking p {
	color: var(--white);
}



.booking ul li {
	margin-right: 10px;
	font-size: 16px;
	display: flex;
	align-items: center;
	margin-top: 10px;
}

.booking ul li i {
	margin-right: 10px;
}

.booking ul li a {
	text-decoration: none;
	color: var(--white);
}

.booking ul li a:hover {
	color: var(--btn-color);
}

.booking h5 {
	font-size: 35px;
	font-weight: 500;
}

.booking h6 {
	font-size: 22px;
	font-weight: 500;
}

.book-form-content input {
	background-color: #ffffff;
	padding: 8px 10px;
	font-size: 14px;
	color: var(--text-color);
	font-weight: 400;
	border-radius: 4px;
	width: 100%;
	margin-bottom: 10px;
	box-shadow: none;
	border: none;
}

.book-form-content select {
	background-color: var(--white);
	padding: 8px 10px;
	font-size: 14px;
	color: var(--text-color);
	font-weight: 400;
	border-radius: 4px;
	width: 100%;
	margin-bottom: 10px;
	box-shadow: none;
	border: 1px solid black;
}



.book-form-content textarea {
	background-color: var(--white);
	padding: 8px 10px;
	font-size: 14px;
	color: var(--text-color);
	font-weight: 400;
	border-radius: 4px;
	width: 100%;
	margin-bottom: 10px;
	box-shadow: none;
	border: none;
}

.contact-form .book-form-content input,
.contact-form .book-form-content textarea {
	border: 1px solid var(--black);
}

.book-form {
	background-color: var(--bg-color);
	padding: 30px;
	border-radius: 10px;
}



.banner-text {
	width: 100%;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

.banner-text .btn-fill {
	margin-top: 15px;
}

.banner-text h2 {
	font-size: 45px;
	font-weight: 500;
}

.banner-text h5 {
	font-size: 16px;
	font-weight: 400;
	text-transform: uppercase;
}

.banner-text h5 span {
	font-size: 20px;
	font-weight: 500;
}

.banner-text ul {
	margin-left: 0;
	padding-left: 0;
}

.banner-text ul li {
	display: flex;
	font-size: 16px;
	justify-content: center;
}

.banner-text ul li i {
	margin-right: 10px;
}

.package-page {
	padding: 50px 0;
	background-color: #eee;
}

.latest-packages {
	background: linear-gradient(to bottom, #eee, #fff);
}

.destination-page {
	padding: 50px 0;
}

.border-b-1 {
	border-radius: 10px;
	margin-bottom: 30px;
	padding: 30px;
	background: #fff;
}

.gallery-img img {
	width: 100%;
	height: 250px;
	object-fit: cover;
	transition: 1s;
	transform: scale(1.1);
}

.gallery-img {
	overflow: hidden;
	position: relative;


}

.splide__arrow {
	opacity: .7;
	background: var(--white);
	width: 40px;
	height: 40px;

}

.splide__arrow svg {
	fill: var(--text-color);
}

.package-title {
	font-weight: 500;
	font-size: 24px;
	margin-bottom: 20px;
}

.img-overlay {
	transition: .5s;
	color: var(--white);
	text-align: center;
	position: absolute;
	top: 0;
	z-index: 2;
	bottom: 0;
	font-size: 30px;
	left: 0;
	right: 0;
	height: 100%;
	width: 100%;
	opacity: 0;
	transition: .5s ease;
	background-color: rgba(0, 0, 0, 0.4);

	color: var(--white);
	display: flex;
	justify-content: center;
	align-items: center;
}

.gallery-img:hover .img-overlay {
	opacity: 1;
}

.gallery-img:hover img {
	transform: scale(1);
}

.nested-list {
	display: none;
	padding-bottom: 10px;
	margin-left: 40px;
}

.itinerary h5 {
	cursor: pointer;
	padding: 0 10px 10px 35px;
	display: flex;
	position: relative;
	font-size: 18px;
	font-weight: 500;
	margin-bottom: 0;
	align-items: center;
}

.itinerary h5 strong {
	font-size: 18px;
	font-weight: 600;
	margin-right: 10px;
	text-transform: uppercase;
}

.itinerary>ul>li {
	margin-bottom: 10px;

	border-bottom: 1px dotted var(--text-color);
}

.itinerary>ul>li:last-child {


	border-bottom: none;
}

.itinerary h5::before {
	width: 25px;
	height: 25px;
	background: var(--btn-color);
	color: var(--white);
	content: '\F4FE';
	position: absolute;
	font-family: 'bootstrap-icons';
	left: 0;
	text-align: center;
	font-size: 25px;
	border-radius: 50%;
	line-height: 25px;
	font-weight: 600;
}

.Language {

	cursor: pointer;
	position: fixed;
	bottom: 20%;
	right: 0;
	z-index: 100;
	transition: .5s;

}

.Language select {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	font-weight: 400;
	background-color: var(--primary-color);
	color: #fff;
	cursor: pointer;
	border-radius: 0;
	padding: 5px 10px;
	border: none;
	font-size: 16px;
}

.custom_select::after {
	color: #fff;
}

.Language select option {
	color: #fff;
	line-height: 20px;
	min-height: 20px;
	font-size: 16px;

}

.Language .open .list {
	border-radius: 0;
	padding: 5px 0;
}

.Language::after {
	content: "";
	font-family: "fontawesome";
	/* Unicode character for a down arrow */
	position: absolute;
	top: 50%;

	transform: translateY(-50%);
	color: #fff;
	font-size: 22px;
	pointer-events: none;
	right: 7px;
}

.VIpgJd-ZVi9od-ORHb,
.VIpgJd-ZVi9od-ORHb-OEVmcd {

	display: none !important;
}

.home-chat a {
	margin-right: 0px;
	position: relative;
	display: flex;
}

.home-chat {
	position: fixed;
	bottom: 25%;
	right: 0;
	z-index: 100;
}

.home-chat a,
.home-chat a:hover {
	text-decoration: none;
}

.home-chat a>i {
	font-size: 25px;
	text-align: center;
	height: 45px;
	width: 45px;
	color: #fff;
	line-height: 45px;
	border: none;
	border-radius: 0;
	display: block;
	position: relative;

}

.home-chat a>i:hover {
	opacity: .7;
}

.additional ul li {
	display: flex;
	margin-bottom: 10px;
	padding: 10px 0;
	border-bottom: 1px dotted var(--btn-color);
	flex-direction: row;
}

.additional ul li:last-child {
	margin-bottom: 0;
	border-bottom: none;
}

.additional h5 {

	font-size: 20px;
	font-weight: 500;
}

.additional h6 {
	font-size: 20px;
	font-weight: 600;
	margin-right: 10px;
}

.additional-list {
	margin-top: 10px;
}

.additional-list ul li {
	display: flex;
	font-size: 16px;
	font-weight: 500;
	display: flex;
	padding: 10px 0;
	border-bottom: 1px dotted var(--btn-color);
	flex-direction: row;
	padding-left: 25px;
	position: relative;
}

.additional-list ul li:last-child {
	border: none;
}

.nested-list>ul>li {
	padding-left: 25px;
	position: relative;
}

.nested-list>ul>li:before {
	color: var(--btn-color);
	content: '\F26E';
	position: absolute;
	font-family: 'bootstrap-icons';
	left: 0;
	font-size: 25px;
	font-weight: 600;
	line-height: 25px;

}

.additional-list>ul>li:before {
	color: var(--btn-color);
	content: '\F309';
	position: absolute;
	font-family: 'bootstrap-icons';
	left: 0;
	font-size: 25px;
	font-weight: 600;
	line-height: 25px;

}

.vision-card {
	padding: 20px;
	margin-top: 18px;
}

.vision-card p {
	font-size: 20px;
	font-weight: 600;
	font-style: italic;
}

.vision-card h5 {
	font-size: 25px;
	color: var(--primary-color);
	text-transform: uppercase;
	position: relative;
	padding-left: 35px;
	display: block;
}

.vision-card h5:before {
	position: absolute;
	width: 30px;
	left: 0;
	height: 3px;
	top: 50%;
	content: '';
	background-color: var(--primary-color);
}

.vision-card i {
	color: var(--primary-color);
	font-size: 40px;
	font-weight: 600;
}

@media (min-width:992px) {







	.navbar.navbar-fixed .navbar-brand img {

		filter: none;
	}

	.order-lg-1 {
		order: 1;
	}

	.order-lg-2 {
		order: 2;
	}

	.order-lg-3 {
		order: 3;
	}

	.tour .section-title,
	.tour-p,

	.tour .btn-more {
		color: var(--white);
	}

	.tour .btn-more:before {
		background: var(--white);
	}
}


@media (max-width:992px) {


	.tour {
		margin-top: 0;
		padding: 30px 0 10px 0;
	}

	.destination {
		padding: 20px 0 40px 0;
	}

	.packages {
		margin: 20px 0;
	}

	footer {
		padding: 100px 0 20px 0;
		
	}

	.navbar .navbar-brand img {
		width: 120px;
	}

	.hero-content h1 {
		font-size: 38px;
	}

	.contact-social a {
		font-size: 20px;
	}

	.contact-item i {

		color: var(--white);
		min-width: 35px !important;
		height: 35px;
		border-radius: 50%;

		display: block;
		color: var(--white);
		font-size: 16px;
		line-height: 35px;
		text-align: center;
		margin-right: 8px;
		padding: 0;
		background-color: var(--primary-color);

	}

	.contact-item a {
		font-size: 15px;
	}

	.booking ul {
		display: flex;
		flex-direction: column;
	}

	.home-chat a>i {
		font-size: 20px;
		text-align: center;
		height: 40px;
		width: 40px;
		color: #fff;
		line-height: 40px;
		border: none;
		border-radius: 0;
		display: block;
		position: relative;
	}

	.destination-tags {
		display: flex;
		align-items: start;
		justify-content: center;
	}

	.destination {
		background: linear-gradient(to bottom, #fff 10%, #C8E9F2 80%, #fff 100%);
	}

	.quick-links a {
		display: inline;
		justify-content: center;
	}

	.banner-text {
		width: 95%;
	}

	.banner-text h2 {
		font-size: 25px;
	}

	.border-b-1 {
		margin-bottom: 10px;
		padding: 15px 10px;
	}

	.navbar-brand img,
	footer img {
		width: 170px;
	}

	.destination-item {
		flex-direction: column;
		justify-content: center;
	}

	.destination-item h5 {
		margin: 0;
		margin-top: 10px;
	}

	.destination {
		text-align: center;
	}

	#itemSplide .splide__slide h5 {

		transform: translateY(0px);
		transition: .5s;

	}

	#itemSplide .splide__slide.is-active h5 {
		transform: translateY(10px);

		position: relative;
	}

	.order-1 {
		order: 1;
	}

	.order-2 {
		order: 2;
	}

	.order-3 {
		order: 3;
	}






	.destination-map img {

		width: 100% !important;
		margin: 0;
	}

	.tour {
		background: transparent;
		text-align: center;
	}

	.tour .package-card .package-details {
		text-align: left;
	}

	.destination-list {
		flex-wrap: wrap;
		justify-content: center;
		flex-direction: row;
		margin: 0;

	}

	.hero-content {
		width: 95%;
	}

	.hero-date {
		display: flex;
	}

	.hero-date h5,
	.hero-date h6 {
		font-size: 20px;
		font-weight: 400;
		margin-right: 10px;
	}

	h4.section-title {
		font-size: 35px;
	}

	.destination-item {
		margin: 10px;
	}

	.destination-img img {
		width: 60px;
		height: 60px;
		object-fit: cover;
		border-radius: 50%;
		position: relative;
	}

	.destination-img:before {
		position: absolute;
		content: '';
		left: -5px;
		top: -5px;
		background: var(--white);
		border-radius: 50%;
		width: 70px;
		height: 70px;
		border: 2px dotted var(--primary-color);

	}

	.destination-item h5 {
		font-size: 12px;
		font-weight: 400;
		text-transform: uppercase;
		margin-left: 0px;
	}



	.navbar {
		background: var(--white);
		padding-top: 15px;
		padding-bottom: 15px;
	}

	.navbar.navbar.navbar-fixed {
		background: var(--white);
		padding-top: 15px;
		padding-bottom: 15px;
	}

	.nav-link {
		color: var(--black);
	}

	.navbar-toggler .navbar-toggler-icon {
		transition: .5s;
	}

	.navbar-toggler[aria-expanded="false"] .navbar-toggler-icon {
		background-image: url('../images/menu-burger.svg') !important;
		filter: brightness(0) saturate(100%) invert(21%) sepia(0%) saturate(0%) hue-rotate(180deg) brightness(60%) contrast(100%);
	}

	.navbar-toggler[aria-expanded="true"] .navbar-toggler-icon {
		transition: .5s;
		background-image: url('../images/cross.svg') !important;
		filter: brightness(0) saturate(100%) invert(21%) sepia(0%) saturate(0%) hue-rotate(180deg) brightness(60%) contrast(100%);
	}


	.navbar-nav {
		padding: 30px;
		display: flex;
		flex-direction: column;
		align-items: center;
		text-align: center;
		justify-content: center;
		width: 300px;
		height: 100vh;
		position: fixed !important;
		top: 0;
		right: 0;
		background-color: rgba(255, 255, 255, 0.97);
		transform: translateX(100%);
		transition: transform 0.3s ease-in-out;
		z-index: 5;
	}

	.collapse.show .navbar-nav {
		transform: translateX(0);
	}

	.navbar-toggler,
	.navbar-toggler:hover,
	.navbar-toggler:focus,
	.navbar-toggler:active {
		padding: 0.5rem 1rem;
		border: none !important;
		color: transparent;
		background: transparent;
	}

	.navbar-toggler-icon {

		z-index: 10;
		position: absolute;
		top: 25px;
		right: 20px;
	}



	.navbar-nav .nav-item {
		font-size: 18px;
		font-weight: 500;
		text-transform: uppercase;

	}

	.navbar-nav .nav-item:last-child {

		border-bottom: none
	}

	.navbar-collapse.show .close-icon {
		display: block;
		color: #fff;
		font-size: 1.5rem;
		cursor: pointer;
		padding: 0 1rem;
		position: absolute;
		z-index: 5;
	}
}

@media(max-width:768px) {
	h4.section-title {
		font-size: 30px;
	}

	footer {
		text-align: center;
	}

	.quick-links,
	.footer-contact {
		justify-content: center;
	}
}



.custom-shape-divider-bottom-1754884983 {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    overflow: hidden;
    line-height: 0;

}

.custom-shape-divider-bottom-1754884983 img {
    position: relative;
    display: block;
    width: calc(100% + 1.3px);
    height: 120px;
}

.custom-shape-divider-bottom-1754884983 .shape-fill {
    fill: #FFFFFF;
}

.des{

	

	padding: 30px 0;
	background: linear-gradient(90deg, #1c1464e8 40%, #fff 40%), url(../images/adventure_banner.jpg);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	margin-top: 50px;


}

.booking-form {
  position: relative;
  margin-top: -150px;
}

.booking-form .bg-white {

  padding: 20px;
}

.booking-form label {
  font-weight: 500;
  color: #555;
}

.booking-form .form-control,
.booking-form .form-select {
  border: none;
  border-bottom: 1px solid #ddd;
  border-radius: 0;
  padding-left: 0;
  font-weight: 600;
}

.booking-form .form-control:focus,
.booking-form .form-select:focus {
  box-shadow: none;
  border-color: #f7941d; /* orange highlight */
}

.booking-form .btn-warning {
  background-color: var(--primary-color);
  border: none;
  padding: 10px 0;
  font-size: 16px;
  letter-spacing: 0.5px;
  border-radius: 100px;
}

.booking-form .btn-warning:hover {
  background-color: #e28312;
}



/* Mobile tweaks */
@media (max-width: 768px) {
  .booking-form .bg-white {
    padding: 15px;
  }
}


.map-container-11 {
	position: relative;
	padding-bottom: 20%;
	height: 600px;
	overflow: hidden;
}

.map-containerd {
    position: relative;
    height: 550px; /* visible height */
    overflow: hidden;
}

/* Iframe is moved up to crop header */
.map-containerd iframe {
    position: absolute;
    top: -80px;
    left: 0;
    width: 100%;
    height: 680px;
    border: 0;
}

/* White gradient overlay at the bottom */
.map-containerd::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100px; /* height of the fade */
    background: linear-gradient(to bottom, transparent, white);
    pointer-events: none; /* allows interaction with map */
}

	.section-title {
  font-size: 2rem;
  font-weight: bold;
}
.second-txt {
  color: #f39c12;
}
.section-des {
  font-size: 1rem;
  color: #555;
}

.vehicle-card {
  background: #f3f3f3;
  padding: 20px;

  transition: 0.3s ease;
}
.vehicle-card:hover {
  transform: translateY(-5px);
}
.vehicle-card img {
  width: 100%;
  max-width: 200px;
  height: auto;
  margin-bottom: 15px;
}
.taxi-txt {
  font-size: 1.2rem;
  font-weight: 600;
  color: #333;
}
.vehicle-card p {
  font-size: 1rem;
  color: #666;
  margin-bottom: 15px;
}
.book-taxi a {
  display: inline-block;
  background: var(--btn-color);
  color: #fff;
  font-weight: 600;
  padding: 8px 18px;
  text-decoration: none;
  transition: background 0.3s ease;
  border-radius: 100px;
}
.book-taxi a:hover {
  background: #d68910;
}

.btn-white-b {
  border: 2px solid #f39c12;
  color: #f39c12;
  background: #fff;
  padding: 10px 25px;
  font-weight: 600;
  border-radius: 6px;
  text-decoration: none;
  transition: 0.3s;
}
.btn-white-b:hover {
  background: #f39c12;
  color: #fff;
}

.f-bg {
  background-image: url('../images/beaches_1.jpg');
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  z-index: 1;
}

.f-bg::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.295); /* Change the color and opacity here */
  z-index: -1;
}

.btn-book{
	background-color:  var(--btn-color);
	border-radius: 0;
	color: white;
}

.btn-book:hover{
	background-color: rgb(255, 255, 255);
	border-radius: 0;
	color: var(--btn-color);
}

/* Section */
.destination-page {
  padding: 60px 0;
  background-color: #ffffff;
}

/* Card container */
.destination-card {
  position: relative;
  overflow: hidden;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.08);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  background: #fff;

}

.destination-card img {
  width: 100%;
  height: 365px; /* fill the card height */
  object-fit: cover;
  display: block;
  transition: transform 0.3s ease;
}

.destination-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 12px 32px rgba(0, 0, 0, 0.15);
}



/* Overlay gradient */


.destination-card:hover .overlay {
  opacity: 0.8;
}

/* Title & description below card */
.destination-page h5 {
  margin-top: 15px;
  font-size: 1.1rem;
  font-weight: 600;
  color: #333;
  text-align: center;
}

.destination-page h5 a {
  text-decoration: none;
  color: #333;
  transition: color 0.3s ease;
  font-size: 25px;
}

.destination-page h5 a:hover {
  color: #007bff;
}

.destination-page p {
  text-align: center;
  font-size: 0.9rem;
  color: #666;
  margin-bottom: 0;
}



@media (max-width: 767px) {
  .destination-card {
    height: 320px; /* same as desktop */
  }
}


.contact-card {
  transition: transform 0.3s, box-shadow 0.3s;
  background-color: var(--primary-color);
  color: var(--white);
}
.contact-card:hover {
  transform: translateY(-10px);
  box-shadow: 0 10px 30px rgba(0,0,0,0.1);
}