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

h1,
h2,
h3,
h4,
h5 {
	font-family: "Montserrat", sans-serif;
}

h2 {
	font-size: 2.7rem;
	letter-spacing: 1.2px;
	line-height: 1.3;
	font-weight: 400;
}

h2 b {
	font-weight: 700;
}

.container {
	max-width: 1220px;
}

/* header-section */
.header-section {
	background: url(../images/header-bg.png) no-repeat;
	background-size: 100% 100%;
}

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

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

.top-header-list li {
	display: inline-block;
	color: #222;
	padding: 5px 0;
	letter-spacing: 0.5px;
}

.top-header-list li a {
	font-size: 14px;
	font-weight: 500;
	color: #222;
}

.top-header-list li a:hover {
	text-decoration: underline;
}

.top-header i,
.bottom-header i {
	color: #3c457c;
	margin: 0 5px;
	font-size: 13px;
}

.header-login {
	background: #fff;
	border-radius: 30px;
	margin: 0 5px;
	padding: 5px 13px !important;
}
.header-login:hover {
	transform: scale(1.05);
	transform: 0.1s;
}

.header-login i {
	color: #3c457c;
	font-size: 15px;
}

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

.header-login a:hover {
	text-decoration: none !important;
}

.header-icon i {
	color: #222;
	font-size: 15px;
}

/* bottom-header */
.bottom-header {
	padding: 10px;
	position: relative;
}

.bottom-header .logo {
	position: absolute;
	top: -82px;
	left: -59px;
}

.bottom-header .logo img {
	height: 90px;
}

.bottom-header-list li {
	list-style: none;
	display: inline-block;
	padding: 8px 15px;
	font-size: 14px;
}

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

.bottom-header .dropdown:hover .dropdown-menu {
	z-index: 1100;
	transition: 0.6s ease;
	height: max-content;
	opacity: 1;
}

.bottom-header .dropdown-menu {
	position: absolute !important;
	top: 90% !important;
	height: 0;
	z-index: -1100;
	backdrop-filter: blur(10px);
	background: #fff;
	border-radius: 10px;
	box-shadow: 0 0 10px #ccc;
	display: block;
	opacity: 0;
	transition: 0.4s ease;
}

.bottom-header .dropdown-menu > li {
	padding: 5px 10px;
	margin: 0;
	display: list-item;
	transition: all 0.3s;
}

.bottom-header .dropdown-menu > li:hover {
	background: #b33634;
	text-shadow: 0 0 1px #000;
}

.bottom-header .dropdown-menu > li > a {
	color: #222;
	font-size: 14px;
	text-transform: capitalize;
}

.bottom-header .dropdown-menu > li > a:focus,
.dropdown-menu > li:hover a {
	color: #fff;
	transition: 0.4s;
	text-decoration: none;
}

/* title-section */
.section-title {
	color: #b33634;
	letter-spacing: 1.3px;
}

.section-subtitle {
	color: #f6ff34;
}

.section-highlights {
	color: #3b447c;
}

.section-text {
	color: #22222296;
	line-height: 1.7;
	text-align: justify;
}

.section-btn {
	background: #b33634;
	color: #fff;
	text-decoration: none;
	display: inline-block;
	border-radius: 30px;
	padding: 2px;
	padding-right: 30px;
}

.section-btn i {
	padding: 10px 11px;
	color: #b33634;
	background: #fff;
	transform: rotate(-45deg);
	border-radius: 50%;
	transition: 1s;
}

.section-btn:hover i {
	transition: 0.5s;
	transform: rotate(0deg);
}

.section-btn:hover {
	color: #fff;
	text-decoration: none;
	background: #db1e1b;
}

/* slider-panel */
.slider-panel {
	padding: 50px 0 12rem;
	background: url(../images/slidre-bg.png) no-repeat bottom left/100% 100%;
	position: relative;
	z-index: 1;
}

.slider-subtitle {
	font-size: 3.3rem;
	font-family: "Righteous", sans-serif;
}
.slider-subtitle span {
	color: #ff0000;
}

.slider-title {
	color: #b33634;
	font-size: 2.5rem;
	font-weight: bold;
	text-transform: uppercase;
	padding: 0px 0 10px;
	letter-spacing: 1.5px;
}

.book-form {
	background: url(../images/form-bg.png) no-repeat 0 0/100% 100%;
	margin-top: 30px;
	padding: 0px 20px 15px;
}

.book-form .book-control {
	background-color: #fff !important;
	width: 100%;
	font-size: 15px;
	margin: 10px 0;
	border: 2px solid #b33634 !important;
	border-radius: 15px;
}

.book-form .book-button {
	background: #b33634;
	color: #fff;
	font-size: 16px;
	letter-spacing: 0.8px;
	border-radius: 15px;
	font-weight: normal;
}

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

.benefit-counter {
	text-align: center;
	border-radius: 20px;
}

.benefit-card {
	position: absolute;
	bottom: 5px;
	left: 50px;
	width: max-content;
}

.counter-title {
	color: #f6ff34;
	font-weight: 600;
}

