@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@500;600;700&display=swap');

html {
	scroll-behavior: smooth;
}

body {
	font-family: 'Poppins', sans-serif;
	font-size: 14px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: 'Poppins', sans-serif;
}

/*----------multi-level-accordian-menu------------*/
.menu-panel {
	position: relative;
	background: url(../images/header-bg.png) no-repeat;
	background-size: 100% 100%;
	padding-bottom: 30px;
}

.top-header {
	position: relative;
	padding: 15px 10px;
}

.topnav {
	display: flex;
	justify-content: end;
	align-items: center;
	list-style: none;
	margin-bottom: 0;
	padding: 0;
}

.topnav li {
	display: inline-block;
	color: #222;
	letter-spacing: 1px;
	font-weight: 500;
	padding: 0 35px;
}

.topnav i {
	color: #e62e2d;
	padding-right: 5px;
}

.navbar-logo {
	padding: 0;
	position: absolute;
	top: -20px;
	z-index: 1;
}

.logo {
	height: 87px;
}

.navbar-mainbg {
	background-color: transparent;
	padding: 0;
	width: 100%;
	z-index: 1;
}

#navbarSupportedContent {
	position: relative;
}

#navbarSupportedContent ul {
	padding: 0;
	margin: 0;
	width: 85%;
	display: flex;
	justify-content: end;
	align-items: center;
}

.bottom-header li a i {
	margin-right: 10px;
	color: #f1b27c;
}

#navbarSupportedContent li {
	list-style-type: none;
}

#navbarSupportedContent ul li a {
	color: #555454;
	text-decoration: none;
	display: block;
	padding: 5px 10px;
	margin: 10px;
	position: relative;
	font-weight: 600;
	letter-spacing: 0.6px;
	font-size: 16px;
}

#navbarSupportedContent>ul>li.active>a,
#navbarSupportedContent ul li a:hover {
	color: #2d3194;
	background-color: transparent;
	transition: all 0.7s;
}

.bottom-header .dropdown-menu>li {
	padding: 10px;
	margin: 0;
}

.bottom-header .dropdown-menu>li>a {
	font-size: 15px !important;
	text-transform: capitalize;
	margin: 0 !important;
	padding: 0 !important;
}

.bottom-header .dropdown-menu>li>a:hover {
	color: #2748c0 !important;
}

.bottom-header .btn-bg {
	border: 1px solid #eb2027;
	border-radius: 5px;
	padding: 10px 20px !important;
	color: #fff !important;
	display: inline-block !important;
	background: #eb2027;
	font-size: 15px;
	font-weight: 600;
	letter-spacing: 0.6px;
}

/* Slider */
.slider-panel {
	position: relative;
}

/* Form */
.booking-panel {
	position: absolute;
	top: 3em;
	left: 10em;
}

.booking-panel h1 {
	color: #0b0b51;
	font-weight: bold;
}

.booking-panel h1>span {
	color: #eb2027;
}

.book-form {
	background: url(../images/form-bg.png) no-repeat, #fff;
	background-size: 100% 100%;
	width: 350px;
	padding: 50px 25px;
	margin: auto;
	position: relative;
	border-radius: 10px;
	box-shadow: 0 0 15px 2px #eaeff0;
}

.book-form h3 {
	color: #eb2027;
	font-weight: 500;
	text-align: center;
}

.book-form h3>span {
	color: #0b0b51;
}

.book-form .book-group {
	margin-bottom: 1rem;
}

.book-form .book-control {
	background-color: #f5f9fa !important;
	width: 100%;
	font-size: 15px;
	border-color: #c1c1c1 !important;
	border-radius: 5px;
	min-height: 45px !important;
}

.book-form .book-button {
	background: #0b0b51;
	border-color: #0b0b51;
	color: #fff;
	font-size: 16px;
	font-weight: bold;
	text-transform: uppercase;
}

/* Title */
.section-space {
	padding: 50px 0;
}

.section-title {
	color: #0b0b51;
	font-weight: bold;
}

.section-title>span {
	color: #eb2027;
}

.section-subtitle {
	color: #9fc1ff;
	font-weight: normal;
	font-size: 16px;
}

.section-text {
	font-size: 16px;
	line-height: 1.7;
	letter-spacing: 0.5px;
	color: #222;
}

/* About-Us */
.about-panel {
	background: url(../images/about-bg-2.png) no-repeat fixed;
	background-size: cover;
}

.about-inner {
	background: url(../images/about-bg-1.png) no-repeat fixed;
	background-size: cover;
	border-radius: 10px;
	padding: 100px;
}

.about-panel .section-title {
	color: #f0bc6f;
}

.about-panel .section-title>span {
	color: #eb2027;
}

/* Facilities */
.about-section {
	background: url(../images/about-bg.png) left bottom no-repeat;
	padding: 100px 0;
}

.about-bottom {
	display: inline-flex;
	align-items: center;
	gap: 10rem;
	flex-wrap: wrap;
	color: #5272ab;
}

/* Services */
.service-panel {
	background: url(../images/services-bg.png) right bottom no-repeat;
}

