.outfit-font {
	font-family: "Outfit", sans-serif;
	font-optical-sizing: auto;
	font-weight: <weight>;
	font-style: normal;
}

.dm-sans-font {
	font-family: "DM Sans", sans-serif;
	font-optical-sizing: auto;
	font-weight: <weight>;
	font-style: normal;
}


.flag-icon {
	width: 24px;
	height: 18px;
	display: inline-block;
	margin-right: 6px;
	vertical-align: middle;
}


.head-contact a {
	color: color-mix(in srgb, var(--nav-color), transparent 30%);
}

.head-contact a:hover {
	color: #99A3AC
}

@media (max-width: 993px) {
	.logo img {
		max-width: 200px;
	}

	.get-form {
		border-radius: 20px !important;
	}

	.video-text {
		display: none;
	}
	
	 body .hero-form {
		  padding-top: 95px !important;
		}
	
	.hero-form::after { display: none;}

}


.hd-btns-wrap {
	display: flex;
	align-items: center;
}


.lang-box .bootstrap-select .btn,
.curr-box .bootstrap-select .btn {}


.lang-box .bootstrap-select .btn,
.curr-box .bootstrap-select .btn {
	padding: 10px 20px;
	background: #1C1C26;
	color: #fff;
	border: 1px solid #ddd;
	border-radius: 50px;
	font-size: 14px;
	width: 155px;
}

.lang-box {}

.curr-box {
	margin: 0 10px;
}


/*********************/

.title-bold {
	font-weight: 700;
}

.subtitle {
	font-size: 16px;

	letter-spacing: 1px;
	font-weight: 300;
}

.video-text {
	position: absolute;
	top: 30px;
	left: 30px;
	padding: 20px;
	color: #fff;
	max-width: 430px;
	font-size: 46px;
	text-shadow: 0px 0px 9px #111;
}


.hero-video {
	position: relative;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	z-index: 0;
	border-radius: 20px;
}

.hero h2 {

	font-size: 52px;
	font-weight: 200;
	line-height: 1.1;
}


/**get-form**/

.get-form {
	position: relative;
	z-index: 4
}

.get-form .form-select {
	background: #fff !important;
}

.get-form #myTabContent .tab-pane {
	padding: 20px 0 0 0;
}


.get-form .nav-tabs {
	border: 0;
}

.get-form #myTab .nav-item {
	margin: 0 5px;
}

.get-form #myTab .nav-item button.nav-link {
	background: #111;
	border-radius: 7px;
	border: 0;
}

.get-form #myTab .nav-item button.nav-link:hover {
	background: #99A3AC;
	color: #fff
}

.get-form #myTab .nav-item button.nav-link.active {
	background: #99A3AC
}

.get-form .multi-select-button {
	color: #aaa;
	text-transform: unset;
}


.get-form {
	padding: 20px 20px 15px 20px;
	background: #79C2C9;
	border-radius: 150px;
	margin-bottom: 0px;
}

.get-form .form-select,
.multi-select-container {
	background: #fff;
	border-radius: 110px;
	padding: 1px 15px;
	border: 0;
}


.get-form .btn-link {
	color: #79C2C9;
	text-decoration: none;
	font-size: 14px;
	padding-right: 0;
	border-radius: 110px;
}

.get-form input[type="text"],
.get-form .form-select,
.get-form input[type="email"],
.get-form textarea,
.get-form input[type="tel"] {

	color: #aaa !important;
	font-family: "DM Sans", sans-serif;
	font-size: 16px;
	font-style: normal;
	font-weight: 300;
	line-height: 20px;
	/* 125% */
	letter-spacing: 0.8px;
	text-transform: uppercase;
	padding: 16px;
	background: #fff;
	border-radius: 110px;
	border: 0;
}

.get-form .form-control::placeholder {
	color: rgb(255, 255, 255)
}

.form-control:focus,
.form-select:focus,
.get-form textarea {
	box-shadow: none;
	background: transparent
}

select>option {
	background: #fff;
	color: #111;
}

.form-select::after {
	position: absolute;
	content: "";
	right: 0;
	top: 5px;
	background: url("../img/arrow-down.svg") no-repeat 0 0;
	height: 20px;
	width: 20px;
}

.get-form button {
	width: 100%;
	background: #000;
	border: 0;
	color: #fff;
	padding: 15px 15px;
	border-radius: 120px;


	font-family: "DM Sans", sans-serif;
	font-size: 16px;
	font-style: normal;
	font-weight: 300;
	line-height: 20px;
	/* 125% */
	letter-spacing: 0.8px;
	text-transform: uppercase;
}


.get-form button:hover {
	background: #99A3AC;
}


.form-title {
	font-size: 32px;
	text-align: center;
	color: #fff;
	font-weight: 300;
	margin-bottom: 15px;
}


@media (max-width: 993px) {

	.hd-btns-wrap {
		display: flex;
		align-items: center;
		position: fixed;
		bottom: 0;
		left: 0;
		right: 0;
		background: #111;
		padding: 10px 10px;
	}

	.footer {
		padding-bottom: 90px;
	}

}


