@import url("https://fonts.googleapis.com/css2?family=IBM+Plex+Sans:ital,wght@0,100..700;1,100..700&display=swap");

body {
	font-family: "IBM Plex Sans", sans-serif !important;
}
:root {
	--main-color: #f14a00;
	--second-color: #ff8f00;
	--black-color: #000;
	--transition-08s: all ease-in-out 0.8s;
}
a {
	text-decoration: none;
}
.bannersection {
	min-height: 60vh;
	overflow: hidden;
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
}

.bannerbgsec {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.bannerbgsec img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: top;
}
.bannersection::before {
	content: "";
	background: linear-gradient(180deg, #000000 0%, rgba(0, 0, 0, 0) 100%);
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
}
.bannersection .container {
	position: relative;
	z-index: 2;
}
.banner-box {
	text-align: center;
}
.bannertitle {
	color: #ffff;
	font-size: 45px;
	font-weight: 700;
}
.bannertitle span {
	color: var(--main-color);
}
.banner-para {
	font-size: 16px;
	font-weight: 600;
	color: #ffffff;
}
.banner-para p a,
.banner-para p a:hover,
.banner-para p a:focus {
	color: var(--second-color);
}
.searchflightsec {
	position: relative;
	margin-top: -100px;
	z-index: 2;
}
.formonbanner {
	margin: 0;
	background-color: #fff;
	transition: all 0.5s ease-in-out;
	position: relative;
	border-radius: 10px;
	border: 1px solid #e4ebf1;
	box-shadow: 0px 4px 24px 0px rgba(194, 194, 194, 0.25);
}
.radio-btn-wrap {
	padding: 10px;
	border-bottom: 1px solid #e7edf2;
}
.newhome-banner-form-wrap form {
	padding: 0;
}
.radio-inline {
	margin: 0;
}
.single-form-content-wrap {
	padding: 10px;
}

.radio-container {
	display: flex;
	align-items: center;
	position: relative;
	padding-left: 30px;
	cursor: pointer;
	font-size: 14px;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.radio-container input {
	position: absolute;
	opacity: 0;
	cursor: pointer;
	height: 0;
	width: 0;
}

.checkmark {
	position: absolute;
	top: 1px;
	left: 9px;
	height: 15px;
	width: 15px;
	background-color: #fff;
	border: 1px solid var(--main-color);
	border-radius: 50%;
	transition: 0.3s;
}

.radio-container:hover input ~ .checkmark {
	background-color: #fff;
	border-color: var(--main-color);
}

.radio-container input:checked ~ .checkmark {
	border-color: var(--main-color);
}

.checkmark:after {
	content: "";
	position: absolute;
	display: none;
}

.radio-container input:checked ~ .checkmark:after {
	display: block;
}
.radio-container .checkmark:after {
	top: 4px;
	left: 4px;
	width: 5px;
	height: 5px;
	border-radius: 50%;
	background: var(--main-color);
}
.textsize {
	color: #111827;
	font-size: 12px;
	font-weight: 500 !important;
	text-transform: uppercase;
}

button.btn.btn-secondary.home-search-btn {
	background: var(--second-color);
	border-radius: 10px;
	padding: 8px 16px;
	border-color: var(--second-color);
	font-size: 14px;
	font-weight: 500;
}

button.btn.btn-secondary.home-search-btn.review_btn {
	background: var(--second-color);
	border-radius: 4px;
	padding: 19px 40px;
	border-color: var(--second-color);
	font-size: 15px;
}
.main-menu > ul > li.select > a {
	color: var(--second-color);
}
.dnone_callbox.mob-nav-cta-btn {
	border: 1px solid var(--second-color) !important;
	background-color: transparent !important;
	color: var(--second-color) !important;
	font-size: 14px;
	font-weight: 700;
	position: relative;
	height: 40px;
	border-radius: 22px;
	line-height: 1.2;
	border-width: 1.5px;
	text-align: left;
	width: 168px;
	white-space: nowrap;
	padding-left: 2.5rem;
	transform: scale(0.9);
	display: flex !important
;
	padding-left: 42px !important;
	padding-top: 0px !important;
}
.callbox-lg.dnone_callbox.mob-nav-cta-btn::before {
	width: 40px;
	height: 40px;
	top: 2px;
}
.dnone_callbox.mob-nav-cta-btn::before {
	content: "";
	display: flex;
	justify-content: start;
	width: 36px;
	height: 36px;
	border-radius: 54%;
	background-image: url(../images/avatar.png);
	background-size: 100%;
	background-repeat: no-repeat;
	background-position: 50%;
	left: 4px;
	position: absolute;
}
.callbox-lg.dnone_callbox .header-phone-no {
	color: var(--second-color);
	font-size: 14px;
}
.home-banner-form .new-flight-search-form-box-wrap {
	padding: 0;
}
.home-banner-form .new-flight-search-form-box-wrap .form-control {
	padding: 6px 10px;
	height: 38px;
	border-radius: 6px !important;
	font-size: 12px;
	border-color: #d6d6d6;
}

.tour-slider {
	width: 90%;
	margin: 0px auto;
}

.tour-card {
	position: relative;
	border-radius: 10px;
	overflow: hidden;
	box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.15);
	background: #000;
	color: #fff;
	display: block;
}

.tour-card img {
	width: 100%;
	height: 365px;
	object-fit: cover;
}

.tour-info {
	padding: 12px 15px;
	position: absolute;
	z-index: 2;
	height: max-content;
	width: 100%;
	bottom: 0;
	background-color: transparent;
	/* background: rgba(0, 0, 0, 0.7); */
}

.tour-info h4 {
	margin: 0;
	font-size: 14px;
	font-weight: bold;
	color: #fff;
}

.tour-info .rating {
	margin-top: 5px;
	display: flex;
	align-items: center;
	gap: 6px;
	font-size: 12px;
	font-weight: 600;
	color: #fff !important;
}

.tour-info .rating i {
	color: var(--second-color);
	font-size: 12px;
}

.tour-slider .owl-nav button {
	position: absolute;
	top: 50%;
	background: #fff !important;
	border-radius: 50%;
	padding: 8px 14px !important;
	box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.3);
	width: 30px;
	height: 30px;
}

