:root {
	--primary-color: #1f2e4d;
	--secondary-color: #ecaf13;
	--section-bg-primary: var(--primary-color);
	--section-bg-secondary: var(--secondary-color);
	--primary-font: "Open Sans", system-ui;
	--secondary-font: "Raleway", system-ui;
	--grey-color: #eee;
}

.primary-text {
	color: var(--primary-color) !important;
}

.secondary-text {
	color: var(--secondary-color) !important;
}

.section-bg-primary {
	background-color: var(--primary-color) !important;
}

.section-bg-secondary {
	background-color: var(--secondary-color) !important;
}

.section-bg-white {
	background-color: #ffffff !important;
}

html {
	scroll-behavior: smooth;
	font-size: 16px;
}

body {
	font-size: 1rem;
	font-weight: 400;
	text-align: left !important;
	overflow-x: hidden !important;
	margin: 0 !important;
	line-height: 1.5 !important;
	color: #6b7ea3;
	background: #fff;
	width: 100vw;
}

ul {
	list-style: none !important;
	margin: 0;
	padding: 0;
}

* a {
	text-decoration: none !important;
	-webkit-transition: 0.3s;
	transition: 0.3s;
}

* a:hover {
	color: var(--primary-color);
}

::before,
::after * {
	margin: 0;
	padding: 0;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

*:focus {
	outline: none !important;
	box-shadow: none !important;
}

* ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

p {
	font-family: var(--primary-font);
}

h1,
h2,
h3 {
	font-weight: 900;
}

h2 {
	font-size: calc(1.325rem + .9vw) !important;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	margin-bottom: 0;
	color: var(--primary-color);
	font-family: var(--secondary-font);
}

h4,
h5 {
	font-weight: 700;
}

footer .theme-container,
header .theme-container {
	padding-top: 10px;
	padding-bottom: 10px;
}

.theme-container {
	width: 1440px;
	margin: 0 auto;
	padding-top: 60px;
	padding-bottom: 60px;
	position: relative;
	/* make container positioned */
}

@media (max-width: 1799px) {
	.theme-container {
		width: 1320px;
		padding-top: 40px;
		padding-bottom: 40px;
	}

	.top-header .theme-container {
		padding-top: 2px;
		padding-bottom: 2px;
	}

	footer .theme-container,
	header .theme-container {
		padding-top: 5px;
		padding-bottom: 5px;
	}
}

@media (max-width: 1399px) {
	.theme-container {
		width: 92%;
		padding-top: 40px;
		padding-bottom: 40px;
	}

	footer .theme-container,
	header .theme-container {
		padding-top: 5px;
		padding-bottom: 5px;
	}
}

@media (max-width: 991px) {
	.theme-container {
		width: 92%;
		padding-top: 40px;
		padding-bottom: 40px;
	}

	footer .theme-container,
	header .theme-container {
		padding-top: 5px;
		padding-bottom: 5px;
	}
}

@media (max-width: 767px) {
	.theme-container {
		width: 93%;
		padding-top: 40px;
		padding-bottom: 40px;
	}

	footer .theme-container,
	header .theme-container {
		padding-top: 0px;
		padding-bottom: 0px;
	}
}

.resize-none {
	resize: none !important;
}

.swiper {
	width: 100%;
	height: 100%;
}

.swiper-slide {
	text-align: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.swiper-slide img {
	display: block;
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
}

.btn.focus,
.btn:focus {
	-webkit-box-shadow: none;
	box-shadow: none;
	text-decoration: none;
}

.accordion-button:focus {
	-webkit-box-shadow: none;
	box-shadow: none;
}

.section--padding {
	padding: 6.25em 0;
}

.italic {
	font-style: italic;
}

.image-zoom-wrap {
	overflow: hidden;
}

.image-zoom-wrap img {
	-webkit-transition: 0.5s;
	transition: 0.5s;
	-webkit-transform: scale(1);
	transform: scale(1);
}

.image-zoom-wrap:hover img {
	-webkit-transform: scale(1.15);
	transform: scale(1.15);
}

.obj-cover {
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
}

.obj-contain {
	width: 100%;
	height: 100%;
	-o-object-fit: contain;
	object-fit: contain;
}

.no-letter-space {
	letter-spacing: 0 !important;
}

section.position-relative .theme-container {
	position: relative;
}

.theme-link-underline {
	color: #8895af;
	text-decoration: underline !important;
}

.theme-link-underline:hover {
	color: var(--secondary-color);
}

.theme-btn {
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	font-weight: bold;
	padding: 0.7em;
	padding-left: 60px !important;
	padding-right: 60px !important;
	border-radius: 8px;
	position: relative;
	overflow: hidden;
	z-index: 1;
}

.theme-btn::before {
	position: absolute;
	z-index: -1;
	content: "";
	top: 0;
	left: 0;
	width: 0;
	height: 100%;
	-webkit-transition: 0.3s;
	transition: 0.3s;
}

.theme-btn:hover::before {
	width: 100%;

}

.theme-btn.theme-btn-primary {
	border: 1px solid var(--primary-color);
	background-color: #fff;
	color: var(--primary-color);
}

.theme-btn.theme-btn-primary::before {
	background-color: var(--primary-color);
}

.theme-btn.theme-btn-primary:hover {
	color: #ffffff;
}

.theme-btn.theme-btn-secondary {
	border: 1px solid var(--secondary-color);
	background-color: var(--secondary-color);
	color: var(--primary-color);
}

.theme-btn.theme-btn-secondary::before {
	background-color: var(--primary-color);
	padding-top: 0px !important;
	padding-bottom: 0px !important;
}

.theme-btn.theme-btn-secondary:hover {
	color: var(--secondary-color);
	border-color: var(--secondary-color);
}

.theme-btn.theme-btn-transparent {
	border: 1px solid #ffffff;
	background-color: transparent;
	color: #ffffff;
}

.theme-btn.theme-btn-transparent::before {
	background-color: var(--secondary-color);
}

.theme-btn.theme-btn-transparent:hover {
	color: var(--primary-color);
	border-color: var(--secondary-color);
}

/* ------------------------- Header ---------------------------- */
.top-header {
	background: transparent;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	width: 100%;
	z-index: 1000;
}

.top-header .theme-container {
	border-bottom: 1px solid rgba(255, 255, 255, 0.25);
}

.top-header a {
	color: white;
	font-size: 0.875rem;
}

.top-header a:hover {
	color: var(--secondary-color);
}

.top-header .header-social a {
	font-size: 1rem;
}

header {
	padding: 1em 0;
	-webkit-transition: 0.3s;
	transition: 0.3s;
	background: transparent;
	position: absolute;
	top: 55px;
	left: 0;
	right: 0;
	width: 100%;
	z-index: 1000;
}

@media (max-width: 991px) {
	header {
		top: 35px;
	}
}

header .navbar-brand {
	display: inline-block;
	width: 6.9375em;
	font-size: 1.5em;
	position: relative;
	z-index: 9;
}

header .navbar-brand img {
	width: 100%;
	height: 100%;
	-o-object-fit: contain;
	object-fit: contain;
	-o-object-position: left;
	object-position: left;
}

header .navbar .navbar-nav {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.dropdown-item {
	position: relative;
	transition: color 0.3s ease;
	padding: 10px 16px;
	display: inline-block;
}

/* Create the sliding background */
.dropdown-item::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 0;
	height: 100%;
	background-color: var(--primary-color);
	z-index: -1;
	transition: width 0.3s ease;
}

.dropdown-item:hover::before,
.dropdown-item:focus::before {
	width: 100%;
}

.dropdown-item:hover,
.dropdown-item:focus {
	color: var(--secondary-color);
	background-color: transparent;
}

.navbar .nav-link,
.navbar .navbar-brand,
.navbar .header-btns a {
	color: white;
}

header .navbar .navbar-nav .nav-item .nav-link.icon-link .icon {
	font-size: 1.25em;
}

header .navbar .navbar-nav .nav-item .nav-link {
	font-weight: 600;
	transition: transform 0.3s ease, color 0.3s ease;
}

header .navbar .navbar-nav .nav-item .nav-link:hover {
	color: var(--secondary-color);
	transform: scale(1.1);
	font-weight: 600;
}

header .navbar .navbar-nav .nav-item.active .nav-link {
	color: var(--secondary-color);
	font-weight: 600;
	transform: scale(1.1);
}

header .navbar .navbar-nav .nav-item .header-btns {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	gap: 0.75em;
}

header .navbar .navbar-nav .nav-item .nav-link.icon-link {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	gap: 0.75em;
}

@media (max-width: 1199px) {
	header .navbar-brand {
		z-index: 100;
	}

	header .navbar .navbar-nav {
		-webkit-box-align: start;
		-ms-flex-align: start;
		align-items: flex-start;
		padding-left: 3em;
		padding-top: 2em;
		border-bottom: 1px solid rgba(255, 255, 255, 0.25);
		margin-top: 1em;
	}

	.navbar .nav-link,
	.navbar .navbar-brand,
	.navbar .header-btns a {
		color: var(--primary-color);
		/* or another color that contrasts with your background */
	}

	.navbar .nav-link:hover {
		color: var(--secondary-color);
	}

	header.mobile-menu-show .nav-toggler {
		color: var(--primary-color);
	}
}

@media (min-width: 767px) {
	header .navbar .navbar-nav {
		gap: 1.90em;
	}
}


@media (min-width: 1200px) {
	header .navbar .navbar-nav .nav-item .nav-link.icon-link {
		border-left: 1px solid;
		padding: 5px 0 5px 2em;
	}
}

header .nav-toggler {
	position: relative;
	/* z-index: 999; */
	background: none;
	border: 0;
	font-size: 2em;
	color: #ffffff;
	-webkit-transition: 0.5s;
	transition: 0.5s;
}

@media (min-width: 1200px) {
	header .nav-toggler {
		display: none;
	}
}

header .nav-toggler i {
	-webkit-transition: 0.5s;
	transition: 0.5s;
	-webkit-transform: rotate(0);
	transform: rotate(0);
}

header.sticky__header {
	top: 0;
	width: 100%;
	z-index: 99;
	background: #ffffff;
	padding: 0.5em 0;
	-webkit-box-shadow: 0 0 5px var(--primary-color);
	box-shadow: 0 0 5px var(--primary-color);
	position: fixed;
}

header.sticky__header .theme-container {
	width: 95%;
	-webkit-transition: 0.3s;
	transition: 0.3s;
}

@media (max-width: 1199px) {
	header.sticky__header .theme-container {
		width: 95%;
	}
}

header.sticky__header .theme-btn {
	font-size: 0.875em;
}

header.hide {
	top: -12em;
}

@media (max-width: 1199px) {
	header .navbar-collapse {
		position: fixed;
		top: 0;
		left: -100%;
		width: 100%;
		height: 100vh;
		background: #ffffff;
		padding-top: 2em;
		z-index: 110;
		-webkit-transition: 0.5s;
		transition: 0.5s;
		overflow: auto;
	}

	header .navbar-collapse::-webkit-scrollbar-track {
		-webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
		background-color: #f5f5f5;
		border-radius: 5px;
	}

	.formSection {
		margin-top: -22rem;
	}

	header .navbar-collapse::-webkit-scrollbar {
		width: 5px;
		background-color: #f5f5f5;
	}

	header .navbar-collapse::-webkit-scrollbar-thumb {
		border-radius: 5px;
		background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0.44, rgb(29, 36, 51)), color-stop(0.72, rgb(30, 37, 54)), color-stop(0.86, rgb(30, 37, 54)));
	}
}

