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

html {
	scroll-behavior: smooth;
}

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

/* Header */
.header-section {
	background: url(../images/header-bg.png) no-repeat bottom;
	font-family: 'Sen', sans-serif;
	background-size: 100% 55%;
}

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

.top-header i {
	margin: 0 6px;
	color: #ef5526;
}

.head-inner {
	padding: 0;
	margin: 0;
}

.head-inner a {
	color: #222;
}

.head-inner li {
	display: inline-block;
	padding: 5px 8px;
}

.header-login a {
	color: #222;
	border: 1px solid #fa745e;
	font-weight: 500;
	padding: 8px 14px;
	border-radius: 7px;
}

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

/*  Bottom-Header  */

.bottom-header .navbar-logo {
	position: absolute;
	top: -46px;
	left: 80px;
}

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

.bottom-header .bottom-header-list {
	padding: 0;
	margin-left: auto;
}

.bottom-header-list li {
	list-style-type: none;
	padding: 5px 13px;
}

.bottom-header-list li a {
	text-decoration: none;
	display: block;
	padding: 5px !important;
	position: relative;
	color: #fff;
	font-weight: 500;
	font-size: 18px;
	text-transform: capitalize;
}

.bottom-header-list li.active a,
.bottom-header-list li a:hover,
.bottom-header-list i {
	color: #fff;
}

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

/* Form Start */
.slider-panel {
	position: relative;
	background: url(../images/slider.png) no-repeat;
	background-size: 105% 100%;
	padding: 100px 0;
}

.slider-header {
	color: #fff;
	position: relative;
}

.slider-header h1 {
	font-size: 3rem;
}

.slider-header::before {
	position: absolute;
	background: #1ee0db;
	content: "";
	height: 1px;
	width: 80%;
	left: 0;
	bottom: -20px;
}

.slider-title {
	font-family: 'Courgette', cursive;
	color: #ee5636;
	font-weight: 500;
}

.slider-highlight {
	color: #1ee0db;
	font-weight: bold;
}

.slider-highlight-1 {
	color: transparent;
	-webkit-text-stroke: 1px #1ee0db;
}

.slider-subtitle {
	color: #ffce00;
}

.book-form {
	background: url(../images/form-bg.png) no-repeat;
	padding: 200px 74px 103px 109px;
	background-size: 100% 100%;
}

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

.book-form .book-control {
	background-color: #fff !important;
	font-size: 15px;
	border: 1px solid #00a6e5 !important;
	border-radius: 6px;
	width: 100%;
	height: 25px;
	min-height: 45px !important;
}

.book-form .btn-primary {
	background-color: #ff3036;
	border-color: #ff3036;
}

/* Title-Section */

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

.section-subtitle {
	color: #606060;
	display: inline-block;
	position: relative;
	margin-left: 101px;
}

.section-subtitle::before {
	position: absolute;
	content: "";
	left: -100px;
	top: 10px;
	width: 74%;
	background: #f94c30;
	height: 2px;
}

.section-highlight {
	color: #f94c30;
}

.section-text {
	color: #3e3e3e;
	line-height: 1.7;
	text-align: justify;
	font-weight: 500;
}

/* divider-section */
.divider-section {
	padding: 100px 0;
	background: url(../images/divider-bg.png) no-repeat fixed;
	background-size: 100% 100%;
	color: #fff;
}

.divider-section h1 {
	font-size: 3rem;
}

.divider-btn {
	padding: 10px 30px;
	background: #fff;
	position: relative;
	display: inline-block;
	margin: 0 20px;
	text-transform: uppercase;
	overflow: hidden;
	border-radius: 50px;
	z-index: 1;
	box-shadow: 0px 1px 6px 1px #ccccccb3;
}

.divider-btn::before {
	position: absolute;
	content: "";
	left: 0;
	top: 50%;
	background: transparent;
	width: 100%;
	height: 0;
	transition: .3s;
	z-index: -1;
}

.divider-btn:hover::before {
	top: 0;
	height: 100%;
	background: #ee5636;
	transition: .7s;
}

.divider-btn:hover a {
	color: #fff;
	transition: .7s;
}

.divider-btn a {
	color: #f9503b;
	font-size: 16px;
	transition: .3s;
	text-decoration: none;
}

/* route-section */
.route-section {
	background: #e3e3ff;
	padding: 70px 0;
}

.route-inner {
	margin: 50px 15px;
	text-align: center;
	padding: 20px;
	border-radius: 20px;
	background: #fff;
}

.route-inner img {
	display: inline-block;
}

.route-title {
	padding: 50px 0 0;
	margin: 0;
}

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

.feature-content {
	padding: 50px 0
}

.feature-cards {
	margin-bottom: -9rem;
}

.feature-inner {
	padding: 13rem 0 100px;
	background: url(../images/feature-bg.png) no-repeat fixed;
	margin-top: -9rem;
	background-size: 100% auto;
}

.feature-card {
	margin: 0 15px;
	text-align: center;
	border-radius: 30px;
	margin: 20px 0;
	overflow: hidden;
}

