
body{
	font-family: "Inter", sans-serif;
	font-size: 12px;
	color: #7F8B76;
	overflow-x: hidden;
}

h1,h2,h3,h4,h5,h6{	
	font-family: "Tenor Sans", sans-serif;
  	font-weight: 400;
  	font-style: normal;
}

p{
	font-size: 13px;
}

.bg-theme{
	background: #6B825D;
}

.theme-color{
	color: #6B825D;
}

.top-navbar {
    position: relative;
    top: 0;
    width: 100%;
    transition: all 0.3s ease-in-out;
}

.nav-link{
	padding: 10px !important;
	border-radius: 20px !important;
}

.nav-link:hover{
	background: #6B825D;
	padding: 10px !important;
	border-radius: 20px !important;
	color: #fff;
}

.navbar .btn-theme{
	background: #6B825D;
	color: #fff;
	font-size: 14px;
	border-radius: 20px !important;
}

.btn-theme{
	background: #6B825D;
	color: #fff;
	font-size: 14px;
	border-radius: 0px !important;
}

.btn-theme:hover{
	color: #fff;
  	background: transparent;
  	border: 1px solid #6B825D;
}


footer .btn-theme:hover{
	color: #6B825D;
  	background: transparent;
  	border: 1px solid #6B825D;
}

.btn-theme-light{
	background: transparent;
  	border: 1px solid #fff;
	color: #fff;
	font-size: 14px;
	padding: 10px 15px;
	width: 50%;
}

.btn-theme-light:hover{
	background: #fff;
	color: #6B825D;
}

.btn-theme-dark{
	background: transparent;
  	border: 1px solid #6B825D;
	color: #6B825D;
	font-size: 14px;
	padding: 10px 15px;
	width: 50%;
	text-decoration: none;
	cursor: pointer;
}

.btn-theme-dark:hover{
	background: #6B825D;
	color: #fff;
}

.translate-middle{
	transform: translate(-50%,0%) !important;
}

/********************************* Home ***************************/

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

.main-heading{
	text-transform: uppercase;
}

.border-bottom-color{
	border-bottom-color: 1px solid #6A825C;
}

.border-theme-color{
	border-color: #6A825C !important;
}

.slider-heading h2{
	color: #6B825D;
	font-size: 75px;
	text-transform: uppercase;
	line-height: 75px;
}

.slider-heading h2 span{
	font-family: "Inter", sans-serif;
	font-weight: 800;
}

.overview{
	padding: 15px;
}

.bg-blue{
	background-color: #E9F3E6;
}

@media only screen and (max-width: 767px) { 
	.navbar-brand{
		left: 40% !important;
		position: relative !important;
	}
	.nav-link{
		color: #6B825D;
		margin-top: 5px;
	}

	.text-end,.mob-center{
		text-align: center !important;
	}

	.slider-heading h2{
		color: #6B825D;
		font-size: 43px;
		text-transform: uppercase;
	}

	.btn-theme-light{
		background: transparent;
	  	border: 1px solid #fff;
		color: #fff;
		font-size: 14px;
		padding: 10px 15px;
		width: 80%;
	}

	.clients-arrow{
		position: absolute;
		right: 25%;
  		bottom: 13%;
	}
	.amenities{	
	    background: linear-gradient(rgba(107, 130, 93, 0.85), rgba(107, 130, 93, 0.85)),        
	    url("https://cdn.shopify.com/s/files/1/0156/4088/files/13055843_992301114199319_3501645671046857115_o.jpg?v=1494432918") center center no-repeat;
	    background-attachment: inherit;
	    background-size: cover;
	    -webkit-background-size: cover;
	    -moz-background-size: cover;
	}

	.contact{	
	    background: linear-gradient(rgba(107, 130, 93, 0.85), rgba(107, 130, 93, 0.85)),        
	    url("../images/Careers.webp") center center no-repeat;
	    background-attachment: inherit;
	    background-size: cover;
	    -webkit-background-size: cover;
	    -moz-background-size: cover;
	}

	.contact-box{
		padding: 60px 0;
	}

}  

@media only screen and (min-width: 767px) {   
	.clients-arrow{
		position: absolute;
		right: 7%;
	  	top: 9%;
	}
	.amenities{	
	    background: linear-gradient(rgba(107, 130, 93, 0.85), rgba(107, 130, 93, 0.85)),        
	    url("https://cdn.shopify.com/s/files/1/0156/4088/files/13055843_992301114199319_3501645671046857115_o.jpg?v=1494432918") center center no-repeat;
	    background-attachment: fixed;
	    background-size: cover;
	    -webkit-background-size: cover;
	    -moz-background-size: cover;
	}

	.contact{	
	    background: linear-gradient(rgba(107, 130, 93, 0.85), rgba(107, 130, 93, 0.85)),        
	    url("../images/Careers.webp") center center no-repeat;
	    background-attachment: fixed;
	    background-size: cover;
	    -webkit-background-size: cover;
	    -moz-background-size: cover;
	    height: 50vh;
	}

	.contact-box{
		padding: 0px 0;
	}

	.location ul li{
		font-size: 17px;
	}

	.location {
		height: 450px;
	}
}

