body{margin: 0px;
	padding: 0px;
	width: 100%;
	color: #222;
	font-weight: 300;
	font-family: 'Work Sans', sans-serif;
}

html{
	scroll-behavior: smooth;
}

h1, h2, h3, h4, h5, h6 {
	font-family: 'Ubuntu', sans-serif;
}

.font-primary{
	font-family: 'Work Sans', sans-serif;
}

.font-second{
	font-family: 'Ubuntu', sans-serif;
}

section{
	background-color: #f1f1f1;
	padding: 60px 0;
	margin: 0px;
}

.spacer{
	margin: 80px 0px 0 0;
	display: block;
}

.text-justify{
	text-align: justify;
}

.color{
	color: #7d673e !important;
}

.bg-color{
	background-color: #7d673e !important;
}

.border-color{
	border-color: #7d673e;
}

.elementor-shape-fill{
	fill: #ffffff;
}

.color2{
	color: #edeae8;
}

.bg-color2{
	background-color: #edeae8;
}

.border-color2{
	border-color: #edeae8;
}

.bg-gradient{
	background:linear-gradient(120deg, #7b7a7e, #b6b6b9, #7b7a7e) !important;
}

.bg-white{
	background-color: #ffffff !important;
}

.b-radius-0{
	border-radius: 0px !important;
}

.b-radius-5{
	border-radius: 5px !important;
}

.b-radius-10{
	border-radius: 10px;
}

.b-radius-50{
	border-radius: 50%;
}

.b-radius-20{
	border-radius: 20px;
}

.b-radius-30{
	border-radius: 30px;
}

.navbar {
	color: #fff;
	transition: all 0.4s;
	background-color: #ffffff;
}

.navbar-brand img{
	width: 120px;
}

.navbar-brand h2{
	color: #ffffff;
}

.navbar-nav .nav-link.active span{
	color: #fff;
	z-index: 9;
}

.navbar-nav .nav-link {
/*	padding: 8px 20px;*/
	background-color: transparent;
	border-radius: 5px;
	position: relative;
	display: flex;
	overflow: hidden;
	cursor: pointer;
	transition: .5s;
	font-weight: 500;
	font-size: 16px;
	margin: 0px 5px;
	transition: .3s all ease-out;
	text-transform: capitalize;

}

.navbar-nav .nav-link:hover,
.navbar-nav .nav-link:active,
.navbar-nav .nav-link:focus{
	color: #ffffff;
	background:linear-gradient(120deg, #7b7a7e, #b6b6b9, #7b7a7e);
	background-size: 320%;
	background-position: right center;
}

.navbar-nav .nav-link.active {
	padding: 8px 20px;
	background:linear-gradient(120deg, #7b7a7e, #b6b6b9, #7b7a7e);
	background-size: 320%;
	background-position: right center;
}



.banner-box .box-content{
	background-color: rgba(0, 0, 0, 0.4);
	width: 100;
	padding: 20px 12px;
	margin: 0 auto 10px;
	border: 0;
	border-radius: 10px;
	box-shadow: -2px 2px 10px rgba(0,0,0,0.2) inset,-2px 2px 12px rgba(0,0,0,0.35),0 0 0 10px var(--main-color);
}
.banner-box .service-icon{
	font-size: 35px;
	line-height: 35px;
	margin: 0 auto 12px;
}

.text-effect{
    text-align: center;
    letter-spacing: 0px;
    perspective: 1000px;
}
.text-effect span{
    display: inline-block;
    transform-origin: 50% 50% -25px;
    transform-style: preserve-3d;
    animation: animate 2.5s infinite;
}
.text-effect span:nth-child(2){ animation-delay: 0.1s; }
.text-effect span:nth-child(3){ animation-delay: 0.2s; }
.text-effect span:nth-child(4){ animation-delay: 0.3s; }
.text-effect span:nth-child(5){ animation-delay: 0.4s; }
.text-effect span:nth-child(6){ animation-delay: 0.5s; }
.text-effect span:nth-child(7){ animation-delay: 0.6s; }
.text-effect span:nth-child(8){ animation-delay: 0.7s; }
.text-effect span:nth-child(9){ animation-delay: 0.8s; }
.text-effect span:nth-child(10){ animation-delay: 0.9s; }
.text-effect span:nth-child(11){ animation-delay: 1s; }
.text-effect span:nth-child(12){ animation-delay: 1.1s; }
.text-effect span:nth-child(13){ animation-delay: 1.2s; }
@keyframes animate{
    0%{ transform: rotateX(-360deg); }
    70%{ transform: rotateX(0); }
}

/*@keyframes animate{
    0%, 75%, 100%{
        opacity: 0;
        transform: rotateY(-90deg);
    }
    25%, 50%{
        opacity: 1;
        transform: rotateY(0);
    }
}*/

@keyframes animate{
    0%{ transform: rotateX(-360deg); }
    70%{ transform: rotateX(0); }
}

.pulse {
	animation: pulse 1s infinite ease-in-out alternate;
}
@keyframes pulse {
	from { transform: scale(0.9); }
	to { transform: scale(1.1); }
}

.bounce2 {
  animation: bounce2 2s ease infinite;
}
@keyframes bounce2 {
	0%, 20%, 50%, 80%, 100% {transform: translateY(0);}
	40% {transform: translateY(-10px);}
	60% {transform: translateY(-5px);}
}


@media (min-width: 992px){
	.navbar-expand-lg .navbar-nav .nav-link {
		padding-right: 18px;
		padding-left: 18px;
	}
}

.navbar-toggler:focus {
	text-decoration: none;
	outline: 0;
	box-shadow: none;
}

.navbar-toggler-icon { 
	display: inline-block; 
	width: 1.2em; 
	height: 1.1em; 
	vertical-align: middle; 
	background-image: var(--bs-navbar-toggler-icon-bg); 
	background-repeat: no-repeat; 
	background-position: center; 
	background-size: 100%; 
}

.navbar-toggler { 
	padding: 5px 10px; 
	border-radius: 2px; 
}

.banner{
	height: 600px;
	z-index: 1;
}

.banner-form { 
	padding: 30px;
	border-radius: 10px;
	background-color: rgba(255, 255, 255, 0.3);
	border: 0;
}

.bg-white-opacity{
	background-color: rgba(255, 255, 255, 0.6);
	border-radius: 0 0;
}

.bg-color-opacity{
	background-color: rgba(199, 153, 94, 0.8);
	border-radius: 0;
}

.bg-dark-opacity{
	background-color: rgba(0, 0, 0, 0.5);
}

/* Shape Divider */

.custom-shape-divider-bottom-1703160685 {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    overflow: hidden;
    line-height: 0;
    transform: rotate(180deg);
    z-index: 3;
}

.custom-shape-divider-bottom-1703160685 svg {
    position: relative;
    display: block;
    width: calc(100% + 1.3px);
    height: 49px;
}

.custom-shape-divider-bottom-1703160685 .shape-fill {
    fill: #FFFFFF;
}

.custom-shape-divider-top-1703164659 {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    overflow: hidden;
    line-height: 0;
}

.custom-shape-divider-top-1703164659 svg {
    position: relative;
    display: block;
    width: calc(100% + 1.3px);
    height: 49px;
}

.custom-shape-divider-top-1703164659 .shape-fill {
    fill: #FFFFFF;
}

.custom-shape-divider-top-1703164851 {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    overflow: hidden;
    line-height: 0;
}

.custom-shape-divider-top-1703164851 svg {
    position: relative;
    display: block;
    width: calc(100% + 1.3px);
    height: 49px;
}

.custom-shape-divider-top-1703164851 .shape-fill {
    fill: #f1f1f1;
}

/* End Shape Divider */

.card-shadow {
	box-shadow: rgba(17, 17, 26, 0.1) 0px 4px 16px, 
	rgba(17, 17, 26, 0.1) 0px 8px 24px, 
	rgba(17, 17, 26, 0.1) 0px 16px 56px;
}

.overlay-banner {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: 2;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.3);
	display: flex;
	justify-content: center;
	align-items: center; 
}

.card-bg{
	background-color: rgba(0, 0, 0, 0.9);
	border-radius: 0px;
}

.banner-txt{
	margin-top: -40px;
}

.main-btn {
	margin-bottom: 10px; 
	box-sizing: border-box; 
	color: #fff; 
	border: 0;
	font-weight:700; 
	font-size: 18px; 
	outline: 0 none; 
	letter-spacing: 0.25px; 
	padding: 10px 25px; 
	outline: none !important;
	cursor: pointer;
	position: relative;
	display: inline-block; 
	resize: none; 
	box-shadow: none !important; 
	width: 100%; 
	border-radius: 6px;
	background:linear-gradient(120deg, #7b7a7e, #b6b6b9, #7b7a7e);
	background-size: 300%;
	background-position: left center;
	transition: background .3s ease;
}

.main-btn:hover {
	color: #fff;
	background-size: 320%;
	background-position: right center;
}

.button {
	width: fit-content;
	display: flex;
	padding: 0.8em 1.1em;
	gap: 0.4rem;
	border: none;
	font-weight: bold;
	border-radius: 6px;
	background:linear-gradient(120deg, #7b7a7e, #b6b6b9, #7b7a7e);
	background-size: 300%;
	background-position: left center;
	transition: background .3s ease;
	color: #fff;
}

.button:hover {
	background-size: 320%;
	background-position: right center;
}

.butn {
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
	font-weight: bold;
	border-radius: 5px;
	background:linear-gradient(120deg, #7b7a7e, #b6b6b9, #7b7a7e);
	background-size: 300%;
	background-position: left center;
	transition: background .3s ease;
	color: #fff;
	margin-left: 5px;
	padding: 10px 20px;
	transition: .3s all ease;
}

.butn:hover {
	background-size: 320%;
	background-position: right center;
}

@keyframes scaleUp {
	0% {
		transform: scale(1);
	}

	50% {
		transform: scale(0.95);
	}

	100% {
		transform: scale(1);
	}
}

.contact-form .form-control{ 
	margin-bottom: 20px; 
}

.form-control { 
	display: block; 
	width: 100%; 
	padding: 8px 15px ; 
	font-size: 16px; 
	font-weight: 400; 
	line-height: 22px; 
	color: #222222; 
	background-color: rgba(255, 255, 255, 1); 
	background-clip: padding-box;
	border: 1px solid #eee;
	-webkit-appearance: none; 
	-moz-appearance: none; 
	appearance: none; 
	border-radius: 6px;
	transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out; 
}

.form-control:focus { 
	color: #222222; 
	background-color: rgba(255, 255, 255, 0.9); 
	border-color: #fff; 
	outline: 0; 
	box-shadow: none; 
}

.form-control::input-placeholder { 
	color: #999;
	font-weight: 300;
	opacity: 1; /* Firefox */ 
}

.form-control::-webkit-input-placeholder { 
	color: #999; 
}

.form-control::-ms-input-placeholder { 
	color: #999; 
}

#overview{
	position: relative;
	margin-top: -50px;
	z-index: 9;
}

.overview-txt{
	box-shadow: rgba(50, 50, 93, 0.25) 0px 30px 60px -10px, rgba(0, 0, 0, 0.3) 0px 30px 60px -30px;
}

.theme-color::before {
	position: absolute;
	right: 0%;
	top: 0%;
	content: "";
	height: 100%;
	background-color: rgba(0, 153, 218, 0.3);
	border-radius: 0px;
	width: 43%;
	z-index: -1;
}

.p-50{ 
	padding: 50px; 
}

.owl-carousel .owl-item img { 
	display: block; 
	margin: auto; 
	width: auto; 
	text-align: center; 
}

.border-4 { 
	border: 4px solid; 
}

.image-shadow { 
	box-shadow: rgba(255, 255, 255, 0.9) 20px 20px;
}

.vertical-middle { 
	z-index: 3; 
	position: relative; 
	display: -ms-flexbox; 
	display: flex; 
	width: 100%; 
	min-height: 100%; 
	justify-content: center; 
	flex-flow: column; 
}

.border-radius-0 {
	border-radius: 0px !important;
}

.modal-dialog { 
	margin-top:100px !important; 
}

.modal-content {
	border-radius: 0px;
}

.modal-header { 
	background:#000 !important;
	border-radius: 0;
}

.modal-body{ 
	padding:2rem; 
	background:#000 !important; 
	border-radius:0;
}

.modal-body .first-btn { 
	display: inline-block; 
	background-color:#7d673e; 
	margin-bottom: 30px; 
	box-sizing: border-box; 
	color: #fff; 
	font-size: 16px; 
	font-weight: 700; 
	outline: 0 none; 
	letter-spacing: 0.25px; 
	padding: 10px 25px; 
	transition: all .3s; 
	resize: none; 
	box-shadow: none !important; 
	width: 100%; 
	border-radius: 6px; 
	border: none !important; 
	/*border-bottom: 2px solid #222222!important;*/ 
}

.modal-header .close { 
	font-size: 30px !important; 
	color: #fff; 
	background-color: transparent !important; 
	margin-right:10px !important; 
	box-shadow: none !important; 
	border: none !important; 
}

.with-errors { 
	color:red; 
	margin-top: -15px; 
	margin-bottom: 15px; 
	font-weight: 500; 
	font-size: 16px; 
}

.formblock { 
	display: flex; 
	flex-wrap: wrap; 
	flex-direction: column; 
}

.title1 h1::after{
	content: " ";
	width: 80px;
	height: 4px;
	background-color: #7d673e;
	margin-top: 20px;
	display: block;
	margin-bottom: 50px;
}

.title2 h1::after{
	content: " ";
	width: 80px;
	height: 4px;
	background-color: #7d673e;
	display: block;
	margin: 20px auto 50px;
}

/* Pricing */

.serviceBox{
    color: #000;
    text-align: center;
    padding: 10px 5px 10px 0;
    box-shadow: 15px 0 15px -15px rgba(0, 0, 0, 0.5) inset;
    position: relative;
}
/*.serviceBox:after{
    content: "";
    background: #7d673e;
    width: 20px;
    height: 20px;
    box-shadow: 20px 0 20px -20px rgba(0, 0, 0, 0.5) inset;
    position: absolute;
    bottom: 10px;
    left: 0;
    clip-path: polygon(0 0, 0% 100%, 100% 0);
}*/
.serviceBox .service-content{
    background: #edeae8;
    padding: 15px;
    border-radius:0 20px 20px 0;
    box-shadow: 20px 0 20px -20px rgba(0, 0, 0, 0.5) inset;
}
.serviceBox .title{
    color: #000;
    background: #fff;
    font-size: 32px;
    font-weight: 600;
    text-transform: uppercase;
    padding: 10px 10px;
    margin: 0 0px 20px -15px;
    border-radius: 0 30px 30px 0;
    box-shadow: 10px 0 10px -10px rgba(0, 0, 0, 0.5) inset, 5px 0 5px rgba(0,0,0,0.2);
}
.serviceBox .description{
    font-size: 15px;
    line-height: 24px;
    margin: 0 0 20px;
}

.serviceBox .service-content{ background: #d2cbce; }
.serviceBox .title{ color: #000; }
@media only screen and (max-width:990px){
    .serviceBox{ margin: 0 0 30px; }
}

.plan { 
	position: relative; 
	width: 100%; 
	display: block;
	margin: 10px;
}

.overlay { 
	position: absolute; 
	top: 0; 
	bottom: 0; 
	left: 0; 
	right: 0; 
	height: 100%; 
	width: 100%; 
	opacity: 0; 
	transition: .5s ease; 
	background-color: rgba(0, 0, 0, 0.8);
	display: block;
	justify-content: center;
	align-items: center;
}

.plan:hover .overlay { 
	opacity: 1; 
}

.img-btn{ 
	color: white; 
	position: absolute; 
	top: 50%; 
	left: 50%; 
	-webkit-transform: translate(-50%, -50%); 
	-ms-transform: translate(-50%, -50%); 
	transform: translate(-50%, -50%); 
	text-align: center; 
	width: 100%; 
}

.card.amenity{
	background-color: #fff;
	text-align: center;
	border-radius: 10px;
	/*box-shadow: rgba(0, 0, 0, 0.45) 0px 25px 30px -20px;*/
}

.card.amenity img{
	border: 1px solid #fff;
}

.card.amenity{
    color: var(--main-color);
    background: linear-gradient(-135deg,var(--main-color), var(--main-color) 38%,transparent 38%, transparent 65%,var(--main-color) 65%);
    text-align: center;
    width: 100%;
    padding: 30px 10px 25px;
    margin: 0 auto;
    position: relative;
    z-index: 1;
}
.card.amenity:before{
    content: '';
    background-color: #fff;
    box-shadow: 0 0 15px rgba(0,0,0,.2);
    position: absolute;
    left: 5px;
    right: 5px;
    top: 5px;
    bottom: 5px;
    z-index: -1;
}
.card.amenity img.amenity-img{
    
    margin: 0 0 18px;
}
.card.amenity h3{
		color: #000;
    font-size: 16px;
    font-weight: 700;
    text-transform: capitalize;
    margin: 0 0 6px;
}
.card.amenity{ --main-color: #edeae8; }
@media screen and (max-width:990px){
    .card.amenity{ margin-bottom: 30px; }
}

#gallery 
figure img {
	-webkit-filter: grayscale(100%);
	filter: grayscale(100%);
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
}
#gallery 
figure:hover img {
	-webkit-filter: grayscale(0);
	filter: grayscale(0);
}

.owl-theme .owl-dots .owl-dot span {
	width: 7px !important;
	height: 7px !important;
	margin: 5px 5px;
	background: #eee;
}

.owl-theme .owl-dots .owl-dot.active span, 
.owl-theme .owl-dots .owl-dot:hover span {
	background: #7d673e !important;
}

.icon{
	width: 28px;
	height: 28px;
	margin:auto;
	display: flex;
	border-radius: 50px;
	justify-content: center;
	align-items: center;
	transform: rotate(45deg);
}

.icon i{
	transform: rotate(-45deg);
}

@media (max-width: 1200px){

	.p-50 { 
		padding: 40px; 
	}

	.navbar-brand img { 
		width: 98px; 
	}

	.banner { 
		height: 600px; 
	}

}

@media (max-width: 1024px){

	.banner { 
		height: 500px; 
	} 

	.banner-form { 
		padding: 40px 15px; 
	}

	.col-padding { 
		padding: 50px; 
	}

	.contact-form { 
		margin-bottom: 0px; 
	}
	
}


@media (max-width: 991.98px){

	.navbar { 
		transition: all 0.4s; 
		background-color: #ffffff; 
	}

	.navbar-nav .nav-link{ 
		font-size: 16px; 
		font-weight: 600; 
		line-height: 16px; 
		color: #333333; 
		margin: 5px 15px; 
		text-shadow: none; 
	}

	.navbar .navbar-brand { 
		color: #7d673e; 
	}

	.contact-form { 
		margin-bottom: 0px; 
	}

	.banner { 
		height: 850px; 
	}

	.banner-text{
		padding: 0px 10px 20;
	}

	.banner-form { 
		padding: 40px 20px 10px;
		border-radius: 10px;
	}

	.col-padding { 
		padding: 50px; 
	}

	.p-50 { 
		padding: 30px 15px; 
	}

	.m-mb { 
		margin-bottom: 20px !important; 
	}

	.overview {
		display: block; 
		z-index: 2;
		overflow-y: visible;
	}

	.theme-color::before {
		position: absolute;
		right: 0%;
		left: 0%;
		top: 37%;
		content: "";
		height: 63%;
		background-color: rgba(0, 153, 218, 0.3);
		border-radius: 0px;
		width: 100%;
		z-index: -1;
	}

	.title1 h1::after{
		content: " ";
		width: 80px;
		height: 4px;
		background-color: #7d673e;
		display: block;
	}

	.navbar-brand h2{
		color: #ffffff !important;
	}

}

@media (max-width: 767.98px){

	.m-mb { 
		margin-bottom: 20px; 
	}

	section{
		padding: 60px 0;
	}

	.spacer{
		margin: 60px 0px 0 0;
		display: block;
	}

	.plan { 
		position: relative; 
		width: 80%;
		margin: auto;
		display: block; 
	}

	.banner { 
		height: 620px; 
	}

	.theme-color::before {
		position: absolute;
		right: 0%;
		left: 0%;
		top: 38%;
		content: "";
		height: 62%;
		background-color: rgba(0, 153, 218, 0.3);
		border-radius: 0px;
		width: 100%;
		z-index: -1;
	}

	.title1 h1::after{
		margin-left: auto;
		margin-right: auto;
	}

}

@media (max-width: 576.98px){

	.m-mb { 
		margin-bottom: 20px; 
	}

	.banner { 
		height: 920px; 
	}

	.theme-color::before {
		position: absolute;
		right: 0%;
		left: 0%;
		top: 38%;
		content: "";
		height: 62%;
		background-color: rgba(0, 153, 218, 0.3);
		border-radius: 0px;
		width: 100%;
		z-index: -1;
	}

	.banner-text{
		padding: 0px 10px 10px;
	}

	.banner-form { 
		padding: 20px 20px 15px;
		border-radius: 10px;
	}

	.navbar-brand img{ 
		width: 90px; 
	}

	.navbar-brand { 
		margin-right: 5px; 
	}

	.owl-dots{ 
		display: none; 
	}

}

@media (max-width: 576.98px){

	.banner { 
		height: 950px; 
	}
	}

.input-group-text {
	display: flex;
	align-items: center;
	height: 40px;
	padding: 0 0.75rem;
	font-size: 14px;
	font-weight: 400;
	line-height: 14px;
	color: #666;
	text-align: center;
	white-space: nowrap;
	border:1px solid #eee;
	border-right: 0;
	background-color: rgba(255, 255, 255, 1); 
	border-radius: 6px 0px 0px 6px;
}

.input-group>.form-control {
	position: relative;
	flex: 1 1 auto !important;
	width: 74% !important;
	border-left: 0px;
	border-radius: 0px 6px 6px 0px !important; 

}

/* Change the white to any color */
input:-webkit-autofill,
input:-webkit-autofill:hover, 
input:-webkit-autofill:focus, 
input:-webkit-autofill:active{
	-webkit-box-shadow: 0 0 0 30px white inset !important;
}

input:-ms-autofill,
input:-ms-autofill:hover, 
input:-ms-autofill:focus, 
input:-ms-autofill:active{
	-ms-box-shadow: 0 0 0 30px white inset !important;
}

input:-moz-autofill,
input:-moz-autofill:hover, 
input:-moz-autofill:focus, 
input:-moz-autofill:active{
	-moz-box-shadow: 0 0 0 30px white inset !important;
}

/*Change text in autofill textbox*/
input:-webkit-autofill{
	-webkit-text-fill-color: black !important;
}

input:-ms-autofill{
	-ms-text-fill-color: black !important;
}

input:-moz-autofill{
	-moz-text-fill-color: black !important;
}

