/* custom setting website start */
figure {
	margin-bottom: 0px;
}
body {
	scroll-behavior: smooth;
	overflow-x: hidden !important;
	font-family: var(--para-font);
	height: 100%;
	position: relative;
}
input:focus-visible {
	outline: none;
}
html {
	overflow-x: hidden !important;
	scroll-behavior: smooth;
}
h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: var(--heading-font);
	color: var(--light-bg);
	margin: 0;
}
li {
	list-style: none;
}

ul {
	padding: 0;
	list-style: none;
}
p {
	font-size: 15px;
	font-family: "poppins-regular";
}
a,
a:focus,
a:hover {
	text-decoration: none;
	outline: none;
	transition: 1s;
}
.btn-check:focus + .btn,
.btn:focus {
	outline: 0;
	box-shadow: none;
}
.sub_heading {
	font-size: 56px;
	font-family: var(--heading-font);
	color: #fff;
}
.text-sm,
.text-sm-all * {
	font-size: 12px;
	font-family: var(--para-font);
}
/* btn */
.primary-button {
	border-radius: 500px;
	overflow: hidden;
	color: #fff;
	border: 0;
	font-family: "visbycf-medium";
	font-size: 16px;
	border-radius: 100px;
	padding: 10px 25px;
	white-space: nowrap;
	position: relative;
	cursor: pointer;
	text-transform: capitalize;
	background-color: #f26722;
	border: none;
	height: 53px;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 153px;
	transition: all 0.3s ease; /* Smooth transition for the background color */
}
.btn-box-shadow {
	-webkit-box-shadow: -1px -1px 0px 21px rgba(231, 187, 52, 0.25);
	-moz-box-shadow: -1px -1px 0px 21px rgba(231, 187, 52, 0.25);
	box-shadow: -1px -1px 0px 16px rgba(231, 187, 52, 0.25);
}
.primary-button:hover {
	color: #fff;
}

@keyframes scale-up {
	to {
		transform: scale(600);
	}
}

@keyframes scale-down {
	from {
		transform: scale(600);
	}
	to {
		ransform: scale(0);
	}
}
/* btn */
a.cart i.fa-regular.fa-user {
	font-size: 18px;
}
.btn-light {
	background: #fff;
}
.bg-light {
	background: var(--light-bg) !important;
}
.bg-gray {
	background: var(--bg-gray) !important;
}

::-webkit-scrollbar {
	width: 10px;
}
::-webkit-scrollbar-track {
	background: #f26722;
}
::-webkit-scrollbar-thumb {
	background: #ffb627;
}

.light-text,
.light-text * {
	color: var(--light-color);
}
.dark-text {
	color: var(--heading-color);
}

.section {
	padding: 50px 0px;
}
.form-group {
	margin-bottom: 20px;
}
.form-control {
	background: transparent;
	font-family: "visbycf-medium";
	font-size: 16px;
	color: #001a14;
	border: 0;
	border-radius: 0px;
	padding: 15px 20px;
	resize: none;
	border-radius: 50px;
	border: 1px solid #cccccc;
}
.form-control:focus {
	background: #fff0e9;
	color: #001a14 !important;
	box-shadow: none;
}
.form-control:focus::placeholder {
	background: transparent;
}
.form-control::placeholder {
	color: #001a14;
	font-family: "visbycf-medium";
	font-size: 16px;
}
textarea.form-control {
	height: 135px;
	border: 0;
	border: 1px solid #cccccc;
	border-radius: 7px;
	background: transparent;
	font-family: "visbycf-medium";
	font-size: 16px;
	color: #001a14;
	transition: 0.8s;
	resize: none;
	box-shadow: none;
}
textarea.form-control::placeholder {
	color: #001a14;
	font-family: "visbycf-medium";
	font-size: 16px;
}
textarea.form-control:focus {
	background: #fff0e9;
	color: #001a14 !important;
	box-shadow: none;
}
.w-fit {
	width: fit-content;
}
.right-0 {
	right: 0;
}

.left-0 {
	left: 0;
}

.opacity-80 {
	opacity: 0.8;
}

.border-rounded {
	border-radius: 50px;
}
.opacity-55 {
	opacity: 0.55;
}
.opacity-70 {
	opacity: 0.7;
}

