* {
	padding: 0;
	margin: 0;
}

/* */
/* for scroll*/
.visible,
.invisible {
	opacity: 0.0;
	transition: opacity 2.5s ease;
}
.visible {
	opacity: 1.0;
}
/* */
/* */

html {
	min-height: 100%;
	font-family: 'Jua', 'Bad Script', sans-serif;
}
body {
	min-height: 100vh;
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
}
.header {
	padding-top: 30px;
	min-height: 780px;
	background-image: linear-gradient(rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.5)), url(images/banner1.jpg);
	background-size: cover;
	text-align: center;
	background-position: center;
	background-attachment: fixed;
	color: #fff;
}
.header h1,
.header p {
	text-shadow: -2px 2px 2px #000;
}
.header h1 {
	padding-top: 250px;
	padding-bottom: 0px;
}
.header p {
	margin: 18px 0;
}
.header .container img {
	padding-top: 20px;
	background-image: linear-gradient(rgb(255, 255, 255), rgb(74, 175, 253));
	border-radius: 2rem;
}
.header img {
	float: left;
	width: 160px;
}

.login-btn {
	width: 100px;
	padding: 8px 0;
	outline: none;
	background: transparent;
	color: #fff;
	border-radius: 50px;
	float: right;
}
.input-group {
	width: 90%;
	max-width: 500px;
	border-radius: 30px;
	background: #fff;
	margin: auto;
	padding: 2px;
}
.popup {
	list-style: none;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	font-size: 1rem;
	font-weight: bold;
	padding: 20px 7px 20px 15px;
	position: absolute;
	left: 20px;
	top: 43px;
	color: rgb(37, 36, 36);
	width: fit-content;
	height: fit-content;
	min-width: 200px;
	cursor: pointer;
	border: none;
	opacity: 1;
	background-color: rgb(255, 255, 255);
	overflow: hidden;
}
.form-control {
	border: 0 !important;
	border-radius: 30px !important;
	margin: 2px;
	box-shadow: none !important;
}
.input-group-text {
	height: 100%;
	width: 100px;
	background-image: linear-gradient(#00ff7e, #1f3d90);
	border: 0 !important;
	color: #fff !important;
	padding: 0 25px !important;
	border-radius: 30px !important;
	box-shadow: none !important;
}

/* feacheres */
.features {
	padding: 100px 0;
}
.features h1 {
	text-align: center;
	padding-bottom: 30px;
}
.feature-img img {
	cursor: pointer;
	width: 100%;
	transition: opacity 0.3s ease;
}
.price {
	width: 60px;
	height: 60px;
	background: #ff5722;
	color: #fff;
	font-weight: bold;
	border-radius: 50%;
	padding: 15px 7px 0 2px;
	box-shadow: 0 0 10px 1px rgba(37, 73, 214, 0.55);
	position: absolute;
	left: 20px;
	bottom: -25px;
	display: flex;
	justify-content: center;
	align-items: center;
}
.price p {
}
.feature-img {
	position: relative;
	background: #000;
}

.feature-img img:hover {
	opacity: 0.7;
}
.rating {
	padding: 3px;
	background: rgb(220, 220, 220, 0.4);
	bottom: -1px;
	right: 0;
	position: absolute;
}
.features .fa {
	font-size: 15px;
	color: #f8b42e;
	cursor: pointer;
}
.features .fa:hover {
	color: #ff5722;
	transform: scale(1.03);
}
.feature-details {
	padding: 25px 0px;
}
.feature-details h4 {
	font-weight: bold;
	margin-top: 10px;
}
.feature-details span i {
	margin-right: 5px;
}
.feature-details p {
	text-align: justify;
}
.feature-box {
	box-shadow: 0 0 10px 1px rgba(37, 73, 214, 0.19);
	padding: 11px;
}
/* banner */
.banner {
	height: 100%;
	min-height: 980px;
	background-image: url('images/banner2.jpg');
	background-position: bottom;
	background-size: cover;
	background-attachment: fixed;
	padding-top: 15%;
}
.bannerHighlights {
	padding: 70px 0;
	background: rgba(0, 0, 0, 0.7);
	text-align: center;
	color: white;

	transition: opacity 0.9s ease-in;
}
.book-btn {
	width: 120px;
	padding: 8px 0;
	outline: none !important;
	background: transparent;
	border: 2px solid #fff;
	border-radius: 50px;
	color: #fff;
	margin-top: 20px;
}
/* gallery */

.gallery {
	padding: 100px 0;
	background: #f7f7f7;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}
.gallery-box {
	position: relative;
	margin-top: 20px;
	margin-bottom: 30px;
	transition: opacity 0.3s ease, transform 0.5s ease;
}
.gallery-box:hover {
	opacity: 0.9;
	transform: scale(1.05);
}
.gallery-box img {
	opacity: 1;
	width: 100%;
	border-radius: 10px;
	cursor: pointer;
}
.gallery-box img:hover {
}
.gallery-box h4 {
	display: block;
	cursor: pointer;
	text-align: center;
	font-weight: bold;
	position: absolute;
	top: 50%;
	left: 50%;
	font-size: 30px;
	transform: translate(-50%, -50%);
	color: #fff;
	text-shadow: -2px 2px 2px #000;
	transition: opacity 0.4s linear;
}

.gallery-box h4:hover {
	opacity: 0;
}
/* User-feedbacks */
/* User-feedbacks */
/* User-feedbacks */
.User-feedbacks {
	padding: 100px 10px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}

.user-review {
	padding-bottom: 50px;
}
.User-feedbacks .container {
	margin-top: 30px;
}
.user-review p {
	padding: 10px 10px 10px 75px;
}
.user-review p::before {
	content: '\201d';
	display: block;
	position: absolute;
	font-size: 100px;
	color: #6495ed;
	font-family: sans-serif;
	bottom: -73px;
	left: 166px;
}
.col-md-4 {
	box-shadow: 0 0 10px 0 rgba(0, 0, 100, 0.2);
	position: relative;
}
.User-feedbacks img {
	position: absolute;
	width: 90px;
	height: 90px;
	border-radius: 50%;

	top: 18.5px;
	left: 22px;
}
#userhamoon {
	padding: 36px 0 40px 120px;
}
#userhamoon small {
	padding-left: 10px;
}
/* footer */
/* footer */
/* footer */
.footer {
	padding: 50px 10px;
	background-image: linear-gradient(#2d557d, #9610fb);
	color: #fff;
}
.footer .col-md-3 {
	margin: 30px 0;
}
.footer-logo {
	width: 150px;
	margin: 0 0 40px 0;
}
.logo-footer-container {
	display: flex;
	justify-content: center;
	align-items: center;
}
.social-footer-container {
	list-style: none;
	text-align: center;
}
.social-footer-container h4 {
	text-align: center;
}
.social-footer-container ul {
	display: flex;
	list-style: none;
	padding: 0 0 0 10px;
	align-items: center;
	justify-content: center;
	margin-top: 20px;
}
.social-footer-container ul li {
	margin-right: 15px;
}
.footer .row {
	display: flex;
	justify-content: space-around;
	align-self: center;
}
.Features-footer-container {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}
.footer h4 {
	min-width: 130px;
	margin: 20px 5px 0 0;
}
.footer p {
	font-size: 12px;
	min-width: 100px;
	margin: 10px 10px 0 0px;
}
