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

html {
	scroll-padding-top: 100px;
	scroll-behavior: smooth;
}

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

/* Top-Header */
.header-section {
	background: #fff;
	font-size: 12px !important;
	position: sticky;
	top: 0;
	width: 100%;
	z-index: 9999;
}

.top-header {
	padding: 12px 0;
}

.top-header-list,
.bottom-header-list {
	margin: 0;
	padding: 0;
}

.top-header-list li {
	display: inline-block;
	padding: 5px 10px;
	letter-spacing: 0.5px;
}

.top-header-list li i {
	font-size: 18px;
	color: #f4d828;
}

.top-header-list li a {
	font-weight: 500;
	color: #000;
}

.top-header i,
.bottom-header i {
	color: #2b0038;
	margin: 0 5px;
	font-size: 12px;
}

.header-login {
	padding: 10px 15px !important;
	border-radius: 5px;
	position: relative;
	background: #f4d828;
	transition: .5s ease;
}

.header-login:hover {
	transform: scale(1.05) !important;
	transition: .1s;
}

.header-login i {
	color: #000 !important;
}

/* bottom-header */
.bottom-header {
	padding: 12px 0;
	background: url(../images/header-bg.png) no-repeat;
	background-size: 100% 100%;
}

.top-header .logo {
	position: relative;
	left: -4.8rem;
	top: 2rem
}

.top-header .logo img {
	height: 30px;
}

.bottom-header-list li {
	list-style: none;
	display: inline-block;
	padding: 8px 20px;
}

.bottom-header-list li a {
	font-size: 15px;
	font-weight: 500;
	text-decoration: none;
	position: relative;
	color: #fff;
}

.bottom-header-list li a:hover {
	color: #fff200;
}

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

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

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

/* Form Start */
.slider-panel {
	padding: 0px 0 50px;
	background: #e9ecf8;
}

.slider-image {
	position: relative;
	top: 10%;
	left: 0;
}

.slider-icon {
	position: relative;
	left: -45px;
}

.slider-icon img {
	padding: 0 20px;
}

.booking-section {
	margin-top: 40px;
	width: 350px;
}

.booking-section h6 {
	padding: 10px 0;
}

.book-form {
	box-shadow: 0 0 0rem 1.5rem #ffffff5e;
	background: #fff;
	border-radius: 20px;
	padding: 30px;
}

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

.book-form .book-control {
	background-color: #fff !important;
	width: 100%;
	min-height: 40px !important;
	font-size: 15px;
	border-color: #b9b9b9 !important;
	border-radius: 4px;
}

.book-form .book-button {
	background: #f4d828;
	color: #fff;
	font-size: 20px;
	letter-spacing: 0.8px;
	border-radius: 4px;
	font-weight: normal;
}

/* title-section */
.section-title {
	color: #2647bf;
}

.section-subtitle {
	color: #f4d828;
}

.section-text {
	color: #222222cf;
	text-align: justify;
}

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

.benefit-content {
	padding:0 10px;
}

/* about-section */
.about-section {
	padding: 150px 0;
}

.about-section h1 {
	text-transform: uppercase;
}

.about-btn {
	display: inline-block;
	padding: 8px 40px;
	background: #2647bf;
	color: #fff;
	border-radius: 6px;
}

.about-btn:hover {
	color: #fff;
}

.benefit-inner {
	position: relative;
	width: 380px;
	height: 380px;
	left: 50px;
}

.circle {
	position: absolute;
	left: 100px;
	width: 100%;
	border: 3px dotted #000;
	border-radius: 50%;
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	transform: rotate(130deg);
}

.circle-item {
	position: absolute;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	width: 150px;
	height: 150px;
	text-align: center;
	z-index: 3;
	border-radius: 50%;
	background: #2647bf;
	padding: 11px;
}

.circle-item:nth-child(1) {
	transform: rotate(-43deg) translateX(170px) rotate(-88deg);
}

.circle-item:nth-child(2) {
	transform: rotate(50deg) translateX(170px) rotate(-180deg);
}

.circle-item:nth-child(3) {
	transform: rotate(138deg) translateX(170px) rotate(92deg);
}

.circle-item:nth-child(4) {
	transform: rotate(0deg) translateX(0px) rotate(230deg);
}

.circle-item :where(*) {
	color: #fff;
}

.circle-item:hover :where(*) {
	color: #fff;
	text-decoration: none;
}

.circle-item p {
	display: none;
	font-size: 12px;
}

.circle-item:hover {
	background: #f4d828;
}

.circle-item:hover p {
	display: block;
	color: #000;
}

.circle-item:hover h6 {
	display: none;
}

.circle-item:hover img {
	filter: invert(1) brightness(1);
}

/*service-section */
.service-section {
	padding: 50px 0;
	background: url(../images/service-bg.png) no-repeat 0/100% 100%;
	color: #ffff !important;
}

.service-card {
	text-align: center;
	padding: 30px 10px;
	height: 270px;
	background: #fff;
	color: #000;
	border-radius: 10px;
}

.service-card:hover {
	background: #f4d828;
}

.service-card img {
	padding: 10px 0;
}

.service-card:hover img {
	filter: invert(38%) sepia(100%) hue-rotate(200deg) saturate(72);
}

/* facility-section */
.facility-title {
	display: inline-block;
	padding: 10px 40px;
	border-radius: 10px;
	background: #2647bf;
	border: 2px solid #fff;
	color: #fff;
	position: relative;
	top: -70px;
}

.facility-card {
	text-align: center;
}

.facility-card:hover .facility-title,
.route-card:hover .route-title {
	background: #f4d828;
	border: 2px solid #000;
	color: #000;
	font-weight: bold;
}

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

.route-card {
	text-align: center;
	padding: 0 10px;
}

.route-title {
	position: relative;
	top: -50px;
	padding: 8px 20px;
	border: 2px solid transparent;
	border-radius: 6px;
	display: inline-block;
	background: #2647bf;
	color: #fff;
}

/* route-section */

/* footer-section */
.footer-section {
	background: #2647bf;
	overflow-x: hidden;
	color: #fff;
}

.footer-section :where(p, a) {
	padding: #2647bf;
}

.footer-section a {
	color: #ffffffa6;
}

.footer-section a:hover {
	color: #fff;
}

.footer-top {
	padding: 50px 0;
}

.footer-top h6 {
	margin-top: 20px;
	color: #f4d828;
}

.footer-logo {
	background: #fff;
	padding: 10px 20px;
	border-radius: 10px;
}

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

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

@media (max-width: 992px) {
	.bottom-header {
		background: #2647bf;
	}

	.top-header .logo,
	.service-card {
		position: relative;
		top: 0;
		left: 0;
		margin: 20px 0;
	}

	.navbar-toggler i {
		font-size: 30px;
		color: #fff;
	}

	.slider-icon {
		left: -25px;
	}

	.service-section {
		background-size: cover;
	}

	.circle {
		position: relative;
		left: 0px;
		border: none !important;
		transform: translate(0) !important;
		display: block !important;
	}

	.benefit-inner {
		width: 280px;
		height: auto;
	}


	.circle-item {
		width: auto;
		position: relative;
		margin: 10px 0;
		height: auto;
		border-radius: 0;
		display: block !important;
		transform: translate(0) !important;
	}

	.footer-bottom p {
		padding: 2px;
	}

	.route-section,
	.footer-top,
	.service-section,
	.benefit-section {
		padding: 20px 0;
	}

	.about-section {
		padding: 100px 0;
	}
}