@media (max-width: 767px) {
	header .navbar-collapse {
		width: 100%;
	}
}

@media (max-width: 767px) {
	header.mobile-menu-show .nav-toggler {
		color: var(--primary-color);
	}
}

header.mobile-menu-show .nav-toggler i {
	-webkit-transition: 0.5s;
	transition: 0.5s;
	-webkit-transform: rotate(360deg);
	transform: rotate(360deg);
}

header.mobile-menu-show .navbar-collapse {
	left: 0;
}

header.mobile-menu-show .fa-bars-staggered:before,
header.mobile-menu-show .fa-reorder:before,
header.mobile-menu-show .fa-stream:before {
	content: "\f00d";
	font: var(--fa-font-solid);
}

@media (min-width: 1200px) {
	header .dropdown .dropdown-menu {
		display: block;
		-webkit-transition: 0.3s;
		transition: 0.3s;
		opacity: 0;
		visibility: hidden;
	}
}

@media (min-width: 1200px) {
	header .dropdown .dropdown-menu.show {
		display: block;
		-webkit-transition: 0.3s;
		transition: 0.3s;
		opacity: 0;
	}
}

header .dropdown .dropdown-item {
	/* font-size: 0; */
	padding: 1em;
	border-bottom: 1px solid #eee;
}