.benefit-counter h3 {
	color: #f6ff34;
	font-size: 2.5rem;
}
.benefit-counter h3 span {
	color: #fff;
	font-size: 4rem;
	font-weight: 700;
}

/*  about-section  */
.about-section {
	padding: 80px 0;
	background: url(../images/about-img.png) no-repeat center left/50% auto;
}

/* service-section */
.service-section {
	padding: 50px 0;
	background: #3b447c;
	color: #fff;
}

.service-inner {
	margin: 20px !important;
	position: relative;
}

.service-card {
	padding: 20px;
	position: absolute;
	color: #000;
	width: 90%;
	right: 0px;
	bottom: 0rem;
	background: #ffffff;
	border-radius: 10px;
	box-shadow: 0 0px 9px 2px #00000048;
}

.service-card:hover p {
	color: #fff;
}

.service-card:hover {
	background: #b33634;
	color: #f6ff34;
}

.service-card:hover .service-icon {
	background: #b33634;
	border: 4px solid #fff;
}

.service-img {
	padding-bottom: 88px;
}

.service-icon {
	position: relative;
	display: inline-block;
	top: -4rem;
	margin-bottom: -4rem;
	padding: 10px;
	background: #fff;
	border-radius: 50%;
	border: 4px solid #b33634;
}

/* feature-section */
.feature-section {
	padding: 50px 0;
	background: url(../images/feature-img.png) no-repeat center left/57% auto,
		url(../images/feature-bg.png) no-repeat right center;
	background-position-y: 250px;
}

.feature-hero {
	padding: 30px 0;
}

.feature-hero:hover {
	color: #b33634;
}

.feature-hero:hover .feature-icon {
	background: #dadfff;
}

.feature-inner .section-btn {
	background: #fff;
	color: #000;
}

.feature-inner .section-btn i {
	background: #b33634;
	color: #fff;
}

.feature-inner {
	color: #fff;
	background: #b33634;
	position: relative;
	padding: 62px 50px;
	z-index: 1;
	border-radius: 20px;
}

.feature-img {
	position: absolute;
	right: 40px;
	z-index: -1;
	top: 0;
}

.feature-icon {
	padding: 10px;
	display: inline-block;
	border-radius: 50%;
	border: 3px solid #3b447c;
	background: #fff;
}
/* route-section */
.route-section {
	padding: 50px 0 100px;
	background: url(../images/route-img1.png) no-repeat top left,
		url(../images/route-img2.png) no-repeat top right,
		url(../images/route-img3.png) no-repeat bottom left,
		url(../images/route-img4.png) no-repeat bottom right;
}

.route-slider {
	padding: 50px 0;
}

.route-card {
	position: relative;
	margin: 20px 10px;
}

.route-inner {
	position: absolute;
	bottom: 10px;
	width: 100%;
}

.route-icon {
	padding: 15px;
	border-radius: 50%;
	background: #b33634;
	display: inline-block;
	margin: 0 10px;
	transition: 1s;
}

.route-card:hover .route-icon {
	transform: rotate(-90deg);
	transition: 1s;
}

.route-title {
	padding: 10px 5px;
	font-size: 13px !important;
	background: #fff;
	text-align: center;
	border-radius: 30px;
}

.route-card:hover .route-title {
	box-shadow: inset 150px 0px 0px #b33634;
	transform: scale(1.05);
	transition: 0.5s;
	color: #fff;
}

/* Footer Section */
.footer-section {
	padding: 50px 0;
	background: #3b447c;
}

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

.footer-top h3 {
	color: #f6ff34;
	margin: 20px 0;
	text-transform: uppercase;
	font-size: 18px;
	font-weight: bold;
	letter-spacing: 1px;
}

.footer-top p,
.footer-top a {
	color: #fff;
	line-height: 2;
	letter-spacing: 0.5px;
	font-size: 15px;
	position: relative;
	margin: 0;
}

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

.footer-top i {
	color: #f6ff34;
	position: absolute;
	left: -10px;
	top: 8px;
}

.footer-bottom {
	padding: 20px 30px;
	border-radius: 60px;
	background-color: #b33634;
}

.footer-bottom p {
	color: #fff;
	margin: 0;
}

.footer-bottom a {
	color: #fff;
}

@media (max-width: 992px) {
	.header-section,
	.feature-section,
	.route-section {
		background: none;
	}
	.slider-subtitle,
	h2 {
		font-size: 2rem;
	}

	.bottom-header .logo {
		animation: none;
		position: relative;
		top: 0;
		left: 0;
		bottom: 0;
		top: 0;
	}

	.bottom-header .logo img {
		padding: 5px;
		background: #fff;
		border-radius: 10px;
	}

	.book-form {
		border-radius: 5px;
		background: #3c457c;
	}

	.bottom-header {
		background: #b33634;
		padding: 10px;
		margin: 0;
	}

	.slider-panel,
	.benefit-section,
	.feature-hero,
	.divider-section,
	.service-section,
	.about-section,
	.feature-section,
	.route-section,
	.footer-top .container,
	.footer-top,
	.footer-section,
	.footer-bottom,
	.route-slider {
		padding: 20px 0;
	}
}