@media (min-width: 1200px) {
	.bdr-md-right {
		border-right: 1px solid #777;
	}

	.bdr-md-left {
		border-left: 1px solid #777;
	}
}

.btn {
	font-family: "DM Sans", sans-serif;
	font-size: 16px;
	font-style: normal;
	font-weight: 500;
	letter-spacing: 0.8px;
	border-radius: 7px;
	padding: 10px 20px;
	text-transform: uppercase;
}

.btn-lg-white {

	font-family: "DM Sans", sans-serif;
	font-size: 16px;
	font-style: normal;
	font-weight: 500;
	letter-spacing: 0.8px;
	text-transform: uppercase;
	border-radius: 7px;
	border: 0;
	padding: 10px 25px;
	background: #fff;
	color: #111;
}

.btn-lg-white:hover {
	background: #99A3AC;
	color: #111;
	transition: all 0.3s ease;
}

.btn-bg {
	background: #1C1C25;
	color: #fff;
	border-radius: 100px;
	padding: 10px 25px;
}

.btn-bg:hover,
.btn-outline:hover {
	background: #79C2C9;
	color: #1C1C25;
}

.btn-outline {
	border: 1px solid #99A3AC;
	color: #99A3AC;
}

.btn-bg.hover-light:hover {
	background: #fff;
	color: #262C41
}

.btn-outline.hover-dark {
	color: #99A3AC
}

.btn-outline.hover-dark:hover {
	background: #99A3AC;
	color: #262C41
}

.btn-bg-sky {
	background: #79C2C9;
	color: #fff;
	border-radius: 100px;
	padding: 10px 25px;
}

.btn-bg-sky:hover {
	background: #eee;
	color: #1C1C25;
}

.btn-animate {
	display: inline-flex;
	align-items: center;


	text-decoration: none;
	transition: background-color 0.6s ease, color 0.3s ease;
}

.btn-animate .btn-arrow {
	transition: transform 0.3s ease;
}

.btn-animate:hover {
	/* hover color */

}

.btn-animate:hover .btn-arrow {
	transform: translateX(6px);
	/* smooth right move */
}

.btn-animate:hover .btn-arrow {
	transition: transform 0.35s cubic-bezier(0.4, 0, 0.2, 1);
}

.btn-animate:hover .btn-arrow {
	fill: #fff
}

/***Blure background**/

.blur-bg {
	background: rgba(255, 255, 255, 0.5);

	/* From https://css.glass */
	background: rgba(255, 255, 255, 0.11);
	border-radius: 16px;
	box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
	backdrop-filter: blur(13.9px);
	-webkit-backdrop-filter: blur(13.9px);
	border: 1px solid rgba(255, 255, 255, 0.35);
}




#listing-hero-form,
.contact-hero,
.about, .hero-form
{
	padding-top: 130px !important;
}

#listing-hero-form .get-form .col {
	width: 100%;
	flex: auto;
}

.area-guide-hero,
.area-guide-list {
	padding-top: 130px !important;
}

}


/**property card**/
/* General Section */
.bg-dark {
	background-color: #0e0f12 !important;
}

.property-card {
	border-radius: 12px;
}


.property-card h5 {
	font-size: 22px;
}

.property-card p.s-font {
	font-size: 18px;
	font-family: "DM Sans", sans-serif;
	margin-top: 10px;
	letter-spacing: 0.5px;
	font-weight: 300;
}

.handoverdate {
	font-size: 18px;
	font-family: "DM Sans", sans-serif;
	margin-top: 10px;
	letter-spacing: 0.5px;
	padding: 15px 25px;
	display: inline-block;
	font-weight: 300;
	border-radius: 0;
	margin-bottom: 20px;
}

.property-card p {
	font-size: 16px;
	line-height: 26px;
	color: hsla(0, 0%, 100%, .75);
	font-weight: 400;
}

/* Beige accent color */
.bg-beige {
	background-color: #99A3AC !important;
	border-radius: 5px;
}

.text-beige {
	color: #99A3AC !important;
	font-size: 22px;
	font-weight: 200;
}

/* Buttons */
.btn-beige {
	background-color: #c5a978;
	color: #000;
	font-weight: 300;
	border-radius: 4px;
	padding: 7px 22px;
	transition: all 0.3s ease;
}

.btn-beige:hover {
	background-color: #d6b887;
	color: #000;
}

.btn-outline-beige {
	border: 1px solid #c5a978;
	color: #c5a978;
	font-weight: 300;
	border-radius: 4px;
	padding: 7px 22px;
	transition: all 0.3s ease;
}

.btn-outline-beige:hover {
	background-color: #c5a978;
	color: #000;
}

/* Image Styling */
img.rounded-3 {
	border-radius: 10px;
}


.btn-whatapp {
	background: #04AA36;
	color: #fff;
}


/**swiper slider**/

.swiper {
	width: 100%;
	height: 100%;

}

.swiper-slide {
	display: flex;

	padding-top: 2px;
}

.swiper-slide img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
	max-height: 450px;
}

.swiper-control .swiper-button-next,
.swiper-control .swiper-button-prev {
	color: #fff;
}