.dropdown-menu {
	padding: 0 !important;
}

@media (min-width: 1200px) {
	header .dropdown:hover .dropdown-menu {
		display: block;
		-webkit-transition: 0.3s;
		transition: 0.3s;
		opacity: 1;
		visibility: visible;
		top: 45px;
	}
}

/* ------------------------- Footer ---------------------------- */
footer {
	background: var(--primary-color);
	color: #ffffff;
	padding-top: 3em;
}

footer .footer_logo {
	margin-bottom: 1.875em;
}

footer .footer_logo a {
	display: inline-block;
	width: 11.375em;
}

footer .footer_logo a img {
	width: 100%;
	height: 100%;
	-o-object-fit: contain;
	object-fit: contain;
	-o-object-position: left;
	object-position: left;
}

footer h3 {
	font-size: 1.5em;
	/*  */
	color: #eeeeee;
	margin-bottom: 1rem;
	letter-spacing: 1px;
}

footer p {
	color: #8895af;
}

footer h5 {
	font-size: 1.5em;
	margin-bottom: 1.875rem;
	color: #ffffff;
	letter-spacing: 1px;
}

@media (max-width: 767px) {
	footer h5 {
		margin-top: 1em;
	}
}

footer .footer-links {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	gap: 1.5em;
}

footer .footer-links li a {
	color: #ececec;
	font-size: 1em;
}

footer .footer-links li a:hover {
	color: var(--secondary-color);
}

footer .social-links {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	gap: 1.5em;
	/* margin: 0 30px; */
}

footer .social-links a {
	color: #ececec;
	font-size: 1.5em;
}

footer .social-links a:hover {
	color: var(--secondary-color) !important;
	transform: scale(1.2);
}

footer .form-control {
	background-color: rgba(136, 149, 175, 0.16);
}

footer .footer-copyright {
	padding: 0.875em;
	text-align: center;
	border-top: 1px solid rgba(147, 161, 189, 0.322);
}

.background-media {
	position: absolute;
	width: 100%;
	top: 0;
	left: 0;
	height: 100%;
}

.background-media img,
.background-media video {
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
}

.background-media.bg-contain img {
	-o-object-fit: contain;
	object-fit: contain;
}

.background-media.bj-position-left img {
	-o-object-position: left;
	object-position: left;
}

.background-media.bj-position-right img {
	-o-object-position: right;
	object-position: right;
}

.background-media.bj-position-top img {
	-o-object-position: top;
	object-position: top;
}

.centered-btn {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	gap: 1.25em;
}

.theme-accordion {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	gap: 0.5em;
}

.theme-accordion .accordion-item {
	border-radius: 0;
	background: transparent;
	border: 0;
	border-bottom: 1px solid #93a1bd;
}

.theme-accordion .accordion-header {
	font-size: 1em;
}

.theme-accordion .accordion-header .accordion-button {
	background: transparent;
	color: var(--primary-color);
	border-radius: 0;
	font-size: 1.125em;
	padding: 0.5rem 0 !important;
	font-weight: 600;
}

.theme-accordion .accordion-body {
	background: transparent;
	padding: 1em 0;
}

.rating {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	gap: 2px;
}

.rating i {
	color: #f3b003;
	font-size: 1em;
}

.home-hero {
	padding: 3em 0;
	z-index: 9;
	position: relative;
}

.home-hero__overlay {
	position: absolute;
	bottom: -1px;
	z-index: -100;
	width: 100%;
	left: 0;
}

.home-hero__overlay img {
	object-fit: contain;
	width: 100%;
}

.home-hero .home-hero__content {
	text-align: center;
}

.home-hero .home-hero__content h1 {
	font-size: 4.5em;
	font-weight: 900;
	margin-bottom: 1.5rem;
	letter-spacing: 2px;
	line-height: 1;
	color: #ffffff;
}


@media (max-width: 767px) {
	footer .social-links {
		justify-content: center;
	}
}

@media (max-width: 767px) {
	.home-hero::before {
		position: absolute;
		content: "";
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		/* background-color: #ffffff; */
		opacity: 0.5;
	}
}

.clients {
	padding: 1em 0;
}

.clients .clients__image {
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	width: 12.5em;
	height: 4.5em;
}

.clients .clients__image img {
	width: 100%;
	height: 100%;
	-o-object-fit: contain;
	object-fit: contain;
	/*-webkit-filter: grayscale(100%) contrast(200%);*/
	/*        filter: grayscale(100%) contrast(200%);*/
}

.lowest-fare {
	padding: 2.25em 0;
}

@media screen and (min-width: 1280px) and (max-width: 1599px) {
	.lowest-fare .swiper-col {
		padding-right: 6em;
	}
}

@media (max-width: 991px) {
	.lowest-fare .swiper-col {
		margin-top: 3em;
	}
}

@media screen and (min-width: 768px) and (max-width: 991px) {
	.lowest-fare .swiper-col {
		padding: 0 5em;
	}
}

.lowest-fare .lowest-fare__card {
	height: 100%;
	width: 100%;
}

.lowest-fare .lowest-fare__card .picture {
	border-radius: 8px;
	width: 100%;
	height: 13em;
	overflow: hidden;
}

.lowest-fare .lowest-fare__card .content {
	padding: 2em;
	text-align: center;
	background: #edf0f6;
	border-radius: 0 0 8px 8px;
	-webkit-transition: 0.5s;
	transition: 0.5s;
	overflow: hidden;
}

@media screen and (min-width: 1280px) and (max-width: 1599px) {
	.lowest-fare .lowest-fare__card .content {
		padding: 1.5em;
	}
}