.feature-card .section-text {
	color: #ffffffb3;
}

.card-1 {
	background: url(../images/feature-03.png) no-repeat;
	background-size: 100% 100%;
}

.card-2 {
	background: url(../images/feature-02.png) no-repeat;
	background-size: 100% 100%;
}

.card-3 {
	background: url(../images/feature-01.png) no-repeat;
	background-size: 100% 100%;
}

.feature-card:hover h6 {
	color: #fff;
}

.feature-card-inner {
	background: #222d6ca8;
	padding: 25px;
}

.feature-card:hover .feature-card-inner {
	background: #d44c31bf;
}

.feature-icon {
	display: inline-block;
	padding: 20px 6px;
	background: #fff;
	border-radius: 50%;
}

.feature-number {
	background: #f94c30;
	position: absolute;
	height: 60px;
	width: 60px;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #fff;
	right: 20px;
	top: 15px;
	font-weight: bold;
	font-size: 20px;
	border-radius: 50%;
}

.feature-card .section-text {
	margin: 0;
}

.feature-title {
	color: #fff;
	margin: 20px 0;
	font-weight: bold;
	font-size: 1.125rem;
}

.feature-card-2 {
	height: 240px;
	display: grid;
	place-content: center;
	width: 240px;
	border-radius: 50%;
	margin: 15px 0;
	background: #fff;
	text-align: center;
	position: relative;
}

.feature-card-2:hover .feature-number {
	background-color: #040456;
}

.feature-card-2:hover::before {
	width: 100%;
	height: 100%;
	border: 2px solid #dfdfdf;
	top: 0;
	left: 0;
	transition: 1s;
}

.feature-card-2::before {
	position: absolute;
	content: "";
	width: 90%;
	height: 90%;
	border: 5px solid #dfdfdf;
	top: 12px;
	border-radius: 50%;
	left: 12px;
	transition: .5s;
}

.feature-card-2:hover h6 {
	color: #f94c30;
}

.feature-title-2 {
	color: #22222292;
	margin: 12px 0;
}

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

.facility-section i {
	background: #ff1200;
	padding: 5px;
	color: #fff;
	border-radius: 50%;
	margin-right: 8px;
}

/* About-Us */
.about-section {
	padding: 50px 0;
}

.about-card-inner {
	position: relative;
	left: -100px;
}

.about-card {
	background-color: #000455;
	border-radius: 26px;
	margin: 10px 0;
	padding: 30px 0;
	text-align: center;
}

.about-card h6 {
	font-size: 16px;
	color: #fff;
	margin: 10px 0 0;
}

.about-card:hover {
	background-color: #ff3900;
}

.about-card img {
	transition: .8s ease;
}

.facility-list p {
	font-size: 16px;
}

.about-card:hover img {
	transform: scaleX(-1);
}

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

.service-section h2 {
	color: #fff;
	font-size: 35px;
	text-align: center;
}

.service-section h2 span {
	-webkit-text-stroke: 2px #ff0000;
	color: transparent;
	font-size: 60px;
}

.service-left h3 {
	color: #fff;
}

.service-left h6 {
	color: #00b2bf;
}

.service-left p {
	color: #fff;
	font-size: 16px;
}

.service-left p i {
	color: #ff0000;
	padding-right: 10px;
}

.service-card {
	background-color: #1ee0db;
	padding: 19px;
	border-radius: 18px;
	margin: 10px 0;
}

.service-card-title {
	display: flex;
	align-items: center;
	color: #040458;
	font-size: 16px;
}

.service-card-title img {
	margin-right: 12px;
}

.service-card p {
	margin: 10px 0 0;
	font-size: 13px;
}

/* footer-section */
.footer-top {
	background: url(../images/footer-bg.png) no-repeat center;
	background-size: 100% 100%;
	padding: 80px 0;
}

.footer-top h2 {
	color: #ff8c00;
	margin: 20px 0;
	font-size: 20px;
	font-weight: 500;
	letter-spacing: 1px;
}

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

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

/* footer-bottom */

.footer-bottom {
	background: #f94c30;
	padding: 15px 0;
}

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

@media(max-width:992px) {
	.header-section {
		background: #fff;
	}

	.bottom-header-list li.active a,
	.bottom-header-list li a:hover,
	.bottom-header-list i,
	.bottom-header-list li a {
		color: #222;
	}

	.bottom-header .navbar-logo img {
		width: 100%;
	}

	.book-form {
		background: #fff;
		padding: 20px;
		border-radius: 10px;
	}

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

	.slider-panel,
	.divider-section,
	.feature-inner,
	.footer-top {
		background-size: cover;
		padding: 20px 0;
	}

	.feature-inner {
		margin: 0;
	}

	.route-section,
	.feature-section,
	.facility-section,
	.about-section,
	.service-section {
		padding: 20px 0;
	}

	.about-card-inner {
		position: relative;
		left: 0;
	}

	.feature-card-2 {
		width: auto;
	}
}