.swiper-control .swiper-pagination {
	position: absolute;
	left: 0;
	width: auto;
	bottom: -10px;
	font-size: 20px;
	background: #111;
	padding: 0 20px 0 10px;
}

.swiper-control .swiper-button-next::after,
.swiper-control .swiper-button-prev::after {
	font-size: 30px;
}


.swiper-control .swiper-control-wrap {
	position: relative;
	bottom: -50px;
	display: flex;
	justify-content: space-between;
}

.swiper-control .swiper-control-wrap::after {
	background: #666;
	width: 100%;
	height: 2px;
	content: "";
}

.swiper-control .swiper-arrow-wrap {
	position: absolute;
	right: 0;
	width: 86px;
	background: #111;
	height: 48px;
	z-index: 49;
	bottom: -25px;
}

.light-background .swiper-control .swiper-control-wrap::after {
	background: #fff;

}

.light-background .swiper-control .swiper-arrow-wrap {
	background: #f5f5f5;
}

.light-background .swiper-control .swiper-button-next,
.light-background .swiper-control .swiper-button-prev {
	color: #111;
}

.light-background .swiper-control .swiper-control-wrap::after {
	background: #aaa;
}

.light-background .swiper-control .swiper-pagination {
	background: #f5f5f5;
}

.swiper-pagination .swiper-pagination-bullet-active {
	background: #cdbb9f
}


/*****/

.rounded-lg {
	border-radius: 50px;
}

.property-list {}

/*******Blog Post********/

.recent-posts {
	background: #fff;
}

.postSwiper p,
.postSwiper h2,
.postSwiper h2 a {
	color: #fff
}


.faq-acc .accordion,
.faq-acc .accordion-item,
.faq-acc .accordion-button {
	background: ;
}

.faq-acc .accordion .accordion-header,
.faq-acc .accordion-item {
	border-radius: 2px;
	border-color: rgba(255, 255, 255, 0.2);
	font-family: "Pontano Sans", sans-serif;
	box-shadow: none !important;
}

.faq-acc .accordion-button,
.faq-acc .accordion-collapse .accordion-body {
	color: #262C41;
	font-family: "Pontano Sans", sans-serif;
}

.faq-acc .accordion-collapse {
	border: 0 !important
}


.faq-acc .accordion-button:focus {
	box-shadow: none !important;
}

.faq-acc .accordion-item {
	margin-bottom: 10px;
}

.faq-acc .accordion .accordion-header .accordion-button.collapsed {
	background: #f5f5f5;
	color: #262C41
}


.faq-acc .accordion .accordion-header .accordion-button,
.faq-acc .accordion-item .accordion-collapse.collapse.show {
	background: #262C41;
}


.faq-acc .accordion .accordion-header .accordion-button,
.faq-acc .accordion-item .accordion-collapse.collapse.show .accordion-body {
	color: #fff;
}

.faq-img {
	position: relative;
}

.info-box {
	position: absolute;
	top: 15px;
	right: 15px;
	background: #fff;
	border-radius: 130px;
	padding: 20px 40px 20px 20px;
	display: flex;
	align-items: center;
	justify-content: space-around;
}

.info-box .detail-info h5 {
	font-size: 16px;
}

.info-box .detail-info h3 {
	font-size: 20px;
	letter-spacing: 2px;
}

.info-box i {
	background: #ddd;
	font-size: 24px;
	width: 53px;
	display: inline-flex;
	height: 53px;
	justify-content: center;
	align-items: center;
	border-radius: 60px;
}

.icons-info {
	position: relative;
	display: flex;
	align-items: center;
}

.icons-info .user-img {
	width: 53px;
	border-radius: 60px;
}

/* Base offset */


/* Each next div adds +20px */


/***Nl section***/

.newsletter-section {
	background: #79C2C9;
}

.newsletter-section .container {
	border-bottom: 1px solid rgba(255, 255, 255, 0.1);
	padding-top: 60px;
}

.newsletter-section .nl-form input[type="text"] {
	font-weight: 300;
	background: transparent;
	color: #fff;
	border-color: rgba(255, 255, 255, 0.3);
	font-family: "Pontano Sans", sans-serif;
}

.newsletter-section .form-control::placeholder {
	color: #fff;
	opacity: 0.5;
}

.newsletter-section .btn-lg-white:hover {
	background: #111;
	color: #fff;
}

.nl-form {
	border: 1px solid #fff;
	border-radius: 100px;
	position: relative;
	padding: 5px 190px 5px 0;
}

.newsletter-section .form-control {
	border: 0;
}


@media ( max-width:767px){
	
	.newsletter-section svg{ display: none}
	.nl-form {  padding: 5px 170px 5px 0; }
	
}

.btnnl-wrap {
	position: absolute;
	right: 10px;
	top: 6px;
	bottom: 10px;
}


/*******Footer*****/

footer-dark .display-3 {
	letter-spacing: -.5px;
}

/* dotted title rule */
.tiny-title {
	font-size: 22px;

	color: #fff;

	position: relative;
	padding: .75rem 0;
	font-family: "Outfit", sans-serif;
	margin-bottom: .25rem;
	font-weight: 700;
}

