@import url('https://fonts.googleapis.com/css2?family=Amatic+SC:wght@400;700&family=DM+Sans:ital,opsz,wght@0,9..40,100..1000;1,9..40,100..1000&family=Playfair+Display:ital,wght@0,400..900;1,400..900&display=swap');


:root {
	--primary-color: #F7941D;
	--text-color: #1c1c1c;
	--white: #fff;
	--black: #000;
	--border-color: #c2c2c2;
	--youtube: #FF0000;
	--instagram: #C32AA3;
	--whatsapp: #25D366;
	--facebook: #1877F2;
	--google: #ea4335;
	--tripadvisor: #00af87;
	--tiktok: #010101;
	--font-primary: "DM Sans", serif;
	--font-secondary: "Playfair", serif;

}

body {
	margin: 0;
	padding: 0;
	top: 0 !important;
	overflow-x: hidden;
	font-family: var(--font-primary);
	position: relative;
	background: linear-gradient(to bottom, rgba(255, 255, 255, 0.3), rgba(255, 255, 255, 0.3)), url(../images/bg-pattern.png);
	background-size: 200px;
	background-repeat: repeat;
	background-position: left;
}


ul li {
	list-style: none;
}

ul {
	padding-left: 0;
}

p {
	color: var(--text-color);
	font-size: 16px;
	font-weight: 400;
	line-height: 1.2;
}

a {
	text-decoration: none;
}


.topbar {
	background-color: var(--text-color);
	padding: 5px 0;
}

.topbar-contact {
	display: flex;
	align-items: center;
	margin-bottom: 0;
}

.topbar-contact li {
	display: flex;
	align-items: center;
	margin-right: 10px;

}


.topbar-contact li a {
	font-size: 15px;
	color: var(--white);
	margin-right: 5px;

}

.topbar-contact li h5 {
	font-size: 15px;
	color: var(--white);
	margin-bottom: 0;
	margin-right: 10px;
}

.topbar-hide {
	opacity: 0;
	visibility: hidden;
	transition: all 0.3s ease-in-out;
}

@media(min-width:990px) {
	.navbar .navbar-brand img {
		filter: brightness(0) invert(1);
	}
}

.navbar .navbar-brand img {
	width: 100px;


}

.navbar-fixed .navbar-brand img {
	filter: none;
}

.dropdown-toggle::after {
	content: '\F282';
	font-family: 'bootstrap-icons';
	border: none;
	vertical-align: middle;
	margin: 0;
	font-weight: 500;
}

a.navbar-brand {
	padding: 0;
}

.navbar {
	background-color: transparent;
	position: absolute;
	width: 100%;
	z-index: 9999;
}

.navbar-fixed {
	position: fixed !important;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 9999;
	background-color: var(--white);
	box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
	transition: all 0.3s ease-in-out;
}

.topbar-hide {
	opacity: 0;
	visibility: hidden;
	transition: all 0.3s ease-in-out;
}

.hero {
	position: relative;
	overflow: hidden;
}

.hero-overlay {
	position: absolute;
	width: 100%;
	height: 100%;
	content: '';
	background: linear-gradient(to top, rgba(0, 0, 0, 0.1), rgba(0, 0, 0, .3));
}

.bg-video {

	position: absolute;

	top: 50%;

	left: 50%;


	min-width: 100%;
	min-height: 100%;
	z-index: -1;
	/* Send video to background */

	transform: translate(-50%, -50%);

}

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

.hero-content {
	position: absolute;
	left: 50%;
	transform: translate(-50%, -50%);
	top: 50%;
	text-align: center;
	color: var(--white);
	z-index: 3;
	width: 60%;
}

.navbar-nav .nav-link {
	color: var(--white);
	transition: .5s;
	font-size: 15px;
}

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

.hero-content h1 {
	font-size: 52px;
	font-weight: 400;
	line-height: 55px;
	font-family: var(--font-secondary);
	text-transform: uppercase;
	transform: translateY(-100%);
	opacity: 0;
	transition: 1s;
}

.splide__slide.is-active.is-visible .hero-content h1 {
	transform: translateY(0);
	opacity: 1;
}