/* Custom Input Start here */
.form-select {
	background: transparent;
	font-family: "visbycf-medium";
	font-size: 16px;
	color: #001a14;
	border: 0;
	border-radius: 0px;
	padding: 15px 20px;
	resize: none;
	border-radius: 50px;
	border: 1px solid #cccccc !important;
	background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e");
	background-repeat: no-repeat;
	background-position: right 0.75rem center;
	background-size: 16px 12px;
	border-radius: 0;
	transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	border-radius: 50px;
	border: none;
}
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
	-webkit-appearance: none;
	margin: 0;
}
.form-select:focus {
	background: transparent;
	color: #001a14 !important;
	box-shadow: none;
}
.form-group {
	margin-bottom: 20px;
}
/* custom setting website start */

/* Header Start */
ul.social-wrapper li a i {
	color: #fff;
}
a.nav-link {
	padding: 4px;
}
.sec-header {
	background: transparent;
	position: absolute;
	width: 100%;
	z-index: 111;
	padding-top: 15px;
}
/* Header  End */

/* Header Start End */

/* Banner Start  */
section.banner {
	background-image: url(../img/banner.png);
	background-position: center;
	background-size: 100% 100%;
	height: 100vh;
	/* padding: 260px 0 60px 0; */
}
.banner-text h1 {
	font-size: 65px;
}
.row.align-items-center.height-wrapper {
	height: 100vh;
}
.travel-wrapper {
	padding: 15px;
	border-radius: 20px;
	width: 100%;
	background: rgb(192, 228, 249);
	background: linear-gradient(
		94deg,
		rgba(192, 228, 249, 1) 28%,
		rgba(187, 225, 248, 1) 68%
	);
	border: 2px solid #bde2f9;
	backdrop-filter: blur(10px);
}
.img-banner-traval img {
	width: 100%;
	object-fit: scale-down;
	height: 152px;
}
.img-banner-traval {
	position: absolute;
	top: -29px;
	right: -280px;
}
/* Banner  End */

/* footer start css */
.new-slatter .form-control {
	background: transparent;
	font-family: "visbycf-medium";
	font-size: 16px;
	color: #fff;
	border: 0;
	border-radius: 0px;
	padding: 15px 20px;
	resize: none;
	border-radius: 50px;
	border: 1px solid #fff;
}
.new-slatter .form-control::placeholder {
	color: #fff;
}
.position-sky {
	position: absolute;
	right: 0;
}
.position-sky1 {
	position: absolute;
	left: 0;
}
@keyframes moveSky {
	0% {
		transform: translateY(0);
	}
	50% {
		transform: translateY(50%);
	}
	100% {
		transform: translateY(0);
	}
}

@keyframes moveSky1 {
	0% {
		transform: translateY(0);
	}
	50% {
		transform: translateY(30%);
	}
	100% {
		transform: translateY(0);
	}
}

.position-sky img {
	animation: moveSky 15s linear infinite;
}

.position-sky1 img {
	animation: moveSky1 10s linear infinite;
}
div#preloader {
	position: fixed; /* Use fixed to cover the entire screen */
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #000;
	display: flex;
	justify-content: center;
	align-items: center;
	z-index: 9999; /* Ensure it appears above other content */
}

.svg-calLoader {
	width: 230px;
	height: 230px;
	transform-origin: 115px 115px;
	animation: 1.4s linear infinite loader-spin;
}

.cal-loader__plane {
	fill: #ffa500;
}

.cal-loader__path {
	stroke: #ffffff;
	animation: 1.4s ease-in-out infinite loader-path;
}

@keyframes loader-spin {
	to {
		transform: rotate(360deg);
	}
}
@keyframes loader-path {
	0% {
		stroke-dasharray: 0, 580, 0, 0, 0, 0, 0, 0, 0;
	}
	50% {
		stroke-dasharray: 0, 450, 10, 30, 10, 30, 10, 30, 10;
	}
	100% {
		stroke-dasharray: 0, 580, 0, 0, 0, 0, 0, 0, 0;
	}
}
.menu {
	display: block;
	width: 120px;
	cursor: pointer;
	display: none;
}
.menu span {
	display: block;
	width: 100%;
	height: 4px;
	margin-top: 1rem;
	background: black;
}

.menu span:first-child {
	margin-top: 0;
}
.fullpage-menu {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.8); /* Semi-transparent black background */
	display: none; /* Initially hidden */
	justify-content: center;
	align-items: center;
	z-index: 1000; /* Ensure it's on top of other content */
}