.tiny-title::before {
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	border-bottom: 1px dotted #8b8b8b;
	opacity: .7;
}

/* lists */
.footer-list {
	list-style: none;
	margin: 0;
	padding: 0;
}

.footer-list li {
	margin: .4rem 0;
}


.footer-list a {
	color: #fff;
	text-decoration: none;
	font-size: 16px;
	line-height: 1.25;
	font-weight: 400;
}

.footer-list a:hover,
.footer-email:hover {
	color: #79C2C9;
}

/* email */
.footer-email {
	display: inline-block;
	color: #fff;
	text-decoration: none;
	font-size: 16px;
	font-weight: 400;
	margin-bottom: 15px;
}


/* bottom dotted rule */
.footer-rule {
	border: 0;
	border-top: 1px dotted #8b8b8b;
	opacity: .6;
}

/* bottom links */
.footer-bottom-link {
	color: #fff;
	text-decoration: none;
}

.footer-bottom-link:hover {
	opacity: .85;
}

/* helpers */
.ls-1 {}

/* responsive tweaks */
@media (max-width: 991.98px) {
	.footer-list a {
		font-size: 1.35rem;
	}

	.footer-email {
		font-size: 1.5rem;
		margin: 0 20px 10px 0;
	}


}

.footer-list.smedia li {
	display: inline-flex;
	margin-right: 15px;
}

.footlogo {
	background: #fff;
	border-radius: 10px;
	padding: 20px;
	width: 70%;
}

/***Menu****/

@media (min-width:992px) {}

@media(max-width:1200px) {
	.hd-contact {
		display: none;
	}


}


/****Contact us***/

.contact-hero {
	background: url("../img/blog-bg.png") no-repeat center bottom;
	background-attachment: fixed;
	padding-top: 15%
}

/**about**/


.about {
	padding-top: 15%;
}

.about-intro {
	font-family: "DM Sans", sans-serif;
	font-weight: 300;
}

.exterior-swiper,
.interior-swiper {
	max-height: 650px
}

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
	background: #99A3AC
}

.vision-wrap,
.mission-wrap {
	position: relative;
	min-height: 750px;
}

.vision-wrap img,
.mission-wrap img {
	position: absolute;
	object-fit: cover;
	width: 100%;
	height: 100%;
	opacity: 0.2
}

.vision-wrap h2,
.mission-wrap h2 {
	font-size: 40px;
	color: #99A3AC;
	margin-bottom: 15px;
}

.vision-wrap p,
.mission-wrap p {
	font-family: "DM Sans", sans-serif;
	font-weight: 300;
}


/******Listing Hero-form******/


.listing-hero-form {
	padding-top: 10%
}

.listing-hero-form .list-form {}

.listing-hero-form .list-form select {
	border: 1px solid #99A3AC;
	background: transparent;
	color: #777;
	font-family: "DM Sans", sans-serif;
	font-weight: 300;
	text-transform: uppercase
}


.listing-hero-form .list-form select option:hover {
	color: #777 !important;
	background: #111
}


.propertytag-swiper {}

.propertytag-swiper .swiper-wrapper {

	position: relative;
	left: 40px;
}

.propertytag-swiper .swiper-slide span {
	background: #333;
	text-align: center;
	border-radius: 3px;
	display: block;
	width: 100%;
	padding: 8px 5px;
	line-height: 24px;
	font-size: 14px;
	text-transform: uppercase;
	letter-spacing: 0.3px;
}

.propertytag-swiper .swiper-button-prev,
.propertytag-swiper .swiper-button-next {
	z-index: 2;
}

.propertytag-swiper .swiper-button-next::after,
.propertytag-swiper .swiper-button-prev::after {
	font-size: 15px;
	background: #444;
	color: #fff;
	padding: 12px 14px;
	border-radius: 5px;
}

.propertytag-swiper .swiper-button-prev {
	position: absolute;
	top: 21px;
	left: 4px;
}

.propertytag-swiper .swiper-button-next {
	position: absolute;
	top: 21px;
	right: 5px;
}


.off-property .card-body.card-dark {
	background: #111;
	border-radius: 0 0 8px 8px;
}

.off-property.swiper-control {
	padding-bottom: 90px;
}

.off-property.swiper-control .swiper-pagination {
	background: #fff
}

.pro-no {
	font-size: 18px;
	color: #99A3AC;
}

.off-property .card-body.card-dark h2 {
	color: #fff;
}


.off-plan-pro {
	background: #ffffff;
}


.off-property .card {
	background: #262C41;
	border-radius: 15px;
	border: 0;
	overflow: hidden;
	width: 100%;
}