.amenities img{
	width: 30%;
}


/*.img-filter-gray{
	filter: brightness(100%) saturate(0%);
}*/

.property-box{
	background: #fff;
	text-align: center;
	position: relative;
}

.ribben{
	position: absolute;
	right: 0;
	top: 0;
	background-color: #6B825D;
	color: #fff;
	padding: 5px 20px;
	text-transform: uppercase;
	font-weight: 600;
}

.clients-box{
	text-align: center;
	position: relative;
}

.clients-box i{
	font-size: 40px;
	opacity: 0.2;
}

.clients-box p{
	margin: 25px 0;
}

.blogs{
	position: relative;
}

footer {
  	padding: 60px 0 0 0;
}

.quick-links li {
  	margin-bottom: 10px;
}

.quick-links {
  	list-style: none;
  	padding: 0;
}

.quick-links a {
  	text-decoration: none;
  	font-size: 13px;
}

.footer-form input, .footer-form textarea ,.footer-form select{
	background-color: #D9D9D9;
	border-radius: 0 !important;
}

.carousel-indicators button.thumbnail {
  	width: 100px;
}
.carousel-indicators button.thumbnail:not(.active) {
  	opacity: 0.7;
}

.carousel-indicators{
	bottom: 40px !important;
}

.sale{
	background-color: #6B825D;
	color: #fff;
	padding: 5px 20px;
	text-transform: uppercase;
	font-weight: 600;
	width: 100px;
}

.area i{
	font-size: 25px;
}

.inner-blog-box p{
	min-height: 55px;
}

.blog-box p{
	min-height: 85px;
	margin-bottom: 0;
}

.inner-blog-box h4{
	font-size: 22px;
	min-height: 80px;
}

.inner-blog-box{
	box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
  	min-height: 245px;
  	padding: 15px 10px;
}

@media only screen and (max-width: 767px) {   

	.breadcum{
		position: relative;
		margin-top: 55px;
	}

	.breadcum-heading h2{
		font-weight: 500;
		font-size: 60px;
		color: #6b825d;
	  	line-height: 40px !important;
	  	text-transform: uppercase;
	}

	.breadcum-heading h3{
		font-weight: 500;
		font-size: 50px;
		color: #6b825d;
	  	text-transform: uppercase;
	}

	.breadcum-border{
		position: absolute;
	  	top: 33%;
	  	left: 18%;
	  	height: 1px;
	  	border-top: 1px solid #6b825d;
	  	width: 51%;
	}

	.carousel-indicators{
		display: none !important;
	}

	.blog-box{
		min-height: 540px;
	}

	.slider-heading{
		height: 370px;
  		position: relative;
  		top: 20%;
	}
}

@media only screen and (min-width: 767px) {   
	
	.breadcum{
		position: relative;
	}
	
	.breadcum-heading h2{
		font-weight: 500;
		font-size: 135px;
		color: #6b825d;
	  	line-height: 130px !important;
	  	text-transform: uppercase;
	}

	.breadcum-heading h3{
		font-weight: 500;
		font-size: 70px;
		color: #6b825d;
	  	text-transform: uppercase;
	}

	.breadcum-border{
		position: absolute;
	  	top: 60%;
	  	left: 18%;
	  	height: 1px;
	  	border-top: 1px solid #6b825d;
	  	width: 51%;
	}

	.blog-box{
		min-height: 500px;
	}

	.slider-heading{		
  		position: relative;
  		top: 20%;
  		height: 600px;
	}
}

.blogs img{
	height: 225px;
  	width: 100%;
}

.blog-box h4{
	min-height: 90px;
}

.video-slider {
    position: relative;
    width: 100%;
    height: 100vh;
    overflow: hidden;
}

.slides {
    display: flex;
    transition: transform 0.5s ease-in-out;
    width: 100%;
}

.slides video {
    min-width: 100%;
    height: 100vh;
    object-fit: cover;
}

.controls {
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    display: flex;
    justify-content: space-between;
    transform: translateY(-50%);
    z-index: 10;
}

.controls button {
    background: rgba(0, 0, 0, 0.5);
    color: #fff;
    border: none;
    padding: 10px 20px;
    cursor: pointer;
    font-size: 18px;
}

.controls button:hover {
    background: rgba(0, 0, 0, 0.8);
}

.homepage-video-section{
  	border-radius: 20px;
  	background: #fff;
  	box-shadow: 0 4px 4px #00000040;
  	text-align: center;
  	padding-bottom: 12px;
  	transition: all .3s;
  	margin: 15px 0;
}

.homepage-video-section iframe {
  	width: 100%;
  	border-radius: 20px 20px 0 0;
}

.navbar-toggler-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3E%3Cpath stroke='white' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
}

.social-icons a {
    transition: color 0.3s ease;
    text-decoration: none;
}

.social-icons a:hover {
    color: #007bff; /* Change to your desired hover color */
}

.construction-img{
	height: 250px;
}