:root {
	font-family: "IBM Plex Serif", serif !important;
}

.navbar {
	height: 80px;
	background-color: #ffffff;
	box-shadow: 0 0 8px #00000080;
}
.nav-item {
	padding: 0px 20px 0px 20px;
}
.logo {
	width: 100px;
	height: 100px;
}

.banner-heading {
	font-family: "IBM Plex Serif", serif;
}

.num {
	border: 2px solid #87ad61;
	color: #87ad61;
}
.num:hover {
	color: #ffffff;
	background-color: #87ad61;
}

.banner-section {
	background: linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7)),
		url(images/home-banner.jpg);

	width: 100%;
	height: auto;
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-size: cover;
}
.button-price {
	/* border: 2px solid green; */
	background: #4e733d;
	color: #fff;
	border-radius: 3px;
	width: 30%;
	height: 40px;
	margin: auto;
	display: flex;
	align-items: center;
	justify-content: center;
}

.vission {
	font-family: "IBM Plex Serif", serif;
	color: #ffffff;
	text-decoration: underline;
	text-underline-offset: 8px;
}

.mission-img {
	height: 400px;
	padding-top: 50px;
}
.text {
	border-right: 2px solid #ffffff;
	height: 87%;
}

.logo-img {
	margin: auto;
	display: flex;
	height: 200px;
}
.list-box {
	border: 2px solid black;
	background: black;
	color: #fff;
	height: 60px;
}
.main-heading {
	color: #87ad61;
	font-weight: bold;
	font-family: "IBM Plex Serif", serif;
	font-size: 35px;
	text-align: center;
}
.sub-heading {
	color: gray;
	font-size: 27px;
	font-family: serif;
	text-align: center;
}
.line {
	border-top: 2px solid #87ad61;
	padding: 10px;
}

.contact {
	text-align: center;
	color: gray;
}

.price-section {
	background: linear-gradient(rgb(18 51 165 / 70%), rgba(5, 2, 12, 0.7)),
		url(images/price-img.jpg);
	width: 100%;
	height: auto;
	background-repeat: no-repeat;
	background-size: cover;
	background-attachment: fixed;
	padding-bottom: 80px;
}
.price-heading {
	color: #87ad61;
	font-weight: bold;
	font-family: "IBM Plex Serif", serif;
	font-size: 35px;
}
.price-sub-heading {
	color: #ffffff;
	font-size: 27px;
	font-family: serif;
}
.table > :not(:last-child) > :last-child > * {
	color: #ffffff;
	text-align: center;
	padding: 20px;
}
.table-bordered > :not(caption) > * > * {
	color: #ffffff;
	text-align: center;
	padding: 10px;
}
.custom-icon {
	width: 100px;
	height: 100px;
	border-radius: 50%;
	border: 2px solid #ff523b;
	padding: 11px;
}
.sec-heading {
	color: #87ad61;
	font-weight: bold;
	font-family: "IBM Plex Serif", serif;
	font-size: 35px;
	text-align: center;
	text-decoration: underline;
	text-underline-offset: 10px;
	padding-bottom: 30px;
}
.heading {
	color: #87ad61;
	font-weight: bold;
	font-family: "IBM Plex Serif", serif;
	font-size: 35px;
	/* text-align: center; */
}
.text-heading {
	color: gray;
	font-size: 27px;
	font-family: serif;
}

.navbar-light .navbar-nav .nav-link:hover {
	color: #87ad61;
}

.footer-sec {
	background: linear-gradient(rgb(18 51 165 / 70%), rgba(5, 2, 12, 0.7)),
		url(images/footer.jpg);
	width: 100%;
	height: auto;
	background-repeat: no-repeat;
	background-size: cover;
	background-attachment: fixed;
	padding: 20px 0px 50px 0px;
}
.input-group-text {
	padding: 10px;
}
.contact-heading {
	padding: 30px;
	font-family: "IBM Plex Serif", serif;
}
.contact {
	font-family: "IBM Plex Serif", serif;
	padding-top: 50px;
	color: #ffffff;
	text-decoration: underline;
	text-underline-offset: 10px;
}
.contact-text {
	padding: 20px;
}
.card-box {
	display: flex;
}
.card-head {
	background-color: #87ad61;
	color: #ffffff;
	text-align: center;
	padding: 10px;
}
.card {
	margin: 10px;
	height: 193px;
	width: 290px;
}
.submit-btn {
	border: 2px solid #87ad61;
	color: #87ad61;
}
.submit-btn:hover {
	color: #ffffff;
	background-color: #87ad61;
}
.marquee-text {
	width: 100%;
	background-color: #ed5348;
	color: #ffffff;
	text-align: center;
}
#video-box {
	width: 50%;
	height: 500px;
	object-fit: fill;
	margin: auto;
	display: flex;
}
.nature-img {
	width: 100%;
	height: 380px;
}
.has-it-all {
	width: 100%;
	height: 380px;
}
.comingsoon-banner {
	width: 100%;
	height: 800px;
}
.logo-2 {
	height: 80px;
}
.snapshot-icon {
	height: 80px;
	width: 80px;
}