.off-property .card-body {
	
	padding: 120px 20px 20px;
	border-radius: 10px;
	border: 0;
	position: absolute;
	left: 0px;
	bottom: 0px;
	right: 0px;
	background: 1C1C25;
	background: -webkit-linear-gradient(0deg,rgba(0, 0, 0, 0.83) 35%, rgba(0, 0, 0, 0) 100%);
	background: -moz-linear-gradient(0deg,rgba(0, 0, 0, 0.83) 35%, rgba(0, 0, 0, 0) 100%);
	background: linear-gradient(0deg,rgba(0, 0, 0, 0.83) 35%, rgba(0, 0, 0, 0) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(
	  startColorstr="#000000",
	  endColorstr="#000000",
	  GradientType=0
	);
}

.off-property h2.title {
	font-size: 20px;
	font-family: "DM Sans", sans-serif;
	font-weight: 600;
	margin-bottom: 7px;
	color: #fff
}

.off-property .meta-row p {
	font-size: 14px;
	color: #fff
}

.off-property .location {
	font-size: 14px;
	color: #fff;
	margin-bottom: 7px;
}

.off-property .actions {
	padding: 5px 0px 10px;
	margin-bottom: 10px;
}

.off-property .off-dev {
	color: #fff
}

.off-property .pill-btn {
	border-radius: 7px;
	padding: 7px 15px;
	font-weight: 600;
	display: inline-flex;
	align-items: center;
	gap: .5rem;
	border: 1px solid rgba(0, 0, 0, .08);
	background: rgba(255, 255, 255, 0.8);
	color: #111;
	border-radius: 50px;
	transition: transform .1s ease, box-shadow .1s ease, background .1s ease;
}

.off-property .pill-btn:hover {
	transform: translateY(-1px);
	box-shadow: 0 6px 16px rgba(0, 0, 0, .08);
}

.off-property .pill-brand {
	background: #000;
	color: #fff;
	border-color: #000;
}

.off-property .pill-wa:hover {
	background: #04AA36;
}

.off-property .pill-call {}


.off-property .swiper-slide img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
	max-height: 450px;
	min-height: 600px;
}


.off-plan-pro .swiper-control .swiper-arrow-wrap,
.off-plan-pro .swiper-control .swiper-pagination {

	background: #fff;

}

.off-plan-pro .swiper-control .swiper-button-next,
.off-plan-pro .swiper-control .swiper-button-prev {
	color: #262C41;
}


/****Pro-dev***/

.prop-devdetail {
	padding: 20px;
	text-align: left;
	border-radius: 8px;
	position: relative;
	z-index: 3
}

.prop-devdetail h5 {
	font-family: "DM Sans", sans-serif;
	font-weight: 300;
	text-transform: uppercase;
	position: relative;
	z-index: 5;
	font-size: 18px;
}

.prop-devdetail p {
	color: #99A3AC;
	font-size: 18px;
}

.property-dev-detail {
	background: url("../img/project_9-1400x700.jpg") no-repeat center bottom;
	background-attachment: fixed;
	background-size: cover;
}


.sec-overlay {
	position: relative
}

.sec-overlay::before {
	content: "";
	background: color-mix(in srgb, var(--background-color), transparent 5%);
	position: absolute;
	inset: 0;
	z-index: 0;
}


.sec-overlay-30 {
	position: relative
}

.sec-overlay-30::before {
	content: "";
	background: #111111;
	background: -webkit-linear-gradient(360deg, rgba(17, 17, 17, 1) 0%, rgba(17, 17, 17, 0) 80%);
	background: -moz-linear-gradient(360deg, rgba(17, 17, 17, 1) 0%, rgba(17, 17, 17, 0) 80%);
	background: linear-gradient(360deg, rgba(17, 17, 17, 1) 0%, rgba(17, 17, 17, 0) 80%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#111111",
			endColorstr="#111111",
			GradientType=0);
	position: absolute;
	inset: 0;
	z-index: 0;
}


/******/
.property-aminities {
	background: #000 url("../img/project_9-1400x700.jpg") no-repeat center bottom;
	background-attachment: fixed;
	background-size: cover;
}

.prop-aminities {
	padding: 20px;
	text-align: center;
	border: 0
}

.prop-aminities h5 {
	text-transform: uppercase;
	margin-bottom: 10px;
	font-size: 18px;
}

.prop-aminities i {
	color: #99A3AC;
	font-size: 40px
}

.blur-bg {}


/*************/
.payment-plan {
	background: #000 url("../img/project_9-1400x700.jpg") no-repeat center bottom;
	background-attachment: fixed;
	background-size: cover;
}

.prop-payment {
	text-align: center;
	padding: 20px;
	border: 0;
}

.prop-payment h5 {
	text-transform: uppercase;
	font-family: "DM Sans", sans-serif;
	font-weight: 300;
}

.prop-payment span {
	color: #99A3AC;
	font-family: "DM Sans", sans-serif;
	font-weight: 300;
	font-size: 40px
}


/**********/

.getmore-opt {
	position: relative;
}

.getmore-opt h5 {
	margin-top: 10px
}

.getmore-opt span i {
	font-size: 50px;
	color: #99A3AC;
}


/************/

.brand-logo .swiper-slide {
	min-height: 120px;
	align-items: center;
	background: #fff;
	border-radius: 10px;
}

.brand-logo .swiper-slide img {
	object-fit: none;
}


/*****************/