.tour-slider .owl-nav .owl-prev {
	left: -14px;
}

.tour-slider .owl-nav .owl-next {
	right: -14px;
}

.tour-card::before {
	content: "";
	background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #141414b5 137.28%);
	left: 0;
	top: 0;
	right: 0;
	width: 100%;
	height: 100%;
	position: absolute;
	border-radius: 10px;
}
.section-header {
	margin-bottom: 40px;
}
.section-header h2 {
	font-size: 32px;
	font-weight: 700;
	color: #111827;
}
.sub-title {
	font-size: 16px;
	color: #4e5561;
	line-height: 1.5;
}
.common-section {
	padding: 50px 0px;
	position: relative;
}

.text-primarysec {
	color: var(--main-color) !important;
	opacity: 1;
	text-decoration: underline;
}

/* ===== Flight Search from section ===== */

@media (min-width: 992px) {
	.collapse-flight-searchform-new-wrap .new-flight-search-form-box-wrap {
		padding-left: 0px;
		padding-right: 0px;
	}
	.form-content-wrap .depart-from-col {
		flex: 0 0 20%;
		max-width: 20%;
	}
	.form-content-wrap .arrive-at-col {
		flex: 0 0 20%;
		max-width: 20%;
	}
	.form-content-wrap .depart-dt-col {
		flex: 0 0 20%;
		max-width: 20%;
	}
	.form-content-wrap .guest-col {
		flex: 0 0 30%;
		max-width: 30%;
	}
	.form-content-wrap .search-btn-col {
		flex: 0 0 10%;
		max-width: 10%;
	}
	.delete-multicity-btn {
		margin-top: 30px;
		color: var(--main-color);
	}
	.delete-multicity-btn {
		color: #fff;
		width: 100%;
		text-align: center;
		background-color: #fff;
		width: 34px;
		height: 34px;
		border-radius: 50%;
		display: flex;
		padding: 5px;
		color: var(--main-color);
		align-items: center;
		justify-content: flex-start;
		border: 0px solid #e8040f;
		box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
	}
	.multicity-row-content-wrap .multi-depart-form-col {
		flex: 0 0 20%;
		max-width: 20%;
	}
	.multicity-row-content-wrap .multi-arrive-at-col {
		flex: 0 0 20%;
		max-width: 20%;
	}
	.multicity-row-content-wrap .multi-depart-date-col {
		flex: 0 0 20%;
		max-width: 20%;
	}
	.multicity-row-content-wrap .multi-delete-btn-col {
		flex: 0 0 20%;
		max-width: 20%;
	}
	.border-lg-top {
		border-top: var(--bs-border-width) var(--bs-border-style)
			var(--bs-border-color) !important;
	}

	.collapse-flight-searchform-new-wrap
		.single-form-content-wrap.multi-city--scroll {
		padding: 0px 14px 16px 6px;
		overflow-y: auto;
		height: 400px;
		overflow-x: hidden;
	}
	.collapse-flight-searchform-new-wrap
		.single-form-content-wrap.multi-city--scroll::-webkit-scrollbar {
		width: 5px;
		height: 5px;
	}
	.collapse-flight-searchform-new-wrap
		.single-form-content-wrap.multi-city--scroll::-webkit-scrollbar-track {
		background-color: #efebeb;
		border-radius: 10px;
	}

	.collapse-flight-searchform-new-wrap
		.single-form-content-wrap.multi-city--scroll::-webkit-scrollbar-thumb {
		background-color: #c5c5c5;
		border-radius: 10px;
	}

	.collapse-flight-searchform-new-wrap
		.single-form-content-wrap.multi-city--scroll::-webkit-scrollbar-thumb:hover {
		background-color: #c5c5c5;
	}
}

@media (min-width: 992px) {
	.new-flight-search-form-box-wrap button.btn.btn-secondary.home-search-btn {
		padding: 6px 12px;
		border-radius: 8px;
		height: 38px;
	}
	.home-banner-form
		.new-flight-search-form-box-wrap
		#travellerinfo
		.form-control {
		cursor: pointer;
	}
	.home-banner-form .new-flight-search-form-box-wrap .level-home-form {
		position: inherit;
		top: auto;
		left: auto;
		font-size: 12px;
		font-weight: 700;
		transition: all 0.3s;
		line-height: 18px;
		color: #000000;
	}
	.home-banner-form .new-flight-search-form-box-wrap .travelerselectbox {
		padding-top: 2px;
		font-size: 12px;
	}
	.new-flight-search-form-box-wrap .form-group1.form-btn-style {
		padding: 0px;
		background: transparent;
	}
	.new-flight-search-form-box-wrap .home-search-btn {
		padding: 0px;
		width: 100%;
		margin-top: 29px;
	}
	.row-gutter > .col,
	.row-gutter > [class*="col-"] {
		padding-right: 6px;
		padding-left: 6px;
	}
	.custom-passenger-dropdown-menu div#traveller_details {
		width: 100%;
		padding: 10px;
	}
	.custom-passenger-dropdown-menu select#fare_class {
		width: 100%;
	}
	.row-gutter {
		margin-right: 0;
		margin-left: 0;
	}
	.custom-passenger-dropdown-menu .pop-up-content-wrap {
		font-size: 13px !important;
		font-weight: 500;
		padding-top: 11px !important;
		color: #495057;
	}
	.custom-passenger-dropdown-menu a.remove_traveller,
	.custom-passenger-dropdown-menu a.add_traveller {
		background: #ff8f00;
		padding: 0;
		color: #fff;
		border-radius: 50px;
		width: 24px;
		height: 24px;
		display: flex;
		align-items: center;
		justify-content: center;
	}
	.custom-passenger-dropdown-menu select#fare_class {
		border-radius: 4px;
		font-size: 12px;
		padding: 6px;
		color: #495057;
		border: 1px solid #ccc;
	}

	.flight-banner-caption-new.banner-rt-top.banner-rt-top.text-white.text-center {
		margin-top: 5%;
	}
}
.delete-multicity-btn:hover {
	border-color: var(--main-color);
	color: var(--main-color);
}
.add-multicity-btn,
.add-multicity-btn:hover {
	font-size: 12px;
	font-weight: 600;
	text-decoration: none;
	color: var(--second-color);
}
.remove-multicity-btn,
.remove-multicity-btn:hover {
	font-size: 12px;
	font-weight: 600;
	text-decoration: none;
	color: var(--main-color);
}
/* ===== Flight Search from section ===== */

