:root {
	--custom-ink: #17202a;
	--custom-muted: #64748b;
	--custom-honey: #f5b82e;
	--custom-green: #17896d;
	--custom-sky: #2374ab;
	--custom-surface: #f7f9fb;
}

body {
	color: var(--custom-ink);
}

.custom-main {
	margin-top: 0;
}

.custom-brand,
.custom-footer-brand {
	align-items: center;
	display: inline-flex;
	gap: 10px;
	text-decoration: none;
}

.brand-mark {
	align-items: center;
	background: var(--custom-honey);
	border-radius: 8px;
	color: #111827;
	display: inline-flex;
	font-size: 28px;
	font-weight: 800;
	height: 48px;
	justify-content: center;
	line-height: 1;
	width: 48px;
}

.brand-name {
	color: #051c55;
	font-size: 25px;
	font-weight: 800;
	letter-spacing: 0;
}

/* ============================================================================
header
=============================================================================== */
.custom-header .main-navigation {
	background: #ffffff;
	box-shadow: 0 10px 30px rgba(17, 24, 39, .08);
	position: relative;
	z-index: 999;
}

.custom-header .navbar {
	background: #ffffff;
	left: auto;
	position: relative;
	right: auto;
	top: auto;
}

.custom-header .navbar.fixed-top {
	left: 0;
	position: fixed;
	right: 0;
	top: 0;
}

.custom-header .navbar.fixed-top .brand-name,
.custom-header .navbar .brand-name {
	color: #051c55;
}

.custom-header.home-3 .navbar .nav-item .nav-link {
	color: #051c55;
	font-weight: 700;
}

.custom-header.home-3 .navbar .nav-item .nav-link:hover {
	color: var(--custom-honey);
}

.custom-header .top-header-right .account + .account {
	margin-left: 18px;
}

.custom-header .navbar .header-btn .theme-btn {
	color: #ffffff;
}

/* ============================================================================
home search
=============================================================================== */

.home-search {
	position: relative;
	margin-top: -80px;
	z-index: 1;
}

.search-form-wrapper {
	background: #fff;
	border-radius: 10px;
	padding: 40px 30px;
	box-shadow: 0 3px 24px rgb(0 0 0 / 10%);
}

.search-form-wrapper .form-group {
	position: relative;
}

.search-form-wrapper .form-group label {
	color: #6C7592;
}

.search-form-wrapper .form-group i {
	position: absolute;
	left: 12px;
	bottom: 15.5px;
	color: #6C7592;
}

.search-form-wrapper .form-group .form-control {
	padding: 10px 10px 10px 35px;
	border-radius: 8px;
	border-color: #6C7592;
	color: #6C7592;
	box-shadow: none;
}

.search-form-wrapper .form-group .nice-select {
	width: 100%;
	height: 45px;
	line-height: 43px;
	border-radius: 8px;
	border-color: #6C7592;
	padding-left: 35px;
	font-size: 1rem;
	font-weight: 400;
	color: #6C7592;
}

.search-form-wrapper .form-group .nice-select:after {
	border-color: #6C7592;
	width: 9px;
	height: 9px;
	margin-top: -6.5px;
}

.search-form-wrapper .nice-select.open .list {
	border: none;
	border-radius: 10px;
	width: 100%;
	box-shadow: 0 3px 24px rgb(0 0 0 / 10%);
}

.search-form-wrapper .form-group .nice-select-icon i {
	bottom: -30px;
}

.search-btn {
	width: 100%;
	border: none;
	background: #FCA702;
	color: #fff;
	border-radius: 8px;
	padding: 9px 0;
	transition: all .5s ease-in-out;
}

.search-btn i {
	margin-right: 5px;
}

.search-btn:hover {
	background: #102B3E;
	color: #fff;
}

@media all and (max-width: 991px) {
	.search-form-wrapper .search-input {
		margin-bottom: 25px;
	}
}

/* ===================
home heading
====================== */

.home-heading {
	margin-bottom: 60px;
}

.site-title-tagline {
	text-transform: uppercase;
	font-weight: 600;
	font-size: 18px;
	color: #FCA702;
	padding-left: 80px;
	position: relative;
}