@media (max-width: 1199px) {
	.lowest-fare .lowest-fare__card .content {
		height: 100%;
	}
}

.lowest-fare .lowest-fare__card .content h3 {
	font-size: 1.125rem;
	margin-bottom: 1rem;
}

.lowest-fare .lowest-fare__card .content>span {
	display: inline-block;
	font-size: 1rem;
	margin-bottom: 0.75rem;
}

.lowest-fare .lowest-fare__card .content .price {
	font-size: 1.5em;

	color: var(--primary-color);
}

.lowest-fare .lowest-fare__card .content .price span {
	color: #93a1bd;
	padding-left: 0.75rem;
	font-size: 1rem;
}

.book-ticket {
	padding: 2.25em 0;
}

.dream-trip {
	padding: 5em 0;
}

.qa-accordion {
	padding: 2.25em 0;
}

.about-us-testimonial {
	padding: 2.25em 0;
}

.about-us-testimonial .testimonial__card {
	text-align: left;
	padding: 2em;
	background: #edf0f6;
	border-radius: 8px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	gap: 1.5em;
	height: 100%;
}

.about-us-testimonial .testimonial__card .profile-block {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	gap: 1em;
}

.about-us-testimonial .testimonial__card .profile-block .img {
	min-width: 4.5em;
	max-width: 4.5em;
	width: 4.5em;
	min-height: 4.5em;
	max-height: 4.5em;
	height: 4.5em;
	border-radius: 8px;
	overflow: hidden;
	display: none;
}

.about-us-testimonial .testimonial__card .profile-block .img img {
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
}

.about-us-testimonial .testimonial__card .profile-block .name-rate {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	gap: 0.5em;
}

.about-us-testimonial .testimonial__card .profile-block .name-rate .name {
	font-size: 1.125em;
	color: var(--primary-color);
	/* font-family: "origin-bold"; */
}

@media screen and (min-width: 1280px) and (max-width: 1599px) {
	.about-us-testimonial .swiper-col {
		padding: 0 7em;
	}
}

@media (max-width: 1199px) {
	.about-us-testimonial .swiper-col {
		padding: 0 5em;
	}
}

@media (max-width: 767px) {
	.about-us-testimonial .swiper-col {
		padding: 0 2em;
	}
}

.about-us-testimonial .swiper-button-next {
	right: -5em;
}

@media screen and (min-width: 1280px) and (max-width: 1599px) {
	.about-us-testimonial .swiper-button-next {
		right: 0;
	}
}

@media (max-width: 1199px) {
	.about-us-testimonial .swiper-button-next {
		right: 0;
	}
}

.about-us-testimonial .swiper-button-prev {
	left: -5em;
}

@media screen and (min-width: 1280px) and (max-width: 1599px) {
	.about-us-testimonial .swiper-button-prev {
		left: 0;
	}
}

@media (max-width: 1199px) {
	.about-us-testimonial .swiper-button-prev {
		left: 0;
	}
}

@media (min-width: 786px) {
	.image-content-block {
		padding: 10.25em 0;
	}
}

.image-content-block .background-media {
	width: 45%;
}

@media (max-width: 767px) {
	.image-content-block .background-media {
		display: none;
	}
}

.image-content-block h2 {
	font-size: 3.5em;
	font-weight: 900;
	margin-bottom: 2rem;
}

@media (max-width: 991px) {
	.image-content-block h2 {
		font-size: 3em;
	}
}

@media (max-width: 767px) {
	.image-content-block h2 {
		font-size: 2.5em;
	}
}

.home-hero.flight-to .home-hero__content {
	max-width: 44.25em;
}

.blogs h1 {
	font-size: 3.5em;
	font-weight: 900;
	margin-bottom: 3rem;
}

@media (max-width: 991px) {
	.blogs h1 {
		font-size: 3em;
	}
}

.flight-info {
	width: 90%;
}

@media (max-width: 767px) {
	.blogs h1 {
		font-size: 2.5em;
	}

	.flight-info {
		width: 100%;
	}
}

.blogs__card {
	background: #edf0f6;
	border-radius: 8px;
	height: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
}

.blogs__card .picture {
	width: 100%;
	height: 15.5em;
	border-radius: 8px;
	overflow: hidden;
}

.blogs__card .picture img {
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
	-webkit-transform: scale(1);
	transform: scale(1);
	-webkit-transition: 0.3s;
	transition: 0.3s;
}

.blogs__card .content {
	padding: 1.5em 2em;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	height: calc(100% - 15.5em);
}

.blogs__card .content h2 {
	font-size: 1.125em;

	margin-bottom: 1rem;
}

.blogs__card .content p {
	margin-bottom: 1em;
	color: var(--primary-color);
}

.blogs__card .content .link-date {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	margin-top: auto;
}

.blogs__card .content .link-date .time {
	display: inline-block;
	color: #8895af;
}

.blogs__card:hover .picture img {
	-webkit-transform: scale(1.05);
	transform: scale(1.05);
}

.get-in-touch {
	padding: 7.6875em 0 8.875em;
}

.get-in-touch h1 {
	font-size: 3.5em;
	font-weight: 900;
	margin-bottom: 2rem;
}

#newsletter #email {
	color: #000;
}

.success {
	color: green;
}

#flightForm span.error {
	display: none;
}

.error {
	color: red;
}

#hiddenDiv {
	z-index: 10;
	position: relative;
}

/* Custom line and circle Styling */
.line-with-circles {
	display: flex;
	align-items: center;
	justify-content: space-between;
	width: 100%;
	position: relative;
}

.line {
	flex-grow: 1;
	height: 2px;
	background-color: var(--primary-color);
	position: absolute;
	width: 100%;
}

.circle {
	z-index: 10;
}

.circle.circle-left,
.circle.circle-right {
	width: 16px;
	height: 16px;
	border-radius: 50%;
	background-color: #fff;
	/* You can change the color */
	border: 2px solid var(--primary-color);
}

.circle.lstop {
	width: 11px;
	height: 11px;
	border-radius: 50%;
	background-color: var(--primary-color);
	/* You can change the color */
	border: 1px solid var(--primary-color);
}

/* .circle-left {
	left: -10px;
}

.circle-right {
	right: -10px;
} */