.hero-content a {
	color: var(--white);
	transform: scale(.5);
	opacity: 0;
	transition: 1s;
}

.splide__slide.is-active.is-visible .hero-content a {
	transform: scale(1);
	opacity: 1;
}

.btn-fill {
	background-color: var(--primary-color);
	color: var(--white);
	border: 1px solid var(--primary-color);
	border-radius: 0;
	padding: 8px 20px;
	font-size: 15px;
	font-weight: 300;
	text-transform: uppercase;
}

.btn-fill:hover {
	border: 1px solid var(--primary-color);
	color: var(--primary-color);
	background-color: var(--white);

}

.btn-text,
.btn-text:hover {
	font-size: 16px;
	color: var(--primary-color);
}



.splide__arrow--prev {
	right: 4em !important;
	left: auto;
}

.splide__arrow {
	bottom: 0 !important;
	border: none;
	background: var(--primary-color);
	color: var(--white);

	border-radius: 0;
	width: 2.4em;
	height: 2.4em;
	top: auto;
	bottom: 0;
	opacity: .7;
}

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

.section-title {
	display: flex;
	align-items: center;
	justify-content: center;
	margin-bottom: 20px;

}



.section-title h5 {
	color: var(--text-color);
	font-size: 40px;
	text-transform: uppercase;
	font-family: var(--font-secondary);
	margin-bottom: 0;
	line-height: 43px;
}

.section-title h4 {
	color: var(--primary-color);
	font-size: 20px;
	text-transform: uppercase;
	font-family: var(--font-secondary);
	margin-left: 5px;
	padding-left: 7px;
	line-height: 20px;
	position: relative;
	margin-bottom: 0;
	text-align: left;
}

.section-title h4:before {
	content: '';
	background-color: var(--primary-color);
	width: 2px;
	height: 100%;
	left: 0;
	top: 0;
	position: absolute;
}

.activities {
	padding: 40px 0 20px 0;
	margin-bottom: 40px;
}

.activities .section-title {
	display: flex;
	flex-direction: column;
	align-items: start;
	justify-content: start;
	margin-bottom: 10px;
}

.activities p {
	margin: 0;
}

.activities .section-title h4 {
	padding-left: 0;
	margin-left: 0;
}

.activities .section-title h4:before {
	display: none;

}

.destination,
.packages {
	padding: 40px 0 20px 0;
	margin-bottom: 40px;
}

.destination-card {
	width: 100%;
	height: 300px;
	border-radius: 10px;
	overflow: hidden;
	position: relative;
}

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

.destination-card:hover img {
	transform: scale(1.05);
}

.destination-details {
	position: absolute;
	bottom: 0;
	left: 0;
	display: flex;
	padding: 20px;
	color: var(--white);
	align-items: center;
	width: 100%;
	justify-content: space-between;
}

.destination-details h5,
.destination-details h5 a {
	font-size: 18px;
	color: var(--white);
	margin-bottom: 0;
	line-height: 20px;
	background: transparent;
	font-weight: 400;
}

.destination-details h5 a:hover {
	color: var(--primary-color);
	opacity: 1;
}

.destination-details h6 {
	font-size: 12px;
	font-weight: 400;
	margin-bottom: 0;
}

.destination-details a {
	margin-left: auto;
	background-color: var(--primary-color);
	width: 35px;
	color: var(--white);
	height: 35px;
	border-radius: 50%;
	line-height: 35px;
	text-align: center;
}

.destination-details a:hover {
	opacity: .7;
}

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

.splide__pagination {
	display: block !important;
	text-align: center;
	bottom: -30px;
}

.splide__pagination__page {
	width: 10px;
	height: 10px;
	background-color: var(--primary-color);
	opacity: .6;
}

.splide__pagination__page.is-active {
	transform: none;
	opacity: 1;
	background-color: var(--primary-color);
}

.destination .btn-text,
.packages .btn-text {
	float: right;
}

.activity-card {
	width: 100%;
	text-align: center;
	position: relative;
}