.site-title-tagline::before {
	content: "";
	position: absolute;
	width: 65px;
	height: 3px;
	left: 0;
	top: 8px;
	background: #FCA702;
}

.site-title {
	font-weight: 700;
	text-transform: uppercase;
	font-size: 38px;
	color: #051242;
	margin: 10px 0;
}

.home-heading p {
	font-size: 16px;
}

/* ============================================================================
home feature
=============================================================================== */

.home-feature {
	position: relative;
}

.feature-item {
	background: #fff;
	padding: 20px 30px;
	border-radius: 10px;
	margin-bottom: 25px;
	position: relative;
	box-shadow: 0 0 40px 5px rgb(0 0 0 / 5%);
}

.feature-count {
	position: absolute;
	top: 35px;
	right: 20px;
	font-size: 50px;
	line-height: 0.8;
	font-weight: 800;
	color: transparent;
	-webkit-text-stroke: 2px #CFD3DE;
}

.feature-icon {
	color: #FCA702;
	border-radius: 10px;
	font-size: 40px;
}

.feature-info {
	margin-top: 10px;
}

.feature-title {
	font-size: 22px;
	margin-bottom: 10px;
	color: #071C55;
}

/* ============================================================================
home about
=============================================================================== */

.home-about {
	position: relative;
	display: block;
}

/* ============================================================================
home-destination
=============================================================================== */

.home-destination .destination-item {
	position: relative;
	margin-bottom: 45px;
}

.home-destination .destination-item:hover .destination-img img {
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
}

.home-destination .destination-img {
	overflow: hidden;
	border-radius: 15px;
}

.home-destination .destination-info {
	position: absolute;
	background: #fff;
	display: flex;
	align-items: center;
	justify-content: space-between;
	left: 10px;
	right: 10px;
	bottom: -20px;
	padding: 10px 20px;
	border-radius: 10px;
	box-shadow: 0 3px 24px rgb(0 0 0 / 10%);
}

.home-destination .destination-info a {
	width: 45px;
	height: 45px;
	line-height: 45px;
	background: #FCA702;
	border-radius: 50px;
	text-align: center;
	color: #fff;
	transition: all .5s ease-in-out;
}

.home-destination .destination-info a:hover {
	background: #051242;
	color: #fff;
}

.home-destination .destination-info h5 i {
	margin-right: 5px;
	color: #FCA702;
}



/* ============================================================================
home video
=============================================================================== */

.home-video {
	position: relative;
}

.video-wrapper {
	position: relative;
	display: flex;
	justify-content: center;
	border-radius: 5px;
	z-index: 100;
}

.video-wrapper img {
	border-radius: 12px;
}

.home-video .play-btn {
	display: inline-block;
	padding: 0;
	height: 75px;
	width: 75px;
	text-align: center;
	background: #fff;
	position: absolute;
	border-radius: 50%;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}


/* ============================================================================
home offer
=============================================================================== */

.home-offer .tour-submeta {
	color: #051242;
	font-size: 14px;
	line-height: 1.3;
	margin: -2px 0 12px;
}

.home-offer .tour-submeta i {
	color: #fca702;
	margin-right: 6px;
}

.home-offer .tour-info {
	align-items: center;
	column-gap: 18px;
	display: grid;
	grid-template-columns: minmax(0, 1fr) 45px;
	padding-bottom: 12px;
	position: relative;
}

.home-offer .tour-info > a:not(.tour-info-action),
.home-offer .tour-submeta {
	grid-column: 1;
}

.home-offer .tour-img {
	border-radius: 15px;
	display: block;
	overflow: hidden;
}

.home-offer .tour-img-link {
	display: block;
}

.home-offer .tour-img img {
	transition: transform .35s ease;
	width: 100%;
}

.home-offer .tour-item:hover .tour-img img {
	transform: scale(1.06);
}

.home-offer .tour-info-action {
	align-items: center;
	background: #fca702;
	border-radius: 50%;
	color: #ffffff;
	display: inline-flex;
	grid-column: 2;
	grid-row: 1 / span 2;
	height: 45px;
	justify-content: center;
	justify-self: end;
	text-decoration: none;
	transition: all .35s ease;
	width: 45px;
}

.home-offer .tour-info-action:hover {
	background: #051242;
	color: #ffffff;
}