.vertical-tabs {
	display: flex;
	flex-direction: column;
	border-left: 0px solid #eee;
	transition: 0.3s;
}

.vt-item {
	padding: 0px;
	cursor: pointer;
	border-left: 0px solid transparent;
	font-weight: 100;
	color: rgba(255, 255, 255, 0.2);
	transition: 0.3s;
	font-size: 40px;
	line-height: 1.3;
}

.vt-item:hover,
.vt-item.active {
	border-left-color: #007bff;
	background: transparent;
	font-size: 36px;
	color: rgba(255, 255, 255, 0.4);
}


.home-tabs {
	background: #262C41
}

#ready-propty {
	border: 0
}

#ready-propty .nav-item .nav-link {
	background: rgba(38, 44, 65, 0.5) !important;
	border-radius: 130px;
	font-size: 30px;
	padding: 15px 50px;
	z-index: 11;
	position: relative;
	margin: 0 11px -34px;
	font-family: "Arashy", sans-serif !important;
	color: #fff;


	box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
	backdrop-filter: blur(5px);
	-webkit-backdrop-filter: blur(5px);


}

.home-tabs .tab-pane img {
	opacity: 0.7
}


@media(min-width: 1200px) {
	.home-tabs .row .image-box {
		position: absolute;
		top: -80px;
	}
}

.vertical-wrap {
	outline: 1px solid #444;
	outline-offset: 40px;
	transition: 0.3s;
}

.vertical-wrap p {
	color: rgba(255, 255, 255, 0.4);
}

.vt-item span {
	min-width: 200px;
	display: inline-block;
	transition: 0.3s;
}

.vt-item svg {
	width: 1em;
	opacity: 0.4;
	transition: 0.2s;
}

.vt-item:hover svg,
.vt-item.active svg {
	width: auto;
	opacity: 0.5;
}


/******form dropdown checkbox*******/

/* Mega menu container */
.mega-menu {
	width: 100%;
	max-width: 900px;
	border: none;
	box-shadow: 0 18px 45px rgba(15, 23, 42, 0.18);
	border-radius: 16px;
	background: #fff;
}


.mega-menu {

	max-width: 900px;
	border: none;
	box-shadow: 0 18px 45px rgba(15, 23, 42, 0.18);
	border-radius: 16px;
	padding: 20px;
	background: #fff;
}

@media (min-width: 993px) {

	.mega-menu {
		min-width: 670px;
		margin-left: -220px;
	}

}

body .mega-menu .menu-links {
	position: relative;
	visibility: visible;
	opacity: 1;
	display: block;
	margin: 0;
	top: 0;
	left: 0;
	padding: 0;
	background: transparent !important;
	box-shadow: none;
}

body .mega-menu .menu-links a {
	color: #666;
	padding: 5px 0;
}

/* Align dropdown under full navbar on large screens */
@media (min-width: 993px) {
	.navbar .dropdown-menu.mega-menu {
		left: 50%;
		transform: translateX(-50%);
	}
}


.mega-menu h6 {
	font-weight: 300;
}

/* Links style */
.menu-links li a {
	display: inline-flex;
	align-items: center;
	font-size: 0.95rem;
	color: #24324a;
	text-decoration: none;
	padding: 3px 0;
	transition: color 0.2s ease, transform 0.2s ease;
}

.menu-links li a:hover {
	color: #f97316;
	/* orange accent */
	transform: translateX(2px);
}

/* Promo card with background image */
.promo-card {
	min-height: 220px;
	background-image: url("https://images.pexels.com/photos/3586966/pexels-photo-3586966.jpeg");
	background-size: cover;
	background-position: center;
	position: relative;
	overflow: hidden;
	height: 100%;
}

/* dark overlay */
.promo-card::before {
	content: "";
	position: absolute;
	inset: 0;
	background: linear-gradient(135deg,
			rgba(15, 23, 42, 0.8),
			rgba(15, 23, 42, 0.2));
}

.promo-card>div {
	position: relative;
}

/* Round navbar dropdown corner a bit */
.navbar .dropdown-toggle::after {
	margin-left: 0.35rem;
}

@media (max-width: 992px) {
	.promo-card {
		display: none !important;
	}
}


.subnav ul {
	background: transparent:
}


/***************/


.property-box {
	position: relative;
	margin-bottom: 20px;
}

.property-box .property-img {
	position: relative;
}

.property-box .dev-logo {
	position: absolute;
	bottom: 15px;
	background: #fff;
	padding: 10px;
	border-radius: 5px;
	left: 15px;
}

.property-box .dev-logo img {
	max-width: 80px;
	transition:
}

.property-box .title {
	font-size: 26px;
	margin-bottom: 15px;
}

.property-box .card {
	overflow: hidden
}

.property-box .dev-detail p {
	color: #fff;
}

.img-scale {
	overflow: hidden;
	display: block;

}

.img-scale img.pro-img {
	width: 100%;
	height: auto;
	transition: transform 0.4s ease-in-out;
}

.img-scale:hover img.pro-img {
	transform: scale(1.08);
	/* zoom in */
}