.fullpage-menu.open {
	display: flex; /* Show the menu when it has the 'open' class */
}

.main-menu {
	list-style-type: none;
	padding: 0;
	text-align: center;
}

.main-menu li {
	margin-bottom: 20px;
}

.main-menu li a {
	color: #fff;
	font-size: 24px;
	text-decoration: none;
}

.close-btn {
	position: absolute;
	top: 20px;
	right: 20px;
	background-color: transparent;
	color: #fff;
	border: none;
	cursor: pointer;
	font-size: 18px;
}

.close-btn:hover {
	text-decoration: underline;
}
/* abouts us */
.traval-imgs-content img {
	background: #f26722;
	width: 60px;
	height: 60px;
	object-fit: scale-down;
	border-radius: 50px;
}
.traval-imgs-content {
	background: #fff0e9;
	border-radius: 50px;
	padding: 13px;
}
.bg-yellow img {
	background-color: #ffa500 !important;
}
.reveal {
	visibility: hidden;
	position: relative;
	width: 100%;
	overflow: hidden;
}
/* popular css */
.map-content {
	width: 160px;
	justify-content: center;
}

.arrow-transform {
	display: inline-flex;
	align-items: center;
	text-decoration: none;
	color: var(--primary-color);
	font-family: var(--secondary-medium-font);
	font-size: var(--level-5);
	padding-right: 0.5rem;
	transition: transform 0.3s ease;
}
.arrow-transform:hover {
	color: #ffb627;
}
.arrow-icon {
	display: inline-flex;
	transition: transform 0.3s ease;
	margin-left: 0.5rem;
}
.arrow-transform:hover .arrow-icon {
	transform: rotate(-45deg) translateY(-10px);
}
.large-img-gallary img {
	height: 207px;
	object-fit: cover;
}
.reveal img {
	height: 240px;
}
/* tetemonial css */
.testemonial-wrapper-main {
	background: #fff;
	padding: 30px;
}
.testemonial-detail {
	display: flex;
	align-items: center;
	gap: 20px;
	margin-bottom: 16px;
}
.testemonial-detail img {
	width: 60px;
	height: 60px;
	object-fit: scale-down;
}
.content-name-test h5 {
	color: #434343;
	font-family: "poppins-Medium";
	font-size: 21px;
}
.content-name-test h6 {
	color: #a4a3a3;
	font-family: "poppins-Regular";
	font-size: 16px;
}
.rating_star_wrapper-main i {
	color: #f7bb18;
}
.arrowplane-img {
	top: 50%;
	right: 0;
}
.plus-img {
	bottom: -8%;
	left: -60px;
}
.plus-img img {
	width: 100%;
	height: 250px;
	object-fit: scale-down;
}
.top-sky-position {
	right: -40px;
	top: 0;
}
@keyframes moveSky {
	0% {
		transform: translateY(0);
	}
	50% {
		transform: translateY(50%);
	}
	100% {
		transform: translateY(0);
	}
}

.position-sky2 img {
	animation: moveSky 15s linear infinite;
}
/* banner innerpages */
section.heading-wrapper-main {
	background-image: url(../img/innerpage-banner.png);
	background-size: 100% 100%;
	background-repeat: no-repeat;
	padding: 180px 0 60px 0;
}

.custom-banner:after {
	content: "";
	width: 100%;
	height: 1px;
	position: absolute;
	left: 0px;
	z-index: 1;
	top: -40px;
	background: rgb(242, 239, 239);
	background: linear-gradient(
		182deg,
		rgb(242 239 239 / 6%) 7%,
		rgb(255 255 255 / 56%) 37%,
		rgb(255 255 255 / 52%) 53%,
		rgb(253 253 253 / 0%) 91%
	);
	filter: blur(0.9px);
}
/* about us page */
.width-wrapper-about img {
	width: 80px;
	height: 80px;
	background: #fff0e9;
	border-radius: 80px;
	object-fit: scale-down;
}
.width-wrapper-about1 img {
	width: 80px;
	height: 80px;
	background: #fffce3;
	border-radius: 80px;
	object-fit: scale-down;
}
/* footer end css */
@media (max-width: 912px) {
	.hidden-wrapper {
		display: none;
	}
	.menu {
		display: block;
	}
	.menu-burger {
		display: flex;
		align-items: center;
		justify-content: end;
	}
}
/* contact us css */
.content-info h5 {
	color: #181818;
	font-family: "Acme-Regular";
	font-size: 16px;
}
.info-wrapper img {
	background: #14669e;
	border-radius: 50px;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 16px;
	object-fit: scale-down;
	width: 70px;
	height: 70px;
}
/* join our css */
.pdf-wrapper {
	display: flex;
	border: 1px solid #cccccc;
	padding: 9px;
	border-radius: 50px;
}
.pdf-wrapper {
	position: relative;
	display: flex;
	align-items: center;
}