#spinner {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	height: 50vh;
}

#flightDetails {
	font-size: 13px !important;
}

.flight-details {
	font-size: 13px !important;
	/* flight-details d-flex align-items-center border p-3 rounded bg-white text-center gap-5 */
}

.round-details {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 16px;
	padding: 8px;
}

@media (max-width: 576px) {
	.round-details>div {
		width: 100%;
		justify-content: space-between;
	}
}

hr {
	margin: 0 !important;
}

.round-details h5 {
	font-weight: 400;
}

.flight-filters label {
	margin-bottom: 0 !important;
}

.flight-filters .form-control {
	width: 200px !important;
}

/* Progress Bar Styling */
.progress {
	height: 6px !important;
}

.progress .progress-bar {
	background-color: var(--secondary-color) !important;
}

/* skeleton styling while laoding the api data */
.skeleton {
	background: linear-gradient(90deg, #e0e0e0 25%, #f0f0f0 50%, #e0e0e0 75%);
	background-size: 200% 100%;
	animation: shimmer 1.5s infinite linear;
}

@keyframes shimmer {
	0% {
		background-position: -200% 0;
	}

	100% {
		background-position: 200% 0;
	}
}

.shimmer-effect {
	background: #f6f7f8;
	border-radius: 4px;
	width: 100%;
	height: 20px;
	margin-bottom: 10px;
}

.loading-container {
	position: relative;
	overflow: hidden;
}

.flight-skeleton {
	display: flex;
	align-items: center;
	border: 1px solid #ececec;
	border-radius: var(--bs-border-radius) !important;
	padding: 1rem;
	gap: 3rem;
	margin-top: 5px;
}

.page-header {
	background-color: #f9f9f9;
}

/* Filter Panel Styles */
.filter-panel {
	position: relative;
	width: 250px;
	/* height: 100%; */
	background: rgb(248, 249, 250) !important;
	border: 1px solid #ddd;
	border-radius: 0.375rem;
	/* box-shadow: 2px 0px 10px rgba(0, 0, 0, 0.2); */
	padding: 15px;
	transition: left 0.3s ease-in-out;
}

/* Show panel when active */
.filter-panel.active {
	left: 0;
	/* Slide in the panel */
}

/* Close Button inside the filter panel */
.close-btn {
	display: none;
}

#filterBtn {
	display: none;
	/* Hide button on larger screens */
}

/* Media Query for Mobile (Floating button only shown on mobile) */
@media (max-width: 992px) {

	/* Show the filter button and panel for mobile */
	.close-btn {
		display: block;
		position: absolute;
		top: 10px;
		right: 10px;
		background: red;
		color: white;
		border: none;
		padding: 5px 10px;
		cursor: pointer;
	}

	#filterBtn {
		display: block;
	}

	.filter-btn {
		position: fixed;
		left: 0;
		top: 50%;
		transform: translateY(-50%);
		background: #007bff;
		color: white;
		border: none;
		padding: 10px 15px;
		border-radius: 0 5px 5px 0;
		cursor: pointer;
		z-index: 80;
	}

	.filter-panel {
		position: fixed;
		left: -250px;
		top: 0;
		height: 100%;
		width: 250px;
		border-right: 2px solid #ddd;
		box-shadow: 2px 0px 10px rgba(0, 0, 0, 0.2);
		transition: none;
		z-index: 101;
	}
}

.home-hero__content h1 {
	letter-spacing: 8px;
}

#callButtons .theme-btn {
	display: flex;
	gap: 3px;
	padding: 8px;
	font-size: 12px;
}

#callButtons a {
	letter-spacing: 1px;
}

#callButtons .buttons:hover {
	font-size: 14px;
	transition: 0.3s;
}

.extra-luggage small {
	font-size: 13px;
}

.price-div h6 {
	font-weight: bold;
	letter-spacing: 2px;
	font-size: 20px;
	color: rgb(31 46 77);
}

#callButtons .buttons {
	color: var(--primary-color) !important;
}

#callButtons .buttons i {
	transform: rotate(90deg);
}

#callButtons .buttons:hover {
	color: var(--secondar-color) !important;
	text-decoration: underline;
}

.flight-date {
	display: flex;
	justify-content: center;
	gap: 5px;
}

.flight-details-2 {
	width: 300px;
}

.flight-details-2 h6 {
	margin-top: 10px;
}

.flight-class-div {
	margin-bottom: 2px !important;
	margin-top: 8px !important;
	margin-right: 16px !important;
}

.flight-date .text-end {
	border-right: 2px solid #ccc;
	padding-right: 5px;
}

.home-hero {
	position: relative;
	overflow: hidden;
	height: 600px;
	display: flex;
	align-items: center;
}

.home-hero__background {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
	z-index: 0;
}

.formSection {
	margin-top: -16rem;
	z-index: 99;
	position: relative;
}

.home-hero {
	background-size: cover;
	background-position: center;
	background-blend-mode: soft-light;
	background-color: rgba(0, 0, 0, 0.5);
}

@keyframes slideShow {
	0% {
		opacity: 0;
	}

	10% {
		opacity: 1;
	}

	30% {
		opacity: 1;
	}

	40% {
		opacity: 0;
	}

	100% {
		opacity: 0;
	}
}

Content on top of background .theme-container {
	position: relative;
	z-index: 2;
}

.form-wrapper {
	max-width: 100%;
}

.clients__image img {
	filter: grayscale(100%);
	-webkit-filter: grayscale(100%);
	transition: all 0.3s ease-in-out;
}

.clients__image img:hover {
	filter: grayscale(0%);
	-webkit-filter: grayscale(0%);
}

.rating {
	display: flex;
	align-items: center;
	margin-top: 10px;
}

.review-btn {
	padding: 15px;
	display: flex;
	align-items: center;
	margin-left: auto;
	gap: 5px;
	background-color: #fdffff;
	width: fit-content;
	border-radius: 20px;
	box-shadow: 20px 20px 50px 15px rgb(0 0 0 / 10%);
}

.review-btn svg {
	width: 40px;
}

.review-btn span {
	font-size: 2rem;
	color: #1c1c1c;
	font-weight: 600;
}

.review-card-grp {
	margin-top: 50px;
}