.content--sec {
	background: #000 url("../img/huji13.jpg") no-repeat center bottom;
	background-attachment: fixed;
	background-size: cover;
}

.bg-1 {
	background: #000 url("../img/huji13.jpg") no-repeat center bottom;
	background-attachment: fixed;
	background-size: cover;
}

.bg-2 {
	background: #000 url("../img/footbg.jpg") no-repeat center top;
	background-attachment: fixed;
	background-size: cover;
}

.bg-3 {
	background: #000 url("../img/bg-3.png") no-repeat center top;
	background-attachment: fixed;
	background-size: cover;
}

.bg-3-50 {
	background: #000 url("../img/bg-3-50.png") no-repeat center top;
	background-attachment: fixed;
	background-size: cover;
}

.bg-3-10 {
	background: #000 url("../img/area-guide/arjanbg.jpg") no-repeat center top;
	background-attachment: fixed;
	background-size: cover;
}


.area-guide-hero {
	background: url("../img/blog-bg.png") no-repeat center bottom;
	background-attachment: scroll;
	background-attachment: fixed;
	padding-top: 15%;
}

.property-icon-box {
	min-height: 300px;
	padding: 40px;
	border-radius: 8px;
	margin-bottom: 20px;
}

.property-icon-box .card-title {
	outline: 1px dotted #99A3AC;
	outline-offset: 40px;
}

.property-icon-box .card-icon {}

.property-icon-box .card-icon img {
	width: 60px;
	margin-bottom: 15px;
}

.property-icon-box .card-intitle {}

.property-icon-box .card-desc p {
	font-family: "DM Sans", sans-serif;
	font-weight: 300;
}

.property-icon-box .card-intitle h2 {
	font-size: 20px;
	letter-spacing: 0.3px;
	margin: 10px 0 10px 0;
}


.slide-up-hover {
	transition: transform 0.3s ease, opacity 0.3s ease;
}

.slide-up-hover:hover {
	transform: translateY(-10px);
	opacity: 1;
}


/****/
.tick-list {
	list-style: none;
	padding: 0;
	margin: 0;
}

.tick-list li {
	position: relative;
	padding-left: 28px;
	margin-bottom: 10px;
	font-size: 16px;
}

.tick-list li::before {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	color: #99A3AC;
	/* Green tick */
	font-weight: bold;
	font-size: 18px;
	width: 18px;
	height: 18px;
	background: url("../img/tick.png") no-repeat 0 0;
}

.tick-list li span {
	position: absolute;
	left: 0;
	top: 0;
	width: 18px;
	height: 18px;
}

.tick-list li span img {
	width: 100%;
}


/***/
.exp-property .container {
	background: url('../img/area-guide/dubai-skyline-sunset.jpg') center no-repeat;
	background-attachment: fixed;
	outline: 1px solid #99A3AC;
	outline-offset: -15px
}


.bg-overlay {
	position: relative;

	padding: 80px 20px;
	color: #fff;
	z-index: 1;
}

/* Overlay */
.bg-overlay::before {
	content: "";
	position: absolute;
	inset: 0;
	background: rgba(0, 0, 0, 0.75);
	/* black overlay 55% */
	z-index: -1;
}


.container {
	max-width: 1550px
}


.mx-width-lg {
	max-width: 1500px
}

.max-width-xl {
	max-width: 1800px
}

.max-width-xxl {
	max-width: 1900px
}


@media(min-width: 1900px) {


	.container-fluid {
		max-width: 1920px !important;
	}

}


.form-select,
.form-select:focus {
	background: url("../img/arrow-down.svg") no-repeat 97% 22px;
	background-color: rgba(0, 0, 0, 0);
}

.area-guide-list {
	padding-top: 15%;
	background: #000 url("../img/bg-ag.webp") no-repeat center top;
	background-attachment: fixed;
	background-size: cover;
}


/******off plan*******/


.offplan-detail {
	background: #000 url("../img/offplan/off-hero-bg.webp") no-repeat center top;
	background-attachment: fixed;
	background-size: cover;
	height: 100vh;
	display: flex;
	align-items: end;
	justify-content: start
}


.off-plan-info {
	display: flex;
	flex-direction: column;
	align-items: start;
	justify-content: start;
	border-top: 1px solid #444;
	padding: 30px 0
}

.off-plan-info:first-child {
	border: 0
}

.off-plan-info h2 {}

.off-plan-info p {
	display: block;
	margin-bottom: 15px;
	font-size: 14px;
	text-transform: uppercase;
}


.img-box {
	overflow: hidden;
	position: relative;
	border-radius: 12px;
	display: flex;
	justify-content: center;
	align-items: center;
}

.img-box img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: .6s ease;


}

.img-box:hover img {
	transform: scale(1.2);
	filter: brightness(70%);
}

.img-box:hover {
	box-shadow: 0 20px 40px rgba(0, 0, 0, 0.25);
}

@media(min-width:1400px) {

	.max-height-50,
	.img-v-half {
		overflow: hidden
	}

	.max-height-100,
	.img-v-100 {
		overflow: hidden
	}

}


/****/