.custom-file-label {
	cursor: pointer;
	margin-left: 10px;
}
label.custom-file-label h4 {
	font-size: 16px;
	font-family: "poppins-regular";
}
label.custom-file-label span {
	font-size: 16px;
	font-family: "poppins-regular";
	color: rgb(242, 103, 34);
}
.input-file-pdf-file-name {
	display: flex;
	align-items: center;
	margin-left: 10px;
}

.input-file-pdf-file-name h4 {
	margin: 0;
	font-size: 14px;
}
.pdf-wrapper img {
	background: rgb(242, 103, 34);
	width: 37px;
	height: 37px;
	padding: 6px;
	border-radius: 50px;
	object-fit: scale-down;
}
div#fileNameContainer {
	padding: 10px 20px;
	background: #f1e9e9;
	border-radius: 20px;
	border: 1px solid #f1e9e9;
	font-size: 16px;
	font-family: "poppins-regular";
}
div#fileNameContainer span {
	margin-left: 10px;
}
/* packages */
.form-package {
	padding: 20px;
	background: #eff9ff;
	border-radius: 10px;
	margin-bottom: 28px;
}
.form-package input.form-control {
	background: #fff;
}
.form-package h4 {
	text-transform: uppercase;
}
.trip-dollar h5 {
	color: #001a14;
	font-family: "visbycf-medium";
	font-size: 17px;
	margin-top: 5px;
}
/* package detail css */
.slider-for,
.slider-nav {
	width: 100%;
	margin: 10px auto;
}

.slider-for .slick-slide,
.slider-nav .slick-slide {
	display: flex;
	align-items: center;
	justify-content: center;
}

.slider-for .slick-slide img,
.slider-nav .slick-slide img {
	max-width: 100%;
	max-height: 400px;
}

.slick-prev,
.slick-next {
	border: none;
	color: white;
	font-size: 16px;
	padding: 10px;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	z-index: 1000;
}

.slick-prev {
	left: 10px;
}

.slick-next {
	right: 59px;
}

.slider-nav {
	margin-top: 20px;
}