.reviews-card {
	padding: 30px;
	border-radius: 25px;
	overflow: hidden;
	border: 1px solid #e5e5dd;
	background: #fff;
}

.reviews-top {
	display: flex;
	align-items: center;
	gap: 15px;
}

.avatar {
	width: 50px;
	aspect-ratio: 1;
	border-radius: 100%;
	overflow: hidden;
	display: flex;
	justify-content: center;
	align-items: center;
}

.star {
	margin-left: auto;
	width: 40px;
}

.reviews-bottom .rating {
	margin: 20px 0;
}

.rating {
	display: flex;
	align-items: center;
	margin-top: 10px;
}

.rating svg {
	width: 30px;
	fill: #febc08;
}

.review-card-grp {
	margin-top: 50px;
}

.reviews-bottom p {
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	text-overflow: ellipsis;
	overflow: hidden;
}

.selectize-control.single .selectize-input.input-active,
.selectize-input {
	background: transparent !important;
}

.price-badge {
	font-size: 18px;
	font-weight: 700;
	background: var(--primary-color);
	box-shadow: 0 3px 6px rgba(0, 0, 0, 0.2);
}

.slick-slide {
	margin: 0 20px;
}

.slick-prev,
.slick-next {
	background: var(--primary-color);
	border-radius: 50%;
	width: 40px;
	height: 40px;
	color: #fff;
	z-index: 10;
	transition: 0.3s ease;
}

.slick-prev:hover,
.slick-next:hover {
	background: var(--secondary-color);
}

.slick-prev {
	left: -45px;
}

.slick-next {
	right: -45px;
}

.slick-dots li button:before {
	font-size: 12px;
	color: var(--primary-color);
}

.slick-dots li.slick-active button:before {
	color: var(--secondary-color);
}

.dream-trip {
	background-image: url("../images/slides/image-9.webp");
	background-size: cover;
	background-position: center;
	background-blend-mode: soft-light;
	background-color: rgba(0, 0, 0, 0.4);
}

.review-carousel .slick-slide {
	margin: 0 8px;
}

.review-carousel .slick-list {
	margin: 0 -8px;
}

.reviews-card {
	background: #fff;
	border-radius: 16px;
	padding: 20px;
	box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08);
	height: 100%;
	transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.reviews-card:hover {
	transform: translateY(-5px);
	box-shadow: 0 6px 20px rgba(0, 0, 0, 0.12);
}

.reviews-top {
	display: flex;
	align-items: center;
	gap: 12px;
	margin-bottom: 15px;
}

.avatar {
	width: 48px;
	height: 48px;
	border-radius: 50%;
	color: #fff;
	font-weight: bold;
	display: flex;
	align-items: center;
	justify-content: center;
}

.star svg {
	width: 24px;
	height: 24px;
}

.rating svg {
	width: 18px;
	height: 18px;
	fill: #00b67a;
}

.reviews-bottom p {
	margin: 12px 0;
	color: #444;
}

.reviews-bottom a {
	font-weight: 600;
	color: #000;
	font-weight: 600;
	margin-top: 10px;
	text-decoration: none;
}

.reviews-bottom a:hover {
	text-decoration: underline;
}

.review-title {
	font-size: 1.5em;
	font-weight: 900;
	margin-bottom: 1rem;
}

.about-us {
	background-image: url("../images/slides/image-10.webp");
	background-size: cover;
	background-position: center;
	background-blend-mode: soft-light;
	background-color: rgba(0, 0, 0, 0.4);
	height: 600px !important;
}

.header-social {
	font-size: 1.2rem;
}

#homeFormArea {
	box-shadow: 0 15px 25px 0 rgba(0, 0, 0, 0.05);
	background: rgba(31, 46, 77, 0.9);
	padding: 55px;
	border-radius: 15px;
	color: white;
	width: 80%;
	margin: 0 auto;
}

.form-area input,
.form-area select {
	background: transparent !important;
}

.form-area .flight-options {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	align-items: center;
	gap: 1.5em;
	margin-bottom: 0.5em;
	position: relative;
	flex-wrap: wrap;
}

.form-area .flight-options .form-check {
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 5px;
}

.form-area .flight-options .form-check .form-check-input:checked[type="radio"] {
	background: var(--secondary-color) !important;
	border: 1px solid var(--secondary-color) !important;
}

.form-area .form-check-input {
	margin-top: 0 !important;
}

label {
	margin-bottom: 0.75em;
}

.form-check-label {
	margin-bottom: 0;
	/* font-size: 14px; */
}

.form-area .input-icon {
	position: relative;
	display: flex;
	align-items: center;
	padding: 0 0.35rem;
	border: 1px solid #ccc;
	border-radius: 0.375rem;
	gap: 1px;
}

.form-area .input-icon select,
.form-area .input-icon input {
	width: 100%;
}

.form-area .selectize-control.single {
	width: 100%;
	display: flex;
}

.form-check * {
	cursor: pointer;
}

.form-area .ourSelect select {
	border: none;
	color: white !important;
	cursor: pointer;
}

.form-area .ourSelect select option {
	background-color: #000;
}

.form-area .input-icon input {
	padding: 0.75rem;
	border: none;
	color: white !important;
}

.selectize-input.items {
	border: none;
	padding-top: 0.75rem;
	padding-bottom: 0.75rem;
}

#flightForm .selectize-input.focus {
	box-shadow: none !important;
}

.guestdiv.input-icon {
	padding: 0.75rem;
}

.selectize-input {
	line-height: unset !important;
}

.form-check-input {
	border: 1px solid rgb(255, 255, 255) !important;
}

#newsletterForm .row {
	margin-left: 0 !important;
	margin-right: 0 !important;
}

#newsletterForm .input-icon {
	display: flex;
	align-items: center;
	padding: 0.8rem;
	border: 1px solid #ccc;
	border-radius: 0.375rem;
	gap: 1rem;
	color: #ccc;
}

#newsletterForm .input-icon input {
	border: none;
	color: #ccc;
	background-color: transparent;
	padding: 0 !important;
}

#newsletterForm .input-icon input:focus {
	box-shadow: none;
}

.form-check-input {
	margin-top: 0 !important;
}