.activity-card img {
	width: 140px;
	height: 140px;
	object-fit: cover;
	border-radius: 50%;
	border: 5px solid var(--border-color);
}

.activity-card h5 a {
	font-size: 16px;
	color: var(--text-color);
	margin-top: 10px;
}

.activity-card h5 a:hover {
	color: var(--primary-color);
}

.package-card {
	width: 100%;
	position: relative;
	border-radius: 10px;
	overflow: hidden;
	background-color: var(--white);
}

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

.package-card .star {
	display: flex;
}

.package-card .star i {
	color: #fbbc04;
	margin-right: 5px;
	font-size: 15px;
}

.accommodation-page #myTab {
	border: none;
}

.accommodation-page #myTab .nav-item .nav-link {
	color: black !important;
	font-size: 18px;
	font-weight: 300;
	border: 1px solid var(--primary-color);
	border-radius: 0;
	margin: 3px 8px;
	padding: 3px 10px;
	text-transform: uppercase;
	font-family: var(--font-secondary);
	background-color: white;
}

.accommodation-page #myTab .nav-item .nav-link.active {
	color: white !important;
	font-size: 18px;
	background-color: var(--primary-color);
}

.accommodation-page #myTabContent {
	padding-top: 20px;
}

.package-details {
	padding: 20px;
}

.package-details h5 a,
.package-details h5 {
	font-size: 18px;
	color: var(--black);
	font-weight: 400;
}

.package-details h5 a:hover {
	color: var(--primary-color);
}

.package-details ul {
	display: flex;
}

.package-details ul li:first-child {
	margin-right: 10px;
}

.package-details ul li {
	font-size: 14px;
	color: var(--text-color);

}

.package-details .package-price {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-top: 10px;
	padding-top: 10px;
	border-top: 1px solid var(--border-color);
}

.package-details .package-price a {
	margin-left: auto;
	background-color: var(--primary-color);
	width: 35px;
	color: var(--white);
	height: 35px;
	border-radius: 50%;
	line-height: 35px;
	text-align: center;
}

.package-details .package-price a:hover {
	opacity: .7s;
}

.package-details .package-price h6 {
	font-size: 18px;
	color: var(--black);
}

.package-details .package-price h6 span {
	font-size: 14px;
	color: var(--text-color);
	position: relative;
	padding: 0 2px;
	text-decoration: line-through;
}



.about {
	background-color: var(--text-color);
	background-image: url(../images/about-shadow.png);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: 500px;
	padding: 70px 0;
	position: relative;
	overflow: hidden;
	margin: 50px 0;

}

.about-details h6 {
	font-size: 32px;
	color: var(--white);
	font-family: var(--font-secondary);
	text-transform: uppercase;
	margin: 0;
}

.about-details h5 {
	text-transform: uppercase;
	font-size: 52px;
	line-height: 50px;
	color: var(--primary-color);
	font-family: var(--font-secondary);
	margin: 0;
}

.about-details p {
	color: var(--white);
}

.about img {
	width: 50%;
	height: 100%;
	object-fit: cover;
	position: absolute;
	top: 0;
	right: 0;
}

.review {
	padding: 70px 0;
	background: linear-gradient(to top, rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)), url(../images/reviews.jpg);
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
	margin-top: 50px;
	background-attachment: fixed;
}

.about-review {
	padding-top: 20px;
}

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

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

.review-btns img {
	width: 30px;
	object-fit: cover;
	padding-right: 7px;
}

.review-btns a {
	color: var(--primary-color);
	font-size: 15px;
	margin: 0 10px;
}

.news {
	padding: 50px 0;
}

.news-card {
	width: 100%;
	height: 260px;
	border-radius: 10px;
	position: relative;
	overflow: hidden;
}

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

.news-details {
	padding: 20px;
	position: absolute;
	width: 100%;
	left: 0;
	bottom: 0;
}

.news-details h5 a,
.news-details h5 {

	font-size: 18px;
	color: var(--white);
	font-weight: 400;
}

.news-details h5 a:hover {
	color: var(--primary-color);
}

.news-details h6 {
	font-size: 12px;
	color: var(--white);
	font-weight: 300;
	margin: 0;
}