.slider-nav .slick-slide {
	height: 230px;
	transition: all 0.3s ease;
	object-fit: fill;
	margin-left: 10px;
	margin-right: 10px;
}
.slider-nav .slick-slide img {
	max-height: 100px;
	border: 2px solid transparent;
	transition: border 0.3s ease;
}
img.img-fluid.slick-slide.slick-current.slick-active.slick-center {
	border: 3px solid #f26722;
}
.slider-nav {
	margin-top: 20px;
	max-height: 230px;
}
.slick-prev:before {
	content: "\f060" !important;
	width: 50px;
	height: 50px;
	background-color: #f26722;
	font-family: "FontAwesome" !important;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 20px;
	opacity: 1;
	border: 0;
	color: #fff;
	border-radius: 66px;
}
.slick-next:before {
	content: "\f061" !important;
	width: 50px;
	height: 50px;
	background-color: #f26722;
	font-family: "FontAwesome" !important;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 20px;
	opacity: 1;
	border: 0;
	color: #fff;
	border-radius: 66px;
}
.check-wrapper i {
	background: #f26722;
	width: 30px;
	height: 30px;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 50px;
	color: #fff;
}
.check-wrapper h4 {
	text-transform: capitalize;
}
section.package-detail h3 {
	text-transform: capitalize;
}
.icon-dot {
	color: #f26722;
	margin-right: 8px; /* Adjust space between icon and text */
}
.info-available {
	padding: 20px 25px;
	background: #eff9ff;
	border-radius: 30px;
}
.info-available h4 {
	font-size: 17px;
	color: #001914;
	text-transform: uppercase;
}
/* package */
.trending {
	display: flex;
	align-items: center;
	background: #ffb627;
	padding: 9px;
	border-radius: 50px;
	gap: 10px;
	justify-content: center;
	position: absolute;
	top: 10px;
	left: 10px;
}
.trending img {
	width: 17px;
	height: 20px;
	object-fit: scale-down;
}
.trending h4 {
	font-size: 17px;
}
.check-wrapper.text-wrapper i {
	color: #fff;
	background: #f26722;
	width: 23px;
	height: 23px;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 50px;
	font-size: 12px;
}
.check-wrapper1 p {
	color: #001a14;
	text-align: center;
	font-size: 14px;
	margin-bottom: 4px;
}
.check-wrapper.text-wrapper p {
	color: #001a14;
	font-size: 14px;
	margin-bottom: 0;
}
.check-wrapper1 h4 {
	color: #001a14;
	text-align: center;
	margin-top: 17px;
	margin-bottom: 10px;
}
.package-card {
	background: #eff9ff;
	padding: 20px;
}
ul.list-card li {
	margin-bottom: 10px;
}
.check-wrapper.text-wrapper {
	display: flex;
	align-items: center;
}
ul.list-card {
	padding: 12px;
	margin-bottom: 0;
}
.img-height-wrapper {
	width: 100%;
	height: 252px;
	object-fit: fill;
}
/* gallery */
.gallery-img {
	width: 100%;
	height: 282px;
	object-fit: fill;
}
/* services */
.icon-planning img {
	background: #fff0e9;
	width: 70px;
	height: 70px;
	border-radius: 190px;
	object-fit: scale-down;
}
.icon-planning.icon-change img {
	background: #fffce3;
}
/* travel trip css */
.trip-wrapper-main {
	background: #eff9ff;
	padding: 20px;
	border-radius: 10px;
	margin-bottom: 20px;
}
/* testemonial css */
.testemonial-wrapper {
	background: #eff9ff;
	padding: 30px;
	border-radius: 10px;
}
.star-rating i {
	font-size: 1em;
	color: #f7bb18;
}
.testemonial-content-wrapper h5 {
	font-family: var(--secondary-regular-font);
	font-weight: 800;
	font-size: 17px;
	color: #0d0d0d;
}
.testemonial-content-wrapper h6 {
	font-family: var(--secondary-regular-font);
	font-weight: 800;
	font-size: 14px;
	color: #0d0d0d;
}
/* faqs */
.faqs {
	background: #eff9ff;
	padding: 30px;
	border-radius: 10px;
}

.faqs .accordion-item {
	background-color: transparent;
	border: 1px solid rgba(0, 0, 0, 0.125);
	margin-bottom: 0px;
	border: 0;
}

.faqs .accordion-button:not(.collapsed) {
	box-shadow: unset;
	border-radius: 0px;
	background: transparent;
}

.faqs .accordion-button {
	padding: 1rem 1.25rem;
	background: transparent;
	border-bottom: 1px solid #c6e3f4;
	transition: all 0.3s ease; /* Animation for smooth transition */
}

.faqs .accordion-item:first-of-type .accordion-button {
	border-top-left-radius: 0;
	border-top-right-radius: 0;
}

h4.accordion-heading {
	font-size: 20px;
	color: #000;
}

.accordion-body .faqs-para {
	line-height: 1.8;
	transition: max-height 0.3s ease; /* Animation for expanding/contracting the body */
}

.accordion-button:not(.collapsed)::after {
	content: "\f078";
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	background: #f26722;
	color: #ffff;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 30px;
	height: 30px;
	border-radius: 7px;
}

.accordion-button::after {
	content: "\f078";
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	background: #f7bb18;
	color: #000;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 30px;
	height: 30px;
	border-radius: 7px;
	transition: background 0.3s ease; /* Animation for icon background change */
}

/* Adding keyframes for accordion animation */
@keyframes expandAccordion {
	from {
		max-height: 0;
		opacity: 0;
	}
	to {
		max-height: 500px;
		opacity: 1;
	}
}

@keyframes collapseAccordion {
	from {
		max-height: 500px;
		opacity: 1;
	}
	to {
		max-height: 0;
		opacity: 0;
	}
}

/* Applying animation on accordion open */
.accordion-button:not(.collapsed) ~ .accordion-collapse .accordion-body {
	animation: expandAccordion 0.3s ease forwards;
}

/* Applying animation on accordion close */
.accordion-button.collapsed ~ .accordion-collapse .accordion-body {
	animation: collapseAccordion 0.3s ease forwards;
}
.accordion-button:focus {
	z-index: 3;
	border-color: none !important;
	outline: 0;
	box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}