.guestdiv.form-control {
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

div.boxappear {
	position: absolute;
	z-index: 9;
	top: 100%;
	left: -115px;
	display: none;
	width: 22rem;
	margin-top: 10px;
	/* margin-left: 40px; */
	padding: 0;
	border-radius: 12px;
	border: 1px solid #ccc;
	background: #fff;
}

.flight-form .input-icon:focus-within {
	border: 1px solid var(--secondary-color);
	border-radius: 8px;
}

.guest-field {
	position: relative;
}

.guestdiv.input-icon.active {
	padding-top: 0.5rem !important;
	padding-bottom: 0.5rem !important;
}

div.boxappear .lines {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	position: relative;
	background: transparent;
	width: auto;
	height: unset;
	padding-right: 0;
	margin-bottom: 0;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	padding: 1rem;
}

div.boxappear .lines number {
	font-size: 1rem;
	font-weight: 300;
	color: #000;
	vertical-align: top;
	margin: 0 1rem;
}

div.boxappear .lines:not(:last-child) {
	border-bottom: 1px solid #ccc;
}

.plus-minus {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

div.boxappear i {
	border-radius: 100px;
	width: 30px;
	height: 30px;
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	font-size: 0.625rem;
	color: #2d2d2d;
	cursor: pointer;
	top: 0;
	border: 1px solid #ccc;
	line-height: 7;
}

div.boxappear i:hover {
	border: 1px solid var(--secondary-color);
}

div.boxappear .lines::before,
div.boxappear .lines::after {
	display: none !important;
}

div.boxappear .lines span {
	color: #151515;
	font-size: 14px;
	font-style: normal;
	font-weight: 300;
	line-height: normal;
	text-transform: capitalize;
}

div.boxappear .lines span small {
	display: block;
	font-size: 15px;
}

#homeFormArea input::placeholder {
	color: #ccc !important;
}

.selectize-input {
	color: #fff !important;
}

.selectize-input::after {
	border-color: #fff transparent transparent transparent !important;
}

div.boxappear p {
	font-size: 12px;
	font-weight: 300;
	color: #4b4b4b;
	font-family: "Poppins", sans-serif;
	text-align: left;
	padding: 0px 13px;
	line-height: 20px;
	padding-top: 0px;
	margin-top: -5px;
}

div.boxappear a {
	font-size: 12px;
	font-weight: 400;
	color: #b47331;
	position: absolute;
	bottom: 5px;
	right: 14px;
	cursor: pointer;
}

.sp-rt-bdr .reserve-form div.boxappear {
	margin-top: 0;
	left: 0;
	width: 100%;
}

div.boxappear i.disabled-plus {
	border-color: red;
	cursor: no-drop;
	color: red;
}

.box-apply {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	padding: 1em;
}

.guestdiv {
	color: white;
	cursor: pointer;
}

.guestdiv svg {
	width: 20px;
	height: 20px;
}

.form-area .form-check-input {
	width: 18px;
	height: 18px;
}

.departure .plane-icon {
	display: inline-block;
	transform: rotate(-45deg);
}

.destination .plane-icon {
	display: inline-block;
	transform: rotate(45deg);
}

.footer-copyright a {
	color: #8895af;
}

.footer-copyright a:hover {
	text-decoration: underline !important;
}


.get-in-touch .social {
	margin-left: 30px;
}

header .social a,
.get-in-touch .social a {
	font-size: 1.5rem;
	color: var(--primary-color);
	margin-right: 1.5rem;
	display: inline-block;
	transition: color .25s ease, transform .25s ease;
	transform-origin: center center;
	will-change: transform;
}

.get-in-touch .social a:hover {
	color: var(--secondary-color);
	transform: scale(1.2);
}

.get-in-touch .contact-info .icon-circle {
	width: 50px;
	height: 50px;
	border-radius: 50%;
	background: var(--primary-color);
	display: flex;
	justify-content: center;
	align-items: center;
	margin-right: 1rem;
	color: #fff;
	transition: color .25s ease, transform .25s ease;
}

.get-in-touch .contact-info a:hover h6 {
	color: var(--secondary-color);
}

.get-in-touch .contact-info a:hover .icon-circle {
	background-color: var(--secondary-color);
	color: var(--primary-color);
}

.accredited-btn,
.brand-drawer-content {
	box-shadow: rgb(149 157 165 / 0.2) 0 8px 24px;
}

.accredited-btn span,
.inner-drawer span {
	transform: rotate(-90deg);
	color: #fff;
	text-transform: uppercase;
}

#backToTop,
.invalid-overlay {
	opacity: 0;
	visibility: hidden;
}

.accredited-btn span,
.close-btn,
.contact-btn a,
.contact__info h4,
.inner-drawer span,
.search-btn,
.title h2 {
	text-transform: uppercase;
}

.brand-drawer {
	position: fixed;
	top: 35%;
	left: -280px;
	display: flex;
	transition: 0.4s;
	cursor: pointer;
	width: fit-content;
	z-index: 9999;
}

.df_card,
.df_card .content,
.df_card .content .link,
.df_card .content .para {
	transition: 0.48s cubic-bezier(0.23, 1, 0.32, 1);
}

.tab-shown {
	transform: translate(280px, 0);
}

.brand-drawer-content {
	padding: 20px;
	height: 300px;
	width: 280px;
	display: flex;
	flex-direction: column;
	background-color: var(--primary-color);
	justify-content: center;
	border-radius: 0 0 20px 0;
	align-items: center;
}

.inner-drawer {
	position: relative;
	width: 80px;
	height: 100%;
}

.inner-drawer span {
	position: absolute;
	left: -30px;
	top: 50%;
	font-size: 1.25px;
	font-weight: 500;
}

.brand-drawer-content a:hover {
	background: #383838;
	color: var(--secondary-color);
}

#drawer .icon {
	width: 20%;
	text-align: center;
	margin-right: 5px;
	padding-left: 3px;
}

.acc-brand img {
	width: 80px;
	margin: auto auto .25px;
	display: block;
	height: 80px;
}

.acc-brand h3 {
	font-size: 12px;
	text-align: center;
	font-weight: 700;
	color: var(--secondary-color);
}