.service-box {
	position: relative;
	background: #fff;
	box-shadow: 0 0 5px #c2c2c2;
	border-radius: 10px;
	padding: 30px;
	margin: 15px 0;
	z-index: 1;
}

.service-icon {
	position: absolute;
	top: 10px;
	left: 0;
	z-index: -1;
}

.service-top {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.service-top h6 {
	font-weight: bold;
	color: #33398a;
	padding-left: 15px;
}

.service-box .section-text {
	font-size: 14px;
}

/* Routes */
.route-panel {
	background: url(../images/route-bg.png) no-repeat fixed;
	background-size: 100% 100%;
	padding: 60px 0;
}

.route-inner {
	position: relative;
	margin: 0 10px;
}

.route-inner img {
	width: 100%;
	border-radius: 10px;
}

.route-inner h4 {
	position: absolute;
	bottom: 0;
	left: 0;
	background: #0000009c;
	color: #fff;
	font-size: 18px;
	letter-spacing: 0.8px;
	width: 100%;
	margin: 0;
	padding: 20px 0;
	border-radius: 0 0 10px 10px;
}

/* Footer Section */
.footer-section {
	background: #0b0b51;
	overflow-wrap: break-word;
}

.footer-top {
	padding: 10px;
}

.footer-section h2 {
	color: #fff;
	margin: 50px 0 20px;
	text-transform: uppercase;
	font-size: 20px;
	font-weight: bold;
	letter-spacing: 1px;
}

.footer-section p,
.footer-section p>a {
	color: #fff;
	line-height: 1.7;
	letter-spacing: 0.5px;
	font-size: 14px;
	font-weight: 500;
	position: relative;
}

.footer-top p {
	padding-left: 10px;
}

.footer-section i {
	position: absolute;
	left: -12px;
	top: 5px;
	color: #f1b27c;
}

.footer-bottom {
	border-top: 1px solid #fff;
}

.footer-bottom p {
	margin: 10px 0;
}

@media(max-width:992px) {
	.book-form {
		width: auto;
	}

	.navbar-logo {
		position: relative;
		top: 0;
	}

	#navbarSupportedContent ul {
		width: 100%;
		align-items: flex-start;
	}

	.booking-panel {
		position: relative;
		top: 0;
		left: 0;
		padding: 20px 0;
	}

	.booking-panel h1 {
		text-align: center;
		font-size: 25px;
	}
}

@media(max-width:564px) {
	.menu-panel {
		background: #fff;
	}

	.topnav {
		justify-content: center;
	}

	.topnav li {
		padding: 0;
	}

	.logo {
		height: 75px;
	}

	.about-bottom {
		gap: 2rem;
	}

	.footer-section h2 {
		margin: 10px;
	}

	.footer-bottom p {
		margin: initial;
	}
}

/* End Footer */

/* track */

.track-main {
	/*background: transparent linear-gradient(244deg, #FFFFFF 0%, #DCDCFF 100%) 0% 0% no-repeat padding-box;*/
	width: 100%;
	height: auto;
}

.track-main h1 {
	top: 102px;
	left: 98px;
	width: 892px;
	height: 82px;
	text-align: left;
	font: 100px;
	font-family: roboto;
	letter-spacing: 0px;
	color: #707070;
	opacity: 1;
}

.track-main #track-vector {
	height: 500px;
	margin-top: 8em;
}

.track-main .form {
	margin-left: 5em;
	margin-top: 0em;
}

#track-submit {
	background: transparent linear-gradient(113deg, #be73de 0%, #514eb7 100%) 0% 0% no-repeat padding-box;
	border-radius: 39px;
	opacity: 1;
	margin-left: 13em;
	width: 119px;
	height: 43px;
	color: white;
	top: -1em;
	position: relative;
}

.track-div {
	left: 14em;
	top: 7em;
}

.track-div-history {
	left: 6em;
	margin-top: 10em;
	position: relative;
}

@media only screen and (min-width: 1170px) {
	.center-orientation .vertical-timeline-content {
		margin-left: 0;
		padding: 1.6em;
		width: 45%;
	}

	.center-orientation .vertical-timeline-content::before {
		top: 24px;
		left: 100%;
		border-color: transparent;
		border-left-color: white;
	}

	.center-orientation .vertical-timeline-content .btn {
		float: left;
	}

	.center-orientation .vertical-timeline-content .vertical-date {
		position: absolute;
		width: 100%;
		left: 122%;
		top: 2px;
		font-size: 14px;
	}

	.center-orientation .vertical-timeline-block:nth-child(even) .vertical-timeline-content {
		float: right;
	}

	.center-orientation .vertical-timeline-block:nth-child(even) .vertical-timeline-content::before {
		top: 24px;
		left: auto;
		right: 100%;
		border-color: transparent;
		border-right-color: white;
	}

	.center-orientation .vertical-timeline-block:nth-child(even) .vertical-timeline-content .btn {
		float: right;
	}

	.center-orientation .vertical-timeline-block:nth-child(even) .vertical-timeline-content .vertical-date {
		left: auto;
		right: 122%;
		text-align: right;
	}

	.center-orientation .cssanimations .vertical-timeline-content.is-hidden {
		visibility: hidden;
	}
}