/* Upcoming Trips  */
a.more-wrapper {
	color: #f26722;
	text-decoration: underline;
}
.trending1 {
	display: flex;
	align-items: center;
	background: #ffb627;
	padding: 9px;
	border-radius: 50px;
	width: 111px;
	gap: 10px;
	justify-content: center;
	top: 10px;
	left: 10px;
}
.trending1 img {
	width: 17px;
	height: 20px;
	object-fit: scale-down;
}
.trending1 h4 {
	font-size: 17px;
}
/* blog */
.search-bar {
	position: relative;
}

.search-bar .form-control {
	padding-right: 50px; /* Adjust to your preference */
}

.search-bar .search-button {
	position: absolute;
	top: 50%;
	right: 10px; /* Adjust to align with the input field */
	transform: translateY(-50%);
	background: none;
	border: none;
	cursor: pointer;
}

.search-bar .search-button i {
	font-size: 16px; /* Adjust icon size */
	color: #333; /* Adjust icon color */
}
.pagination {
	display: flex;
	justify-content: center;
	align-items: center;
	list-style: none;
	padding: 0;
	margin: 20px 0;
}

.pagination a {
	color: #001914;
	padding: 10px 15px;
	margin: 0 5px;
	text-decoration: none;
	border: none;
	border-radius: 4px;
	transition: background-color 0.3s;
	font-family: "poppins-Medium";
}

.pagination a:hover {
	background-color: #f1f1f1;
}

.pagination a.active {
	background-color: rgb(242, 103, 33);
	color: #fff;
	border: 1px solid rgb(242, 103, 33);
}

.pagination a.arrow {
	display: flex;
	align-items: center;
	justify-content: center;
	background-color: rgb(242, 103, 33);
	height: 47px;
}
.pagination a.arrow i {
	font-size: 16px;
	color: #fff;
}
.sort-container {
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 15px;
	border-radius: 40px;
	width: 220px;
	border: 1px solid #cccccc;
}
.sort-container label {
	margin-right: 10px;
	font-weight: bold;
	color: #bfbfbf;
	font-family: "visbycf-medium";
	border-right: 1px solid #cccccc;
	padding-right: 10px;
}
.sort-container select {
	padding: 5px;
	font-size: 15px;
	border: none;
	color: #bfbfbf;
	font-family: "visbycf-medium";
}
/* term css */
ul.list-term li {
	list-style: auto;
	margin-left: 16px;
}
.primary-button-newslatter {
	border-radius: 500px;
	overflow: hidden;
	color: #fff;
	border: 0;
	font-family: "visbycf-medium";
	font-size: 16px;
	border-radius: 100px;
	padding: 10px 25px;
	white-space: nowrap;
	position: relative;
	cursor: pointer;
	text-transform: capitalize;
	background-color: #f26722;
	border: none;
	height: 53px;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 153px;
	transition: all 0.3s ease;
}
.primary-button-newslatter:hover {
	color: #001914;
}
:focus-visible {
	border: none;
	outline: none;
}
span.more-text {
	cursor: pointer;
}
.more-content {
	display: none; /* Hide the additional content by default */
}
.lc-block a {
	width: 200px;
	border-radius: 10px;
}
h1.fw-bold.h4 {
	color: rgb(242, 103, 34);
}
.overlay i.fas.fa-play.play-btn {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	opacity: 1;
	transition: opacity 0.3s ease;
	cursor: pointer;
	z-index: 1111;
	color: #fff;
}
.travel-wrapper p {
	font-size: 14px;
}
section.popular h2 {
	font-size: 38px !important;
}
@media (max-width: 1367px) {
	.primary-button {
		padding: 10px 25px;
		width: 112px;
		font-size: 13px !important;
		height: 43px;
	}
	.travel-wrapper p {
		font-size: 14px;
	}
	.arrowplane-img {
		top: 46%;
		right: -130px;
	}
	li.nav-item a {
		font-size: 13px !important;
		padding: 0px;
	}
	a.navbar-brand.border-right-wrapper img {
		width: 100%;
	}
	.banner-text h1 {
		font-size: 55px;
	}
	.check-wrapper.text-wrapper p {
		font-size: 11px;
	}
	.check-wrapper1 p {
		font-size: 13px;
	}
	.check-wrapper h4 {
		font-size: 18px;
		position: relative;
		bottom: -4px;
	}
	.info-available h4 {
		font-size: 15px;
	}
}