footer {
	background: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url(../images/footer.jpg);
	padding: 70px 0 20px 0;
	background-position: center bottom;
	background-repeat: no-repeat;
	background-size: cover;
}

.footer-title {
	color: var(--white);
	font-size: 20px;
	font-family: var(--font-secondary);
	text-transform: uppercase;
	font-weight: 300;
}

footer ul li,
footer ul li a {
	font-size: 14px;
	color: var(--white);
	font-weight: 300;
}

footer ul li a:hover {

	color: var(--primary-color);
}


.footer-phone a {
	font-size: 25px;
	color: var(--white);
}

.footer-phone i {
	font-size: 25px;
	color: var(--primary-color);
	font-weight: 500;
}

.footer-social {
	display: flex;
}

.footer-social a i {
	width: 35px;
	height: 35px;
	border-radius: 50%;
	border: 1px solid var(--primary-color);
	color: var(--primary-color);
	font-size: 14px;
	line-height: 35px;
	display: block;
	text-align: center;
	margin-right: 8px;

}

.footer-social a i:hover {
	background: var(--primary-color);
	color: var(--white);
}

.footer-logo img {
	width: 120px;
	filter: brightness(0) invert(1);
}

.btm-footer {
	display: flex;
	justify-content: space-between;
	padding-bottom: 10px;
	margin-bottom: 20px;

}

.copyright {
	border-top: 1px solid var(--primary-color);

}

.news-date {
	display: flex;
	flex-wrap: wrap;
}

.news-date li {
	margin-right: 10px;
	display: inline;
}

p.copyright a,
p.copyright {
	margin: 0;
	padding: 20px 0 0 0;
	color: var(--white);
	font-size: 12px;
	line-height: 20px;
}

p.copyright a:hover {
	color: var(--primary-color);
}

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

.section-banner {
	height: 400px;
	padding: 100px 0;
	display: flex;
	align-items: center;
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
	position: relative;
}

.section-banner .overlay {
	content: '';
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	background: #000;
	opacity: .4;
}

.banner-text {
	position: relative;
}

.banner-text h2 {
	font-family: "Amatic SC", serif;
	font-size: 52px;
	font-weight: 500;
}

.banner-text h5 {
	font-family: "Amatic SC", serif;
	font-size: 52px;
	font-weight: 500;
}

.package-page,
.accommodation-page {
	padding: 50px 0;
	position: relative;


}

.accommodation-page .title {
	font-size: 35px;
	margin: 30px 0 20px 0;
	color: black;
	padding: 5px 100px 5px 10px;
	border-bottom: 1px solid black;
	text-transform: uppercase;
	font-family: "Amatic SC", serif;
}

.side-title,
.package-title {
	font-weight: 400;
	font-size: 20px;
	margin-bottom: 20px;
	font-family: var(--font-secondary);
	text-transform: uppercase;

}

.text-left {
	text-align: left !important;
}

.text-right {
	text-align: right !important;
}

.about-title {
	font-family: var(--font-secondary);
	font-style: italic;
	font-size: 45px;
	font-weight: 500;
	text-transform: capitalize;
	margin-bottom: 20px;
	line-height: 1;
}

.about-subtitle {
	font-family: var(--font-secondary);
	font-style: italic;
	font-size: 25px;
	font-weight: 500;
	text-transform: capitalize;
	margin-bottom: 0px;
	padding: 10px;
	position: absolute;
	background: rgba(0, 0, 0, .7);
	left: 0;
	bottom: 0;
	color: var(--white);

}

.abt-img {
	position: relative;
	margin: 20px 0;

}

.abt-img img {
	width: 100%;
	height: 230px;
	object-fit: cover;
}

.vision-card {
	background-color: var(--primary-color);
	color: #fff;
	padding: 15px;
	height: 160px;
}

.vision-card h5 {
	font-family: var(--font-secondary);
	font-style: italic;
	font-size: 30px;
	font-weight: 500;
	text-transform: capitalize;

}

.vision-card p {
	color: #fff;
	font-size: 18px;
	font-style: italic;
}