.floorplan-tabs ul.nav-tabs {
	display: flex;
	flex-direction: column;
	border: 0;
}


.floorplan-tabs ul.nav-tabs .nav-item {
	padding: 0;
	align-items: center;

}

.floorplan-tabs ul.nav-tabs .nav-item:first-child .nav-link {
	border: 0
}

.floorplan-tabs ul.nav-tabs .nav-item .nav-link {
	background: transparent;
	width: 100%;
	border-radius: 0;
	text-align: left;
	padding: 30px 20px;
	border-style: solid;
	border-color: #333;
	border-width: 1px 0 0 0 !important;
	color: #fff;
}

.floorplan-tabs ul.nav-tabs .nav-item .nav-link:hover {
	background: #000;
	color: #99A3AC;
}


@media(max-width: 992px) {

	.floorplan-tabs ul.nav-tabs {
		display: flex;
		flex-direction: row !important;
		border: 0;
	}


}


@media(min-width: 993px) {

	div.hdnv {
		display: flex;
		align-items: center;
	}
}

.hd-contact a {
	padding: 10px 15px;
	border-radius: 10px;
	background: #79C2C9;
	border-radius: 100px;
	display: block;
	color: #fff;
	font-family: "Pontano Sans", sans-serif;
}

.hd-contact a:hover {
	background: #eee;
	color: #1C1C25;
	border: 1px solid transparent;
}


/*****/
#exclusive-property .bg-dark {
	background: #262C41 !important;
}

.exclusive-property {
	background: url("../img/ex-bg.jpg") no-repeat 0 0;
	background-size: cover;
}

.exclusive-property .container {
	background: url("../img/ex-bg-mid.jpg") no-repeat 0 0;
	background-size: cover;
	padding: 30px
}


.exclusive-property .section-title h6 {
	font-size: 16px;
	color: #79C2C9;
	font-weight: 400;
}

.exclusive-property .section-title h2 {
	font-weight: bold
}

.exclusive-property .property-card {
	position: relative;
}

.exclusive-property .property-card h5 {
	position: absolute;
	bottom: 10px;
	left: 10px;
	right: 10px;
	background: #fff;
	color: #111 !important;
	font-weight: 700;
	padding: 15px;
	border-radius: 10px;
}

.exclusive-property .swiper-control {
	padding-bottom: 80px;
}


.exclusive-property .swiper-slide img {
	min-height: 400px;
}

@media (max-width:992px) {

	.newsletter-section .container {
		background: none;
	}

	#ready-propty .nav-item .nav-link {
		font-size: 18px;
		margin: 0 5px -34px;
		padding: 15px 20px;
	}

	#ready-propty .btn-arrow {
		display: none;
	}


}


.exclusive-property .swiper-control .swiper-arrow-wrap,
.exclusive-property .swiper-control .swiper-pagination {

	background: #1C1C26;
	color: #fff;

}

.exclusive-property .swiper-control .swiper-button-next,
.exclusive-property .swiper-control .swiper-button-prev {
	color: #fff;
}


.exclusive-property .property-card h5 {
	color: #fff;
}


/* Wrapper to control overflow */
.img-zoom-wrap {
	overflow: hidden;
	position: relative;
}

/* Base image */
.img-zoom {
	display: block;
	width: 100%;
	height: auto;
	transition: transform 0.6s ease;
	will-change: transform;
}

/* Zoom effect on hover */
.img-zoom-wrap:hover .img-zoom {
	transform: scale(1.08);
}

/*************************************/


.icon-text span.iconbox {
	margin-right: 20px;
	width: 100px;
	text-align: center;
}

.icon-text span.iconbox img {
	max-width: 54px;

}


.invest-in {background: #1C1C25 url("../img/t-line.png") 0 0 ; }

.invest-in .icon-text h4 {
	font-size: 17px;
	font-weight: 600 !important;
	text-transform: uppercase;
	margin-bottom: 10px !important;
	display: block;
}

.invest-in .icon-text p {
	margin-bottom: 0
}


/*******/

.recent-posts .post-img img {
	margin: 0;
	position: relative;
	width: 100%;
	min-height: 400px;
}

.blog-info {
	position: absolute;
	padding: 15px;
	left: 0;
	right: 0;
	bottom: 0;
	background: #111111;
	background: -webkit-linear-gradient(0deg, rgba(17, 17, 17, 0.92) 35%, rgba(17, 17, 17, 0) 100%);
	background: -moz-linear-gradient(0deg, rgba(17, 17, 17, 0.92) 35%, rgba(17, 17, 17, 0) 100%);
	background: linear-gradient(0deg, rgba(17, 17, 17, 0.92) 35%, rgba(17, 17, 17, 0) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#111111",
			endColorstr="#111111",
			GradientType=0);
}


.recent-posts.swiper-control .swiper-arrow-wrap,
.recent-posts.swiper-control .swiper-pagination {

	background: #fff;

}

.recent-posts.swiper-control .swiper-button-next,
.recent-posts.swiper-control .swiper-button-prev {
	color: #262C41;
}


/***************/

.invest-in .section-title h2 {
	font-weight: 500;
}