/*
	Theme Name: Hello Elementor
	Theme URI: https://elementor.com/hello-theme/?utm_source=wp-themes&utm_campaign=theme-uri&utm_medium=wp-dash
	Description: Hello Elementor is a lightweight and minimalist WordPress theme that was built specifically to work seamlessly with the Elementor site builder plugin. The theme is free, open-source, and designed for users who want a flexible, easy-to-use, and customizable website. The theme, which is optimized for performance, provides a solid foundation for users to build their own unique designs using the Elementor drag-and-drop site builder. Its simplicity and flexibility make it a great choice for both beginners and experienced Web Creators.
	Author: Elementor Team
	Author URI: https://elementor.com/?utm_source=wp-themes&utm_campaign=author-uri&utm_medium=wp-dash
	Version: 3.4.5
	Stable tag: 3.4.5
	Requires at least: 6.0
	Tested up to: 6.8
	Requires PHP: 7.4
	License: GNU General Public License v3 or later.
	License URI: https://www.gnu.org/licenses/gpl-3.0.html
	Text Domain: hello-elementor
	Tags: accessibility-ready, flexible-header, custom-colors, custom-menu, custom-logo, featured-images, rtl-language-support, threaded-comments, translation-ready,
*/
body{
	font-family: "IBM Plex Sans", sans-serif !important;
}
.container{
	max-width: 1146px;
	margin: 0 auto;
}
.container-fluid{
	max-width: 100%;
	margin: 0 auto;
	padding: 0 50px;
}
.to-bar{
	background-color: #001731;
	height: 50px;
}
.top-bar-content{
	display: flex;
	align-items: center;
	justify-content: flex-end;
	gap: 30px;
}
header a{
	color: #fff;
	text-decoration: none;
	font-size: 14px;
	font-weight: 400;
	line-height: 16px;
}
.header{
	background-color: #002349;
	height: 80px;
}
.header .container{
	display: flex;
	height: 100%;
	padding: 0 50px;
	align-items: center;
	justify-content: space-between;
	max-width: 1520px;
}
.logo img{
	width: 120px;
}
.nav-menu{
	display: flex;
	align-items: center;
	gap: 40px;
	justify-content: flex-end;
}
.nav-menu ul{
	display: flex;
	align-items: center;
	justify-content: flex-end;
	list-style: none;
	gap: 40px;
}
.nav-menu ul li a{
	color: #fff;
	text-decoration: none;
	font-size: 14px;
	text-transform: uppercase;
	font-weight: 400;
	line-height: 1.4;
	letter-spacing: 1.4px;
}
.btn{
	background-color: transparent;
	color: #fff !important;
	border: 1px solid #C29B40;
	letter-spacing: 1.4px;
	text-decoration: none;
	text-transform: uppercase;
	font-size: 14px;
	font-weight: 400;
	line-height: 18px;
	padding: 12px 20px;
	border-radius: 0px;
	display: flex;
	align-items: center;
	gap: 10px;
	width: fit-content;
	text-decoration: none !important;
}
.btn:hover{
	background-color: #C29B40;
}
.search-filter{
	width: calc(100% - 570px) !important;
}
.search-filter .tabs{
	display: flex;
	align-items: center;
	gap: 40px;
	width: 100%;
}
.search-filter .tabs{
	margin-bottom: 28px;
}
.search-filter .tabs button{
	border: unset;
	background-color: unset;
	color: #fff;
	font-size: 12px;
	text-transform: uppercase;
	padding: 0;
	border-radius: 0;
	padding-bottom: 5px;
	letter-spacing: 1.6px;
	font-weight: 500;
}
.search-filter .tabs button.active{
	border-bottom: 2px solid #C29B40;
}
.search-field{
	display: flex;
	align-items: center;
	gap: 15px;
	width: 100%;
	padding-bottom: 8px;
	border-bottom: 1px solid #999999;
}
.search-field img{
	width: 20px;
}
.search-field input{
	border: unset;
	width: 100%;
	background: unset;
	font-size: 18px;
}
.search-field input:placeholder-shown{
	color: #999999;
}
.search-field input:focus{
	outline: unset;
}
.property-detail a{
	display: flex;
	margin-top: 4px;
	align-items: center;
	gap: 10px;
	text-decoration: none;
	color: #fff;
	font-size: 14px;
	text-transform: uppercase;
	font-weight: 500;
}
.property-detail a img{
	width: 28px;
}
.discover-section .content h2{
	color: #001731;
	font-size: 24px;
	line-height: 36px;
	font-weight: 500;
	margin-bottom: 40px;
}
.discover-section .content p{
	padding-left: 90px;
	position: relative;
}
.discover-section .content p::after{
	content: '';
	position: absolute;
	left: 0;
	top: 15px;
	width: 70px;
	height: 1px;
	background-color: #C29B40;
}
.discover-section.story .content p::after{
	width: 0;
}
.discover-section.story .content h2{
	padding-left: 90px;
	position: relative;
	margin-bottom: 20px;
}
.discover-section.story .content h2::after{
	content: '';
	position: absolute;
	left: 0;
	top: 15px;
	width: 70px;
	height: 1px;
	background-color: #C29B40;
}
.story-left-col .stats h2{
	font-size: 54px;
	line-height: 60px;
	font-weight: 500;
	margin-bottom: 6px;
	color: #001731;
}
.story-left-col .stats p{
	font-size: 14px;
	text-transform: uppercase;
	font-weight: 500;
	margin-bottom: 30px;
}
.discover-section.story .story-left-col h2, .discover-section.story .story-left-col p{
	padding-left: 0;
}
.discover-section.story .story-left-col h2::after{
	width: 0;
}
.bg-dark-content h2{
	margin-top: 0;
	color: #fff;
	font-size: 36px;
	font-weight: 400;
	line-height: 50px;
}
.bg-dark-content .btn{
	margin-top: 20px;
}
.link{
	text-decoration: none !important;
	color: #fff;
	display: flex;
	align-items: center;
	width: fit-content;
	gap: 10px;
}
.single-col-section h2{
	color: #fff;
	font-size: 24px;
	font-weight: 400;
}
.single-col-section .link{
	width: 100%;
	justify-content: center;
}
.bg-light-content strong{
	text-transform: uppercase;
	font-size: 14px;
}
.bg-light-content h2{
	color: #777;
	margin-top: 0;
	font-weight: 400;
}
.video-wrapper iframe{
	width: 100%;
	height: 32vw;
}
.our-story .head h2{
	color: #001731;
	font-size: 32px;
	font-weight: 400;
	margin-top: 0;
}
.our-story .col-content{
	padding-right: 0;
}
.our-story .col-content h3, .our-story .col-content p{
	max-width: 400px;
	margin: 0 auto;
}
.our-story .col-content h3{
	font-size: 24px;
	margin-top: 0;
	margin-bottom: 18px;
}
.contact-card {
	display: flex;
    gap: 16px;
    background: #F2F2F2;
    border-radius: 10px;
    padding: 16px 24px;
    align-items: center;
}
.contact-card .icon{
	width: 40px;
	height: 40px;
	border-radius: 6px;
	background: #fff;
	display: flex;
	align-items: center;
	justify-content: center;
}
.contact-card .icon i{
	font-size: 22px;
}
.contact-card .info{
	flex: 1;
}
.contact-card .info p{
	font-size: 16px;
	font-weight: 500;
	margin-bottom: 2px;
}
.contact-card .info a{
	font-size: 14px;
}
.link.dark{
	color: #002349;
}
.link.dark:hover{
	color: #001731;
}
.menu-toggle{
	display: none;
}
.close-menu{
	display: none;
}
/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type='number'] {
  -moz-appearance: textfield;
}