hr {
	color: var(--primary-color);
	background-color: var(--primary-color);
}

.border-b-1 {
	border-radius: 10px;
	margin-bottom: 20px;
	padding: 20px;
	background: var(--white);
	position: relative;
}

.side-package {
	border-radius: 10px;
	margin-bottom: 30px;

	position: relative;
}

.about-img {
	width: 350px;
	margin-bottom: 20px;
}

.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(--primary-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;
}

.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;
}

.Language {

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

}

.Language select {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	font-weight: 400;
	background-color: #fff;
	color: #000;
	cursor: pointer;
	border-radius: 0;
	padding: 5px 10px;
	border: none;
	font-size: 14px;
	border: 1px solid var(--black);
	border-right: none;
	text-transform: uppercase;

}

.custom_select::after {
	color: #000;
	display: none !important;
}

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

}

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



.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: 20%;
	right: 2px;
	z-index: 100;
}

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

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



.home-chat a>i.bi.bi-youtube {
	color: var(--youtube);
	border: 1px solid var(--youtube)
}



.home-chat a>i.fa.fa-facebook-f {
	color: var(--facebook);
	border: 1px solid var(--facebook);
}

.home-chat a>i.fa.fa-tripadvisor {
	color: var(--tripadvisor);
	border: 1px solid var(--tripadvisor)
}

.home-chat a>i.bi.bi-whatsapp {
	color: var(--whatsapp);
	border: 1px solid var(--whatsapp)
}

.home-chat a>i.bi.bi-instagram {
	color: var(--instagram);
	border: 1px solid var(--instagram)
}


.home-chat a>i.bi.bi-tiktok {
	color: var(--tiktok);
	border: 1px solid var(--tiktok)
}


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

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

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

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

}

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

}

.gallery-img img {
	width: 100%;
	height: 280px;
	object-fit: cover;


}

.gallery-img {
	overflow: hidden;
	position: relative;
	border-radius: 10px;
}

.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;
}



iframe {
	border-radius: 10px;
}

.book-form {
	background-color: var(--primary-color);
	padding: 20px;
}

.book-form-details {
	color: var(--white);
}

.book-form input,
.book-form textarea {
	color: var(--white);
	width: 100%;
	margin-bottom: 10px;
	padding: 10px;
}


.package-book {
	position: fixed;
	bottom: 10px;
	left: 50%;
	transform: translateX(-50%);
	z-index: 1000;
	transition: opacity 0.3s;
	background-color: var(--primary-color);
	color: var(--white);
	border: 2px solid var(--primary-color);
	border-radius: 25px;
	padding: 10px 25px;
	font-size: 17px;
}


.hidden {

	opacity: 0;
	/* Hide the button */

	pointer-events: none;
	/* Prevent clicks when hidden */

}