.benefit-section {
	background-image: url(../image/banner/benefit-bg.webp);
	background-repeat: no-repeat;
	background-position: center 71%;
	background-color: #b7b7b717;
	background-size: 70%;
	margin-top: -46px;
	padding-top: 123px;
}

.info-card {
	background: rgb(255 255 255 / 72%);
	backdrop-filter: blur(30px);
	border: 1px solid #e4ebf1;
	border-radius: 10px;
	padding: 10px 10px;
	text-align: center;
	transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.info-icon {
	width: 36px;
	height: 36px;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 0 auto 15px;
	font-size: 12px;
	color: #fff;
	padding: 7px;
}

/* Custom colors for each icon */
.icon-vip {
	background: #98aa30;
}
.icon-ticket {
	background: #e04f16;
}
.icon-travel {
	background: #6938ef;
}
.icon-price {
	background: #0e9384;
}

.info-card h3 {
	font-size: 18px;
	font-weight: 600;
	margin-bottom: 10px;
}

.info-card p {
	font-size: 12px;
	color: #555;
	line-height: 1.2;
}
.city-link {
	padding: 15px;
	border-radius: 24px;
	border: 1px solid #e4e6e8;
	margin-bottom: 24px;
	background-color: #ffffff !important;
	display: block;
}
.city-link:hover .city-info h3 {
	color: var(--main-color) !important;
}
.city-card img {
	position: relative;
	overflow: hidden;
	height: 100px;
	width: 100%;
	border-radius: 20px;
	object-fit: cover;
	margin-bottom: 18px;
}
.city-info h3 {
	font-size: 15px;
	line-height: normal;
	font-weight: 700;
	color: var(--black-color) !important;
	margin-bottom: 4px;
	display: block;
	text-transform: uppercase;
}
.city-info p {
	margin: 5px 0 0;
	font-size: 14px;
	color: #555;
}

.city-content .arrow {
	transition: color 0.3s ease;
	width: 30px;
	height: 30px;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 50%;
	background: #ffa22c36;
	color: #000;
	font-size: 14px;
	border: 1px solid var(--second-color);
}

.city-card:hover .arrow {
	color: #000;
}
.city-content {
	display: flex;
	align-items: end;
	justify-content: space-between;
	width: 100%;
}

.client-slider .item {
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 15px;
}

.client-slider .item img {
	max-width: 150px;
	max-height: 60px;
	object-fit: contain;
	filter: grayscale(100%);
	transition: filter 0.3s ease;
}

.client-slider .item img:hover {
	filter: grayscale(0%);
}

.client-slider .owl-nav {
	display: none; /* hide prev/next arrows */
}

.client-slider .owl-dots {
	margin-top: 15px;
}

.Partnered-slider .item {
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 15px;
}

.Partnered-slider .item img {
	max-width: 150px;
	max-height: 60px;
	object-fit: contain;
	filter: grayscale(100%);
	transition: filter 0.3s ease;
}

.Partnered-slider .item img:hover {
	filter: grayscale(0%);
}

.Partnered-slider .owl-nav {
	display: none; /* hide prev/next arrows */
}

.Partnered-slider .owl-dots {
	margin-top: 15px;
}
.Partnered-slider {
	backdrop-filter: blur(30px);
	background: rgba(255, 255, 255, 0.7);
	border-radius: 10px;
	padding: 30px;
	position: relative;
}
.Partnered-section {
	background-image: url(../image/banner/about-bg-01.svg);
	background-repeat: no-repeat;
	background-position: 42% 71%;
	background-color: #f5f8fa;
	background-size: 100%;
}

.client_review_section {
	background-color: #e3f0ff;
}

.testimonial-card {
	background: #fff;
	border-radius: 12px;
	box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
	padding: 20px;
	max-width: 400px;
	width: 100%;
}

.testimonial-card h3 {
	font-size: 16px;
	font-weight: bold;
	margin: 0 0 10px;
	color: #222;
}

.testimonial-card p {
	font-size: 14px;
	color: #555;
	line-height: 1.6;
	margin: 0 0 15px;
	flex-grow: 1;
	overflow: hidden;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
}

.testimonial-card hr {
	border: none;
	border-top: 1px solid #eee;
	margin: 15px 0;
}

.testimonial-footer {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.user-info {
	display: flex;
	align-items: center;
	gap: 10px;
}

.user-info img {
	width: 40px !important;
	height: 40px !important;
	border-radius: 50%;
	object-fit: cover;
}

.user-text {
	display: flex;
	flex-direction: column;
}

.user-text strong {
	font-size: 14px;
	color: #222;
}

.user-text span {
	font-size: 13px;
	color: #777;
}

.ratingnew {
	background: var(--second-color);
	color: #000;
	font-size: 13px;
	font-weight: bold;
	padding: 4px 8px;
	border-radius: 6px;
}
.client_review_section .owl-carousel.owl-drag .owl-item {
	margin: unset !important;
	padding: unset;
}
.testi-slider .owl-dots {
	display: none !important;
}
.client_review_section .rating_box {
	text-align: center;
	margin: 0px 0px 0px 0px;
}

/*===client_review_section code start===*/

.client_review_section .heading_box h2 {
	font-weight: 400;
	color: #000;
	text-transform: capitalize;
	font-size: 27px;
	margin: 0px 0px 30px 0px;
}

.client_review_section .rating_box {
	text-align: center;
	margin: 25px 0px 0px 0px;
	border-right: 1px solid #2121212e;
	padding-right: 20px;
}

.client_review_section .rating_box .star_box {
	display: flex;
	justify-content: center;
}

.client_review_section .rating_box .star_box i {
	color: var(--main-color);
	text-shadow: 2px 5px 10px #00000040;
}

.client_review_section .rating_box .star_box i.star1 {
	padding: 40px 0px 0px 0px;
	font-size: 18px;
}

.client_review_section .rating_box .star_box i.star2 {
	padding: 20px 0px 0px 0px;
	font-size: 25px;
}

.client_review_section .rating_box .star_box i.star3 {
	padding: 5px 0px 0px 0px;
	font-size: 35px;
}

.client_review_section .rating_box .star_box i.star4 {
	padding: 20px 0px 0px 0px;
	font-size: 25px;
}

.client_review_section .rating_box .star_box i.star5 {
	padding: 40px 0px 0px 0px;
	font-size: 18px;
}

.client_review_section .rating_box h3 {
	font-size: 43px;
	font-weight: 700;
	color: var(--main-color);
	margin: 0px;
}

.client_review_section .rating_box h5 {
	font-weight: 600;
	margin: 0px;
	padding: 15px 0px 0px 0px;
	color: var(--black-color);
}

.client_review_section .rating_box p {
	margin: 0px;
	color: var(--black-color);
}

.client_review_section .rating_box img {
	width: 150px;
}

.client_review_section .content_box {
	border-radius: 4px;
	padding: 15px 20px;
}

.client_review_section .content_box .flex_box {
	display: flex;
	align-items: center;
}

.client_review_section .content_box .flex_box .image_box {
	width: 48px;
	height: 50px;
	border-radius: 100px;
	overflow: hidden;
	border: none !important;
}

.client_review_section .content_box .flex_box .image_box img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.client_review_section .content_box .flex_box .name_box {
	margin: 0px 0px 0px 10px;
}

.client_review_section .content_box .flex_box .name_box h5 {
	font-size: 14px;
	margin: 0px;
}

.client_review_section .content_box .flex_box .name_box span {
	color: var(--main-color);
	font-size: 14px;
}

.client_review_section .content_box p {
	margin: 0px;
	padding: 10px 0px 0px 0px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 4;
	overflow: hidden;
	text-overflow: ellipsis;
}

.update-sec {
	border-radius: 10px;
	padding: 50px 0;
	position: relative;
	z-index: 1;
	overflow: hidden;
}
.update-sec .section-header {
	margin-bottom: 20px;
}
.update-sec .update-bg {
	position: absolute;
	left: 0;
	bottom: 0;
	z-index: -1;
}
.update-section {
	padding-bottom: 0;
}
.linkbtn,
.linkbtn:hover {
	color: var(--main-color);
	font-size: 16px;
	font-weight: 700;
}

.update-sec::before {
	content: "";
	position: absolute;
	z-index: -1;
	inset: 0px 0 0 0;
	transform-origin: left;
	transform: skewY(1.5deg);
	background: #feedeb;
	border-radius: 20px;
}
.bottoncopyox {
	padding: 0px 0px;
	border-top: 1px solid #dddddd40;
	background-color: #000;
}

/* Flight page css  */
.flightbanner {
	background-image: url(../image/banner/Flight_Page.webp);
	background-position: top;
	background-size: cover;
	background-repeat: no-repeat;
	min-height: 54vh;
	padding: 100px 0px;
	/* overflow: hidden; */
	position: relative;
}
.flightbanner.hotelbanner {
	background-image: url(../image/banner/hotel_banner.webp) !important;
}
.flightbanner::before {
	content: "";
	background: linear-gradient(180deg, #000000 0%, rgba(0, 0, 0, 0) 100%);
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
}
.flightbanner .container {
	z-index: 2;
	position: relative;
}
.flight-para {
	margin-top: 14px;
}
.flight-para p {
	color: var(--second-color);
}
.business-wrap {
	position: relative;
	overflow: hidden;
	border-radius: 20px;
	z-index: 1;
	background-color: #212e47 !important;
	border: 1px solid #212e47 !important;
	color: #fff;
}
.business-wrap::before {
	position: absolute;
	content: "";
	top: -90px;
	right: 100px;
	width: 300px;
	height: 600px;
	background: #cf3425;
	transform: rotate(-24deg);
	-webkit-transform: rotate(-24deg);
	-ms-transform: rotate(-24deg);
	z-index: -1;
}
.business-wrap .business-info {
	padding: 43px 0 43px 100px;
}
.display-6 {
	font-size: 38px;
	font-weight: 700;
	color: #fff !important;
}
.text-light {
	color: #e4ebf1 !important;
}
.business-img img {
	height: 290px;
}

.testi-sec-six {
	background: #f1f1f125;
	position: relative;
}

.section-header-six .badge {
	position: relative;
	padding: 0.25rem 0.45rem;
	padding-left: 25px;
	text-transform: capitalize;
	font-weight: 600;
	letter-spacing: 0.5px;
	background: rgba(207, 52, 37, 0.1);
	color: var(--main-color);
}
.section-header-six .badge::before {
	content: "";
	width: 8px;
	height: 8px;
	border-radius: 50%;
	position: absolute;
	left: 10px;
	top: 50%;
	background: var(--main-color);
	transform: translateY(-50%);
}
.section-header-six h2 {
	font-size: 26px;
	font-weight: 700;
}
.section-header-sixlist {
	padding-left: 2rem;
}
.section-header-sixlist li {
	list-style: disc !important;
	font-weight: 600;
	color: #000;
	font-size: 15px;
}
.work-section-six {
	background: #e1e1e140;
	position: relative;
}
.work-section-six::before {
	content: "";
	/* background-image: url(../image/banner/section-top-bg.png); */
	background-repeat: no-repeat;
	background-size: cover;
	background-position: top;
	position: absolute;
	width: 100%;
	height: 60px;
	top: -50px;
}
.bg-teal-trans {
	background: linear-gradient(180deg, #0e9384 0%, #f8fafb 100%);
	padding: 1px;
	border-radius: 10px;
}
.work-icon i {
	font-size: 30px;
}
.work-avatar {
	background: #e4ebf1;
	width: 40px;
	height: 40px;
	border-radius: 5px;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #111827;
}
.work-section-six .work-avatar {
	font-size: 33px;
	font-weight: bold;
	color: transparent;
	-webkit-text-stroke: 1px #0e9384;
	position: relative;
	background: transparent;
}
.text-truncate {
	white-space: normal;
	-webkit-line-clamp: 0;
	-webkit-box-orient: vertical;
	display: -webkit-box;
	overflow: hidden;
	text-overflow: ellipsis;
}
p.text-truncate {
	font-size: 13px;
}
h5.text-truncate {
	font-size: 16px;
	font-weight: 800;
}
.text-truncate.line-clamb-3 {
	-webkit-line-clamp: 3;
}
.bg-prime-trans {
	background: linear-gradient(180deg, #e04f16 0%, #fafbfc 100%);
	padding: 1px;
	border-radius: 10px;
}
.bg-purple-trans {
	background: linear-gradient(180deg, #6938ef 0%, #f8fafb 100%);
	padding: 1px;
	border-radius: 10px;
}
.text-teal {
	color: #0e9384 !important;
}
.text-primary {
	color: var(--main-color) !important;
	opacity: 1;
}
.text-purple {
	color: #6938ef !important;
}
.cardsec {
	background-color: #fff;
	transition: all 0.5s ease-in-out;
	position: relative;
	border-radius: 10px;
	border: 1px solid #e4ebf1;
	box-shadow: 0px 4px 24px 0px rgba(194, 194, 194, 0.25);
	color: inherit;
	min-height: 220px;
}
.cardsec .card-body {
	padding: 1.25rem;
}
.bg-prime-trans .work-avatar {
	-webkit-text-stroke: 1px #cf3425;
}
.bg-purple-trans .work-avatar {
	-webkit-text-stroke: 1px #6938ef;
}
.section-header-six p {
	font-size: 14px;
}

/* Section wrapper */
.toursec-slider .owl-nav button {
	position: absolute;
	top: 40%;
}
/* Each item */
.toursec-item {
	text-align: center;
}

.toursec-item img {
	border-radius: 100px;
	margin-bottom: 16px;
	transition: all 0.5s;
	width: 100%;
	height: 245px;
	object-fit: cover;
	transition: transform 0.3s ease;
}
.toursec-item:hover img {
	border-radius: 80px;
	transition: all 0.5s;
}
.toursec-item h4 {
	margin-top: 12px;
	font-size: 18px;
	font-weight: 600;
	color: #222;
}
.video-wrap {
	width: 100%;
	height: 400px;
	position: relative;
	background: url(../image/banner/video.jpg) top center no-repeat;
	background-size: cover;
	border-radius: 5px;
	overflow: hidden;
	background-attachment: fixed;
	justify-content: center;
	align-items: center;
	display: flex;
}
.video-wrap.hotelvideo-wrap {
	background: url(../image/banner/PACK-YOUR-BAGS.webp) top center no-repeat;
	width: 100%;
	height: 400px;
	position: relative;
	background-size: cover;
	border-radius: 5px;
	overflow: hidden;
	background-attachment: fixed;
	justify-content: center;
	align-items: center;
	display: flex;
}
.flight-wrap {
	background: url(../image/banner/flightvideo.webp) top center no-repeat;
	width: 100%;
	height: 400px;
	position: relative;
	background-size: cover;
	border-radius: 5px;
	overflow: hidden;
	background-attachment: fixed;
	justify-content: center;
	align-items: center;
	display: flex;
}
.video-wrap::before {
	content: "";
	background: rgba(0, 0, 0, 0.4);
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.video-wrap .section-header h2,
.video-wrap .section-header p {
	color: #fff;
}
.video-wrap .section-header {
	padding: 20px;
	margin-bottom: 0;
	backdrop-filter: blur(4px);
	border-radius: 10px;
}
.section-header-six h2.site-title {
	font-weight: 700;
	text-transform: capitalize;
	font-size: 30px;
	color: var(--black-color);
	margin-top: 8px;
	margin-bottom: 5px;
}
.site-title span {
	color: var(--main-color);
}
.about-text {
	font-size: 16px;
	color: #757f95;
}
.video-content {
	position: relative;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	border-radius: 200px 0 0 200px;
	height: 400px;
}
@media (min-width: 992px) {
	.divsecleft {
		margin-left: auto !important;
	}
}
.destinations-section {
	padding: 70px 0px;
}
.aboutbanner-section.contactbanner {
	background-image: url(../image/banner/contact-banner.webp);
}

/* about page css */
.aboutbanner-section {
	position: relative;
	padding: 100px 0px;
	min-height: 34vh;
	background-image: url(../image/banner/About_Page.webp);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	display: flex;
	align-items: center;
	justify-content: center;
}
.aboutbanner-section::before {
	content: "";
	background: linear-gradient(180deg, #000000 0%, rgba(0, 0, 0, 0) 100%);
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
}
.aboutbanner-section .container {
	z-index: 2;
	position: relative;
}
.innerbannertitle {
	font-size: 40px;
}

.trevana-benefits {
	background-color: #fff;
	color: #1b1b1b;
	overflow: hidden;
}

.section-title {
	font-size: 28px;
	color: #101026;
}

.benefit-item {
	padding: 20px 20px;
	border: 1px solid #dfe0e4;
	border-radius: 12px;
	transition: all 0.8s ease-in-out 0.4s;
	height: 100%;
}
.benefit-item:hover {
	border-color: var(--main-color);
}

.benefit-icon {
	width: 50px;
	height: auto;
}

.benefit-title {
	font-size: 18px;
	color: #000000;
}

.benefit-text {
	font-size: 14px;
	color: #4a4a4a;
}

.company-intro {
	background-color: #ffffff;
}

.company-intro__title {
	color: #000000;
	font-size: 18px;
}

.company-intro__text {
	color: #444;
	margin-bottom: 1rem;
	font-size: 13px;
}

.company-intro__image {
	height: 250px;
	object-fit: cover;
	width: 100%;
	border-radius: 20px;
}

/* Section 2 */

.building-section {
	background-color: #f8f9fa;
}

.building-section__title {
	color: #000000;
	font-size: 18px;
}

.building-section__text {
	color: #444;
	font-size: 13px;
}

.building-section__image {
	height: 250px;
	width: 100%;
	object-fit: cover;
	border-radius: 20px;
}

/* contact page */

.support-section {
	background-color: #f9f9f9;
}

.support-card {
	width: 100%;
	padding: 22px 25px;
	border: 1px solid #e4e6e8;
	border-radius: 8px;
	background-color: #ffffff;
	margin-bottom: 0px;
	height: 100%;
}

.support-card:hover {
	box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
}
.support-card .card-image {
	margin-bottom: 34px;
}
.support-card .card-image .card-icon {
	border-radius: 6px;
	border: 1px solid #000000;
	width: 48px;
	height: 48px;
	line-height: 44px;
	text-align: center;
}
.support-card .card-image .card-icon svg {
	fill: var(--second-color);
}
.support-card__title {
	font-size: 16px;
	margin-bottom: 10px;
	color: #000;
	font-weight: 600;
}

.support-card__text {
	min-height: 55px;
	color: #737373 !important;
	font-size: 12px;
	line-height: 18px;
	font-weight: 500;
}

.support-card__contact {
	color: #000;
	font-weight: 700 !important;
	font-size: 14px;
	line-height: 22px;
}

.nexttext {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: -1;
	opacity: 0.3;
}
.video-area {
	background: linear-gradient(81deg, #ffeae87a, #ffffff);
}

.textureimage02 {
	position: absolute;
	right: -193px;
	bottom: -26px;
	height: auto;
	width: 60%;
}

.textureimage02 img {
	width: 82%;
	height: 100%;
	object-fit: cover;
	opacity: 0.1;
}

/* conatct css */

.common-title,
.common-box > h2,
.common-section .common-box > h2 {
	text-transform: capitalize;
	position: relative;
	color: var(--black-color);
	font-weight: 700;
	line-height: 1.1;
	margin-bottom: 6px;
	font-size: 30px;
}

.common-para,
.common-box > div.common-para {
	display: -webkit-box;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
	position: relative;
	color: rgb(148 151 140);
	font-weight: 400;
	margin-bottom: 20px;
	line-height: 1.5;
	font-size: 16px;
}
.common-para p,
.common-box > div p {
	margin-bottom: 0px;
}
.cta-form-box {
	margin-top: 30px;
}
.cta-form-box .form-control {
	position: relative;
	background: rgb(255 255 255 / 0%);
	color: rgb(0 0 0 / 80%);
	border: 1px solid rgb(0 0 0 / 36%);
	border-radius: 0px;
	padding: 10px 10px;
	padding-left: 10px;
	font-size: 14px;
	font-weight: 300;
	min-height: 50px;
}
.cta-form-box .form-group label {
	font-weight: 600;
	color: var(--black-color);
	font-size: 13px;
}
.submitbtn {
	background-color: transparent;
	border: 1px solid var(--black-color);
	padding: 10px 18px;
	font-size: 15px;
	font-weight: 600;
	border-radius: 0;
	color: var(--black-color);
	transition: all ease-in-out 0.8s;
}
.submitbtn:hover,
.submitbtn:focus,
.submitbtn :visited {
	background-color: var(--second-color);
	color: var(--black-color);
	transition: all ease-in-out 0.8s;
}
.iframe-box {
	width: 100%;
	height: 100%;
	overflow: hidden;
	position: relative;
	border-radius: 10px;
}
.iframe-box iframe {
	width: 100%;
	height: 100%;
	object-fit: cover;
	position: relative;
	z-index: 1;
}

.cta-form-box textarea.form-control {
	resize: none;
	min-height: calc(1.5em + 0.75rem + 70px);
}

.textureimage03 {
	position: absolute;
	left: -194px;
	height: auto;
	width: 60%;
	opacity: 0.8;
	bottom: -30px;
}
.textureimage03 img {
	width: auto;
	height: auto;
	object-fit: cover;
	opacity: 0.1;
}

@media (min-width: 992px) {
	.divsecright {
		margin-right: auto !important;
	}
}

.divsecright .video-content {
	border-radius: 0px 200px 200px 0px;
}

.hoteltexture {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	overflow: hidden;
}

.hoteltexture img {
	height: 100%;
	width: 100%;
	object-fit: cover;
}

.hoteltextsection {
	overflow: hidden;
}

.newvideo-area {
	background: linear-gradient(81deg, #ffeae87a, #ffffff);
	margin-top: -43px;
	padding-top: 100px;
	padding-bottom: 100px;
}

.page-content h4 {
	color: var(--second-color) !important;
}

.aboutbanner-section.refundbanner {
	background-image: url(../image/Refund-Policy.webp);
}
.aboutbanner-section.taxessection {
	background-image: url(../image/Taxes-&-Fees.webp);
}
.aboutbanner-section.disclaimer {
	background-image: url(../image/Disclaimer.webp);
}
.aboutbanner-section.Sitemapsection {
	background-image: url(../image/Sitemap.webp) !important;
}
.aboutbanner-section.terms-and-conditionssection {
	background-image: url(../image/terms-and-conditions.webp) !important;
}
.aboutbanner-section.privacy-policysection {
	background-image: url(../image/privacy-policy.webp) !important;
}
.aboutbanner-section.post-ticketing-feessection {
	background-image: url(../image/post-ticketing-fees.webp) !important;
}
.aboutbanner-section.cookie-policysection {
	background-image: url(../image/cookie-policy.webp) !important;
}
.aboutbanner-section.advertiser-disclosuresection {
	background-image: url(../image/advertiser-disclosure.webp) !important;
}
.aboutbanner-section.fulfillment-policysection {
	background-image: url(../image/fulfillment-policy.webp) !important;
}
.aboutbanner-section.fare-disclosuresection {
	background-image: url(../image/fare-disclosure.webp) !important;
}
.aboutbanner-section.our-service-feessection {
	background-image: url(../image/our-service-fees.webp) !important;
}
.aboutbanner-section.travel-advisorysection {
	background-image: url(../image/travel-advisory.webp) !important;
}
.details-modal-popup,
.short-cta-popup,
.formCLoseBtn {
	display: none !important;
}
@media (max-width: 1366px) {
	.bannertitle,
	.banner-rt-top h2 {
		font-size: 35px;
	}
	.section-header h2 {
		font-size: 30px;
	}
	.section-header-six h2.site-title {
		font-size: 25px;
	}
	.about-text {
		font-size: 14px;
	}
	.section-header-sixlist li {
		font-size: 13px;
	}
	.client_review_section .rating_box {
		text-align: center;
		margin: 0px 0px 0px 0px;
	}
	.testimonial-card {
		max-width: 96%;
	}
	.section-header-six ul li {
		font-size: 13px;
	}
	.benefit-title {
		font-size: 15px;
		font-weight: 700;
	}
}

@media (max-width: 1024px) {
	.main-menu > ul > li > a {
		padding: 3px 10px;
		margin-right: 10px;
	}
	.bannertitle,
	.banner-rt-top h2 {
		font-size: 25px;
	}
	.new-flight-search-form-box-wrap button.btn.btn-secondary.home-search-btn {
		padding: 6px 4px;
		border-radius: 5px;
		height: 40px;
		font-size: 12px;
		font-weight: 500;
		display: flex;
		align-items: center;
		justify-content: center;
		gap: 3px;
	}
	.section-header h2 {
		font-size: 24px;
	}
	.video-content {
		height: 290px;
	}
	.section-header-six h2.site-title {
		font-size: 20px;
	}
	.city-info h3 {
		font-size: 13px;
	}
	.city-info p {
		font-size: 11px;
		font-weight: 600;
	}
	.flightbanner {
		padding-bottom: 50px;
		padding-top: 80px;
		min-height: 43vh;
	}
	.video-wrap {
		height: 295px !important;
		background-attachment: fixed !important;
	}
	.about-text {
		font-size: 13px;
	}
	.business-wrap .business-info {
		padding: 70px 0 40px 63px;
	}
	.display-6 {
		font-size: 27px;
	}
	.hotel-search-btn-new-wrap.form-btn-style {
		margin-top: 28px;
	}
	.hotel-banner-form-new {
		padding: 14px 0px;
	}
	.hotel-search-btn-new-wrap .btn-secondary {
		padding: 6px 7px;
		border-radius: 5px;
		height: 49px;
		border-color: #ff8f00;
		font-size: 13px;
		display: flex;
		align-items: center;
		gap: 1px;
		justify-content: center;
		background-color: #ff8f00;
	}
	.support-card__contact {
		font-size: 11px;
		line-height: normal;
	}
	.common-para,
	.common-box > div.common-para {
		font-size: 13px;
	}
}
@media (max-width: 991px) {
	.cllbtn {
		display: none;
	}
	.bannersection {
		min-height: 45vh;
	}
	.mobcllbtn {
		display: flex;
		align-items: center;
		justify-content: center;
		gap: 6px;
		padding: 10px 20px;
		background: var(--main-color);
		font-size: 13px;
		font-weight: 700;
		color: #fff;
		border-radius: 6px;
		border: 1px solid transparent;
		transition: var(--transition-08s);
		width: max-content;
	}

	.mobcllbtn:hover {
		border: 1px solid var(--second-color);
		background-color: #fff;
		color: var(--second-color);
	}
	.formonbanner {
		margin-top: 16px !important;
	}
	.spl-call-btn-wrap {
		display: none;
	}
	.flight-search-form {
		margin-bottom: 0;
	}
	.info-card {
		margin-bottom: 20px;
	}
	.divsecright .video-content {
		margin-bottom: 20px;
	}
	.update-sec {
		padding: 30px 75px;
	}
	.section-header h2 {
		font-size: 20px;
	}
	.update-sec .section-header h2 {
		margin-bottom: 10px !important;
	}
	.sub-title {
		font-size: 15px;
		line-height: normal;
	}
	.Partnered-slider .owl-dots,
	.client-slider .owl-dots {
		display: none !important;
	}
	.Partnered-slider {
		padding-top: 0;
		padding-bottom: 0;
	}

	.home-banner-form {
		background-color: transparent;
	}
	.new-flight-search-form-box-wrap button.btn.btn-secondary.home-search-btn {
		margin-bottom: 10px;
	}
	.custom-passenger-input {
		font-family: "IBM Plex Sans", sans-serif !important;
		font-size: 12px !important;
	}
	.flightcardimg {
		height: 260px;
		display: flex;
	}
	.nexttext {
		top: auto;
		bottom: 0;
		height: 77%;
	}
	.nexttext img {
		height: 100%;
	}
	.video-wrap {
		height: 295px !important;
		background-attachment: unset !important;
	}
	.business-img {
		display: none;
	}
	.aboutbanner-section {
		padding: 114px 0px;
		padding-bottom: 39px;
		min-height: 28vh;
	}
	.support-card {
		margin-bottom: 20px;
		height: auto;
	}
	.iframe-box {
		margin-top: 30px;
		height: 352px;
	}
}
@media (max-width: 767px) {
	.trustlist,
	.memberlist,
	.paymentacceplist {
		justify-content: center;
	}
	.copy-box {
		text-align: center;
	}
	.paymentacceplist {
		margin-bottom: 0;
	}
	.newcopypara {
		padding-top: 30px;
	}
	.cardsec {
		margin-bottom: 19px !important;
	}
	.business-wrap .business-info {
		padding: 30px;
	}
	.business-wrap::before {
		background: #62342f;
	}
	.destinations-section {
		padding: 30px 0px;
	}
	.tour-card {
		height: 283px;
	}
}

@media (max-width: 580px) {
	.bannertitle,
	.banner-rt-top h2 {
		font-size: 18px;
	}

	.banner-para {
		font-size: 13px;
		line-height: normal;
	}
	.home-banner-form.home-banner-form-wrap .form-control {
		height: 38px !important;
		font-size: 11px !important;
	}
	.section-header h2,
	.section-header-six h2.site-title {
		font-size: 16px;
	}
	.common-section {
		padding: 30px 0px;
	}
	.benefit-section {
		padding-top: 90px;
	}
	.divsecright .video-content {
		border-radius: 54px;
	}
	.video-content {
		height: 225px;
		border-radius: 54px;
	}
	.update-sec {
		padding: 30px 35px;
	}
	.city-card img {
		height: 150px;
	}
	.home-banner-form .form-control {
		font-size: 12px !important;
		height: 36px !important;
	}
	.nexttext {
		display: none;
	}
	.display-6 {
		font-size: 17px;
	}
	.text-light {
		font-size: 12px;
	}
	.home-banner-form {
		padding: 30px 11px;
	}
	input#destinationId {
		border-radius: 8px !important;
	}
	.hotel-search-form-wrap.hotel-searc-wrap-new-1 .form-control {
		font-family: "IBM Plex Sans", sans-serif !important;
		font-size: 12px !important;
		min-height: 40px;
	}
	.newvideo-area {
		margin-top: 10px;
	}
	.mobcllbtn {
		margin: 0 auto;
		margin-right: 0;
		padding: 7px 10px;
		font-size: 12px;
	}
	.banner-rt-top.abtbn {
		margin-top: 0% !important;
	}
	.aboutbanner-section {
		padding: 114px 0px;
		padding-bottom: 39px;
		min-height: 24vh;
	}
	.banner-rt-top.terms-and-conditions-banner,
	.banner-rt-top.post-ticketing-banner {
		padding: 0;
	}
	.aboutbanner-section .banner-rt-top {
		padding: 0;
	}
	.sitemap_bannersc .text_box h2 {
		font-size: 20px;
		padding-top: 1%;
	}
	.common-title,
	.common-box > h2,
	.common-section .common-box > h2 {
		font-size: 20px;
	}
	.cta-form-box .form-control {
		padding: 5px 5px;
		font-size: 12px;
		min-height: 36px;
	}
	.cta-form-box .form-group {
		margin-bottom: 0.4rem;
	}
}
@media only screen and (max-width: 991px) {
	#header_menu {
		/* background: linear-gradient(90.95deg, #002479, #0053aa 95.26%); */
		background-image: linear-gradient(
			104.1deg,
			var(--main-color) 13.6%,
			var(--second-color) 49.4%,
			var(--second-color) 93.3%
		);
		padding: 15px;
	}
	div#header_menu img {
		width: 95px;
		height: 40px;
		object-fit: contain;
	}
	a#close_in {
		top: 16px;
	}
	.main-menu ul li a:hover,
	a.show-submenu-mega:focus,
	a.show-submenu-mega:hover,
	a.show-submenu:focus,
	a.show-submenu:hover {
		color: var(--second-color) !important;
		background-color: #f9f9f9;
	}
}
header,
header.sticky {
	padding: 10px 0px;
}
.logomainbox {
	display: flex;
}
.logomainbox img {
	height: auto !important;
}
.sticky .logomainbox img {
	height: auto !important;
}
header.main-header {
	padding: 10px 0px;
}
.cmn-toggle-switch .toggle-menu-button svg {
	fill: var(--second-color);
	color: var(--second-color);
}

/* hotel card list css */
.hotelcard-box {
	margin-bottom: 20px;
	overflow: hidden;
	border-radius: 20px;
}
.hotelcard-img img {
	border-radius: 12px 12px 0 0;
	object-fit: cover;
}

.hotelcard-badge {
	position: absolute;
	top: 12px;
	left: 12px;
	font-size: 0.85rem;
	padding: 6px 10px;
	border-radius: 8px;
	color: #fff !important;
}

.hotelcard-like {
	position: absolute;
	top: 12px;
	right: 12px;
	background: #fff;
	padding: 6px 8px;
	border-radius: 50%;
	cursor: pointer;
	box-shadow: 0 2px 6px rgba(0, 0, 0, 0.15);
	transition: all 0.3s ease;
}
.hotelcard-like:hover {
	background: #f8f9fa;
	color: #dc3545;
}

.hotelcard-body {
	padding: 18px;
}

.hotelcard-score {
	font-size: 0.9rem;
	font-weight: 600;
}

.hotelcard-reviews {
	font-size: 0.85rem;
}

.hotelcard-title {
	font-weight: 700;
	font-size: 18px;
	margin-top: 6px !important;
	margin-bottom: 6px !important;
	color: var(--black-color);
}

.hotelcard-facilities i {
	color: var(--main-color);
	font-size: 1rem;
}

.hotelcard-plus {
	font-size: 0.9rem;
	color: #000000;
}

.hotelcard-location {
	font-size: 13px;
	color: #947777;
	font-weight: 600;
}
.hotelcard-price {
	font-size: 1.25rem;
}

.hotelcard-user img {
	width: 40px;
	height: 40px;
	object-fit: cover;
}
@media (max-width: 575px) {
	.hotelcard-title {
		font-weight: 700;
		font-size: 16px;
	}
	.hotelcard-location {
		font-size: 13px;
	}
	.benefit-item {
		height: auto !important;
		margin-bottom: 10px;
	}
}

.testi-slider .owl-stage-outer {
	padding-left: 50px !important;
}