.accredited-btn {
	background-color: var(--secondary-color);
	border: none;
	border-radius: 0 15px 15px 0;
	position: relative;
	width: 50px;
	height: 190px;
	cursor: pointer;
}

.df_card .content::after,
.df_card .content::before {
	left: 50%;
	background: #f8f8f8;
	border-radius: inherit;
	transition: 0.48s cubic-bezier(0.23, 1, 0.32, 1);
	position: absolute;
	content: "";
}

.accredited-btn span {
	display: block;
	font-size: 1.25rem;
	position: absolute;
	top: 82px;
	right: -38px;
}

.brand-drawer {
	cursor: pointer;
}

.why-us {
	padding: 2.25em 0;
}

.why-us__block {
	background: #fff;
	border: 2px solid #eee;
	border-radius: 1.25rem;
	padding: 2.25rem 1.25rem;
	transition: all 0.3s ease;
}

.why-us__block:hover {
	border-color: var(--secondary-color);
	transform: translateY(-6px);
	box-shadow: 0 8px 25px rgba(0, 0, 0, 0.08);
}

.why-us__block .icon {
	font-size: 3.75rem;
	color: var(--primary-color);
	margin-bottom: 1rem;
	transition: transform 0.3s ease, color 0.3s ease;
}

.why-us__block:hover .icon {
	transform: scale(1.2) rotate(5deg);
	color: var(--secondary-color);
}

.why-us__block h3 {
	font-size: 1.2rem;
	font-weight: 700;
	margin: 0;
	color: #222;
}

.sticky_number_bar {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	display: none;
	z-index: 990;
	color: #fff;
	background-color: var(--secondary-color);
}
.booking-terms a{
	color: var(--primary-color);
	font-weight: 700;
}
.booking-terms a:hover{
	text-decoration: underline !important;
}
.error-page {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 7.5rem;
  gap:1rem;
}
@media (max-width: 1399px) {
	.home-hero {
		height: 500px;
	}

	.formSection {
		margin-top: -15rem;
	}

	#homeFormArea {
		width: 85%;
		padding: 30px;
	}

	.home-hero .home-hero__content h1 {
		font-size: 4.5em;
	}
}

/* Extra Large: ≥1200px */
@media (max-width: 1199px) {
	html {
		font-size: 16px;
	}

	/* CSS rules for extra large screens and up */
	.home-hero {
		height: 400px;
	}

	.formSection {
		margin-top: -12rem;
	}

	#homeFormArea {
		width: 90%;
		padding: 25px;
	}

	.home-hero .home-hero__content h1 {
		font-size: 4em;
	}
}

/* Large: ≥992px */
@media (max-width: 991px) {
	html {
		font-size: 14px;
	}

	/* CSS rules for large screens and up */
	.home-hero {
		height: 400px;
	}

	.formSection {
		margin-top: -12rem;
	}

	#homeFormArea {
		width: 90%;
		padding: 25px;
	}

	.home-hero .home-hero__content h1 {
		font-size: 4em;
	}
}

/* Medium: ≥768px */
@media (max-width: 767px) {
	html {
		font-size: 14px;
	}

	#callButtons h6 {
		margin-top: 20px;
		margin-bottom: 20px;
	}

	.formSection {
		margin-top: -11rem;
	}

	#homeFormArea .theme-btn.theme-btn-secondary {
		width: 100%;
	}

	#homeFormArea label {
		margin-bottom: 0 !important;
	}

	#homeFormArea {
		width: 95%;
		padding: 25px;
	}

	.home-hero .home-hero__content h1 {
		font-size: 4em;
	}

	.review-title h2 {
		font-size: 1.5em;
	}

	.review-title h4 {
		font-size: 1em;
	}

	.review-btn {
		margin-right: auto;
	}

	.rating svg {
		width: 14px;
		height: 14px;
	}

	.review-title .rating {
		justify-content: center;
	}

	.review-btn span {
		font-size: 1rem;
	}

	.theme-btn {
		padding: 10px 20px 10px 20px !important;
	}

	/* Show only on screen <= 767px */
	.sticky_number_bar {
		justify-content: center;
		align-items: center;
		transform: translateY(100%);
		transition: transform 0.3s ease-in-out;
	}

	.sticky_number_bar.active {
		display: flex;
		transform: translateY(0);
	}

	a.phone-link {
		display: flex;
		justify-content: center;
		align-items: center;
		gap: 0.725rem;
	}

	a.phone-link h2 {
		font-size: 2.5rem !important;
		font-weight: 700;
	}

	.sticky_number_bar h2,
	.sticky_number_bar h4 {
		color: #fff;
	}

	a.phone-link i {
		font-size: 2rem;
	}

	.sticky_number_bar a.phone-link i {
		color: #fff;
		font-size: 3rem;
	}

	.sticky_number_bar a.phone-link:hover h2,
	.sticky_number_bar a.phone-link:hover h4,
	.sticky_number_bar a.phone-link:hover i {
		color: var(--primary-color);
	}
}

/* Small: ≥576px */
@media (max-width: 575.98px) {
	html {
		font-size: 12px;
	}

	#callButtons h6 {
		margin-top: 20px;
		margin-bottom: 20px;
	}

	.formSection {
		margin-top: -15rem;
	}

	#homeFormArea {
		width: 95%;
		padding: 25px;
	}

	.home-hero .home-hero__content h1 {
		font-size: 2.5em;
	}

	.accredited-btn {
		height: 120px;
		width: 35px;
	}

	.accredited-btn span {
		top: 48px;
		left: -44px;
	}

	.brand-drawer-content {
		padding: 15px;
		height: 200px;
		/* width: 250px; */
	}

	.acc-brand img {
		width: 50px;
		height: 50px;
		margin: auto auto 5px;
	}

	.theme-btn {
		padding: 10px !important;
	}
}

/* Just for Mobile */
@media (max-width: 420px) {
	html {
		font-size: 11.5px;
	}

	#homeFormArea {
		padding: 25px 10px;
		width: 100%;
	}

	.form-area .flight-options {
		gap: 0.5em;
	}

	#homeFormArea {
		width: 95%;
		padding: 20px;
	}

	.home-hero .home-hero__content h1 {
		font-size: 2em;
	}
}