.dropdown-menu {
	background-color: var(--white);
	border: none;
	box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

.dropdown-item {
	transition: .5s;
	font-size: 15px;
}

.dropdown-item:hover {
	background-color: transparent !important;

	color: var(--primary-color);
}

.contact-form label {
	color: var(--black);
	font-size: 15px;
}

.contact-form textarea:active,
.contact-form input:active,
.contact-form textarea:focus,
.contact-form input:focus {
	box-shadow: none;
	border: none;
	border-bottom: 1px solid var(--text-color);

}

.contact-form textarea,
.contact-form input {
	border: none;
	margin: 10px 0;
	border-radius: 0;
	border-bottom: 1px solid var(--text-color);
	background-color: transparent;
}

.contact-page-details {
	margin-top: 20px;
}

.contact-page-details li a,
.contact-page-details li {
	font-size: 16px;
	color: var(--text-color);
}

.contact-page-details li a:hover {
	color: var(--primary-color);
}

.contact-social {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	margin-top: 20px;
}

.contact-social a i {
	width: 35px;
	height: 35px;
	text-align: center;
	font-size: 15px;
	border: 1px solid var(--text-color);
	display: block;
	line-height: 35px;
	margin-right: 5px;
}

img.map {
	width: 450px;
}

.preloader1 {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: var(--white);
	display: flex;
	justify-content: center;
	align-items: center;
	z-index: 99999;
}

.preloader1 img {
	animation: fadeInOut 2s infinite;
	width: 120px;

}


@keyframes fadeInOut {

	0% {

		opacity: 0;

		transform: translateX(-100%);
		/* Start from left */

	}

	50% {

		opacity: 1;

		transform: translateX(0);
		/* Center position */

	}

	100% {

		opacity: 0;

		transform: translateX(100%);
		/* Move to right */

	}

}


.activities-card img {
	width: 150px;

	object-fit: cover;

}

.activities-content {
	padding: 20px;
	position: relative;

}



.activities-card {
	display: flex;
	position: relative;

	background-color: var(--white);
	border-radius: 10px;

	overflow: hidden;

}



.ceo {
	margin-bottom: 10px;
}

.ceo img {
	margin-bottom: 20px;
	height: 250px;
	object-fit: cover;
}

.ceo h5 {
	font-size: 24px;
	font-weight: 500;
	margin: 0;
	padding: 0;
}

.ceo h6 {
	font-size: 18px;
	font-weight: 400;
}

.srilanka-des span {
	font-family: var(--font-secondary);
	font-weight: 700;
	font-size: 22px;
	font-style: italic;
}

.activities-content h5 {
	font-size: 24px;
}

.package-img {
	position: relative;
	overflow: hidden;
	height: 170px;
}

.package-card:hover img {
	transform: scale(1.06);
}

@media(max-width: 990px) {

	img.map {
		width: 100%;
	}

	.activities-card img {
		width: 100%;
		height: 150px;

		object-fit: cover;

	}

	.activities-card {
		flex-direction: column;
	}

	.packages {
		padding-top: 20px;
	}

	.activities {
		padding-top: 0;
	}

	.destination .btn-text,
	.packages .btn-text {
		float: none;
		display: flex;
		margin-top: 30px;
		justify-content: center;
	}

	.dropdown-menu {
		background-color: transparent;
		border: none;
		box-shadow: none;
	}

	.dropdown-item {
		transition: .5s;
		color: var(--white);
		text-align: center;
	}

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

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

	.about-details h5 {
		font-size: 42px;
		line-height: 40px;
		margin-bottom: 10px;
	}

	.about-details h6 {
		font-size: 25px;
	}

	.about {
		text-align: center;
	}

	.activities {
		text-align: center;
	}

	.activities .section-title {
		align-items: center;
	}

	.review-btns {
		flex-direction: column;

	}



	.trip-advisor {
		padding-top: 10px;
	}

	.package-card img,
	.package-img {
		height: 200px;
	}

	.navbar {
		background: var(--black);
	}

	.navbar-fixed .nav-link,
	.nav-link:active,
	.nav-link:focus,
	.nav-link,
	.navbar-nav .nav-link.active,
	.navbar-nav .show>.nav-link {
		color: var(--white) !important;
		font-weight: 400;
	}



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

	.navbar-toggler[aria-expanded="false"] .navbar-toggler-icon {
		background-image: url('../images/menu-burger.png') !important;

	}

	.navbar-toggler[aria-expanded="true"] .navbar-toggler-icon {
		transition: .5s;
		background-image: url('../images/cross.png') !important;

	}


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

	.collapse.show .navbar-nav {
		opacity: 1;
		width: 100vw;
		height: 100vh;
	}

	.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: 20px;
		right: 20px;
	}


	.footer-logo img {
		margin-top: 10px;
	}

	.navbar-nav .nav-item {
		font-size: 16px;
		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;
	}

	.hero-content {
		width: 90%;
	}

	.hero-content h1 {
		font-size: 42px;
		line-height: 45px;
	}

	.section-title h5 {
		font-size: 32px;
		line-height: 35px;
	}

	.section-title h4 {
		font-size: 17px;
		line-height: 17px;
	}
}

@media(max-width:768px) {
	.gallery-img img {
		height: auto;
	}

	footer {
		text-align: center;
	}

	.btm-footer {
		flex-direction: column;
		align-items: center;
	}

	.destination-card {
		height: 400px;
	}


}