@media screen and (max-width: 991px) {
	.navbar {
		height: auto;
	}
	.logo {
		height: 100px;
		width: 100px;
	}
	.text {
		border: 2px solid #ffffff;
	}
	.circal-icon {
		margin-top: 0px !important;
	}
	#video-box {
		width: 100%;
	}
	.shadow-box {
		border: 2px solid #ffffff;
		padding: 20px;
	}
	.amenities-sec {
		margin-top: 0px;
	}
	.snapshot-icon {
		height: 100px;
		width: 100px;
	}
}

@media screen and (max-width: 767px) {
	.navbar {
		height: auto;
	}
	.logo {
		height: 60px;
		width: 60px;
	}
	.nature-img {
		height: auto;
	}
	.shadow-box {
		border: 2px solid #ffffff;
		padding: 20px;
	}
	.amenities-sec {
		margin-top: 0px;
	}
	.snapshot-icon {
		height: 100px;
		width: 100px;
	}
}
@media screen and (max-width: 575px) {
	.logo {
		width: 50px;
		height: 50px;
	}

	.logo-2 {
		height: 50px;
	}

	.shadow-box {
		border: 2px solid #ffffff;
		padding: 20px;
	}
	.table > :not(:last-child) > :last-child > * {
		padding: 6px !important;
		width: 100%;
	}
	.amenities-sec {
		margin-top: 0px;
	}

	.table-bordered > :not(caption) > * > * {
		color: #ffffff;
		text-align: center;
		padding: 10px !important;
	}
	.navbar {
		height: auto;
	}
	.mission-img {
		height: auto;
		width: 100%;
	}
	.nature-img {
		width: 100%;
		height: auto;
	}
	.has-it-all {
		height: auto;
		width: 100%;
	}
	#video-box {
		height: auto;
		width: 100%;
	}
	.map {
		width: 100%;
		height: auto;
		margin: 0;
		padding: 0px;
	}
	.card-box {
		display: inline-block !important;
		margin-top: 10px;
		/* margin-left: 25%; */
	}
	.contact-heading {
		padding: 5px;
	}
	.footer-sec {
		margin-top: 15px;
	}

	.custom-icon {
		width: 160px !important;
		height: 160px !important;
	}
	.comingsoon-banner {
		width: 100%;
		height: 500px;
	}
	.snapshot-icon {
		height: 100px;
		width: 100px;
	}
	.card {
		width: 100%;
	}
}

@media screen and (max-width: 324px) {
	.logo {
		width: 50px;
		height: 50px;
	}

	.logo-2 {
		height: 50px;
	}

	.shadow-box {
		border: 2px solid #ffffff;
		padding: 20px;
	}
	.table > :not(:last-child) > :last-child > * {
		padding: 6px !important;
		width: 100%;
	}
	.amenities-sec {
		margin-top: 0px;
	}

	.table-bordered > :not(caption) > * > * {
		color: #ffffff;
		text-align: center;
		padding: 10px !important;
	}
	.navbar {
		height: auto;
	}
	.mission-img {
		height: auto;
		width: 100%;
	}
	.nature-img {
		width: 100%;
		height: auto;
	}
	.has-it-all {
		height: auto;
		width: 100%;
	}
	#video-box {
		height: auto;
		width: 100%;
	}
	.map {
		width: 100%;
		height: auto;
		margin: 0;
		padding: 0px;
	}
	.card-box {
		display: inline-block !important;
		margin-top: 10px;
	}
	.contact-heading {
		padding: 5px;
	}
	.footer-sec {
		margin-top: 15px;
	}

	.custom-icon {
		width: 160px !important;
		height: 160px !important;
	}
	.comingsoon-banner {
		width: 100%;
		height: 500px;
	}
	.snapshot-icon {
		height: 100px;
		width: 100px;
	}
}
@media screen and (max-width: 1191px) {
	.nav-item {
		padding: 10px;
	}
}