@media only screen and (max-width: 1279px){
	.video-wrapper iframe{
		height: 42vw;
	}
}
@media only screen and (max-width: 1023px){
	.search-filter{
		width: 100% !important;
	}
	.story-left-col .stats h2{
		font-size: 44px;
		line-height: 50px;
	}
	.bg-light-content h2{
		font-size: 28px;
		line-height: 36px;
	}
}
@media only screen and (max-width: 991px){
	.menu-toggle{
		display: block;
	}
	.nav-menu{
		position: fixed;
		top: 0;
		left: 0;
		height: 0;
		width: 100vw;
		z-index: 1;
		transition: height 0.3s ease-in-out;
		overflow: hidden;
		background-color: #002349;
		flex-direction: column;
		justify-content: center;
	}
	.nav-menu ul{
		flex-direction: column;
		padding-left: 0;
	}
	.nav-menu.open{
		height: 100vh;
	}
	.close-menu{
		display: block;
		position: absolute;
		top: 36px;
		right: 30px;
	}
	.icon-btn i{
		font-size: 22px;
	}
	.icon-btn{
		border: unset;
		background-color: unset;
		color: #fff;
	}
	.icon-btn:hover{
		border: unset;
		background-color: unset;
	}
	.header .container, .to-bar{
		padding: 0 25px;
	}
	.bg-dark-content h2{
		font-size: 28px;
		line-height: 36px;
	}
}

@media only screen and (max-width: 767px){
	.video-wrapper iframe{
		height: 80vw;
	}
	.discover-section .content p, .discover-section.story .content h2{
		padding-left: 50px;
	}
	.discover-section .content p::after, .discover-section.story .content h2::after{
		width: 36px;
	}
	.btn{
		font-size: 12px;
		padding: 8px 18px;
	}
	.our-story .head h2, .bg-light-content h2{
		font-size: 26px;
		line-height: 34px;
		font-weight: 500;
	}
	.our-story .col-content h3{
		font-size: 20px;
	}
}
