body {
	font-family: "Poppins", serif;
	background-color: #fff ;
}

.home-banner {
	display: flex;
}
.logo{
	width:170px ;
}
.content {
	display: flex;
	justify-content: center;
	flex-direction: column;
}

.nav-link {
	color: #fff !important;
	margin-left: 10px;
	font-size: 16px !important;
	font-weight: 200;

}

.navbar {
	border-bottom: 1px solid #b2cbe0 !important;
	padding: 10px 0;
	z-index: 1;
}

.home-banner-h4 {
	font-weight: 400;
	font-size: 18px;
}

.content h1 {
	font-size: 45px;
}

.navbar-brand {
	font-size: 30px;
	font-weight: 500;
}

.icon-svg-banner {
	width: 60px;
	padding-top: 20px;
	padding-bottom: 40px;
}

.property-search {

	border-radius: 10px;
}

.tabs {
	width: fit-content;
	background-color: #e4e8e3 !important;
	border-radius: 10px 10px 0px 0px;
	display: flex;
	align-items: center;
	border-bottom: 2px solid #ddd;
}

.tab {
	padding: 0.8rem 25px;
	cursor: pointer;
  	font-size: 15px;
	font-weight: 500;
	text-align: center;
	flex: 1;
}

.tab.active {
	color: #fff;
	border-radius: 10px 10px 0px 0px;
	background-color: #20384a;
}

span.separator {
  border-left: 1px solid #20384a;
  height: 24px;
}

.hidden {
  display: none;
}

.search-separator {
  border-left: 1px solid #20384A;
  height: 50px;
}

.property-options .multiselect__tags {
    padding: 0px 40px 0 0;
	border: unset !important;
    border-radius: 0 !important;
    border-bottom: 2px solid #e8e8e8 !important;
}

.property-options .multiselect__tags .multiselect__single {
	padding: 0;
	color: #20384a;
	font-style: italic;
}

.property-options .multiselect__tags .multiselect__placeholder {
	font-style: italic;
}

.property-options .multiselect-multiple-label, .multiselect-placeholder, .multiselect-single-label {
	padding-left: 0 !important;
	font-size: 14px;
	font-style: italic;
}

.multiselect.property-options.is-active{
	box-shadow:unset;
}

input.price-range {
	width: 100%;
    padding: 0 0 10px 0;
    font-size: 14px;
    font-style: italic;
    border-bottom: 2px solid #e8e8e8;
    border-radius: 0;
}

.search-form {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 1rem;
	align-items: center;
}

input,
select,
button {
	padding: 0.8rem;
	border-radius: 5px;
	border: 1px solid #ddd;
}

.bg-design-form {
	border-radius: 0px 20px 20px 20px;
	box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}

.lable {
  font-weight: bold;
  font-size: 16px;
}

.bg-design-for {
	display: flex;
}

select {
	border: none;
}

input {
	border: none;
}

.bg-color-new {
	margin-top: -20px;
}


.slider-section {
	position: relative;
}

.slider-btn:hover {
	background: rgba(0, 0, 0, 0.8);
}

.content {
	position: relative;
	z-index: 1;
}


.slide-indicator {
	padding: 10px 0px;
	font-weight: 700;
	cursor: pointer;
}

.hr-banner {
	opacity: 1 !important;
}


.badge {
	--badge-size: 160px;
	--badge-color: var(--black);
	display: flex;
	justify-content: center;
	align-items: center;
	width: var(--badge-size);
	height: var(--badge-size);
	background: #000;
	border-radius: 100%;
	box-shadow: inset 0 0 0 0.9rem var(--badge-color);
	animation: identifier 20s linear infinite;
}
.badge:hover {
	animation-play-state: paused;
}
.badge:hover .badge__emoji {
	animation-play-state: paused;
}
.badge__emoji {
	display: block;
	margin: 0;
	animation: identifier 20s linear infinite;
	animation-direction: reverse;
	transition: all 0.3s;
	font-size: 50px;
	border: 1px solid #fff;
	border-radius: 50px;
	height: 70px;
	width: 70px;
	padding-top: 10px;
}

.badge__emoji:hover {
	opacity: 0.8;
	transform: scale(1.2);
}

.badge__char {
	--char-font-weight: 600;
	--char-font-size: 15px;
	--char-width: 10px;
	--char-font-family: "Arial", sans-serif;
	display: block;
	position: absolute;
	top: 0;
	left: calc(50% - var(--char-width) / 2);
	height: calc(var(--badge-size) / 2);
	width: var(--char-width);
	background-repeat: round;
	text-align: center;
	text-transform: uppercase;
	line-height: 1rem;
	font-weight: var(--char-font-weight);
	font-size: var(--char-font-size);
	color: var(--white);
	font-family: var(--char-font-family);
	transform-origin: bottom center;
	transform: rotate(var(--char-rotate));
	padding-top: 13px;
}

@-webkit-keyframes identifier {
	0% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}

	to {
		-webkit-transform: rotate(1turn);
		transform: rotate(1turn);
	}
}

@keyframes identifier {
	0% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}

	to {
		-webkit-transform: rotate(1turn);
		transform: rotate(1turn);
	}
}


.custom-btn {
	color: #fff;
	border-radius: 10px;
	padding: 10px 25px;
	font-weight: 500;
	cursor: pointer;
	transition: all 0.3s ease;
	position: relative;
	display: inline-block;

	outline: none;
}

/* 14 */
.btn-14 {
	border: 1px solid #4d606e;
	z-index: 1;
	border-radius: 12px;
	color: #4d606e;
}

.btn-14:after {
	position: absolute;
	content: "";
	width: 100%;
	height: 0;
	top: 0;
	left: 0;
	z-index: -1;
	border-radius: 7px;
	background-color: #4d606e;
	transition: all 0.3s ease;
	color: #fff;
}

.btn-14:hover {
	color: #fff !important;
}

.btn-14:hover:after {
	top: auto;
	bottom: 0;
	height: 100%;
}

.btn-14:active {
	top: 2px;
}

a {
	text-decoration: none !important;
}

.ff {
	width: 150px;
	text-align: center;
}

.dd {
	display: inline-flex;
	justify-content: center;
}

:focus-visible {
	outline: none !important
}

.marquee-container {
	background: #002f6c;
	color: #fff;
	overflow: hidden;
	white-space: nowrap;
	padding: 10px 0;
	font-size: 18px;
	position: fixed;
}

.marquee-text {
	display: inline-block;
	animation: marquee 20s linear infinite;
	/* Adjusted for slower speed */
}

@keyframes marquee {
	0% {
		transform: translateX(100%);
	}

	100% {
		transform: translateX(-100%);
	}
}

@keyframes marquee {
	0% {
		transform: translateX(0);
	}

	100% {
		transform: translateX(-100%);
	}
}

.marquee {
	display: flex;
	align-items: center;
	justify-content: flex-start;
	overflow: hidden;
	position: fixed;
	bottom: 0px;
	z-index: 1;
	background-color: #20384a;
}

.marquee span {
	text-transform: uppercase;
	will-change: transform;
	transform: translateX(0);
	white-space: nowrap;
	animation: marquee 24s linear infinite;
	font-size: 15px;
	font-weight: 500;
	padding: 6px;
	display: flex;
	align-items: center;
	color: #fff;
	background-color: #20384a;
	backdrop-filter: blur(17px);
}

.icon-design {
	color: #84e809;
	padding-left: 5px;
	display: flex;
	align-items: center;
}

.live {
	background-color: #84e809;
	color: #20384a;
	margin: 0px 4px;
	padding: 0px 5px;
	border-radius: 5px;
}

.design-p {
	color: #FFF;
	text-align: center;
	text-shadow: 0px 0px 1.5px rgba(0, 0, 0, 0.16);
	font-size: 18px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	text-transform: capitalize;
	border-radius: 14px;
	background: #20384A;
	width: 360px;
	height: 49px;
	flex-shrink: 0;
	display: flex;
	align-items: center;
	justify-content: center;
}

p {
	font-weight: 500;
}

.desig-he {
	color: #20384A;
	text-align: center;
	font-family: Poppins;
	font-size: 35px;
	font-style: normal;
	font-weight: 600;
	line-height: 50px;
	/* 104.167% */
}

.design-pbshdbshd {
	color: #373737;
	text-align: center;
	font-family: Poppins;
	font-size: 18px;
	font-style: normal;
	font-weight: 400;
	line-height: 35px;
	/* 194.444% */
}

.cardd {
	border-radius: 20px;
	border: 1px solid #20384A;
	overflow: hidden;
}

.cardd h2 {
	color: #20384A;
	font-family: Poppins;
	font-size: 28px;
	font-style: normal;
	font-weight: 700;
	line-height: 50px;
	/* 156.25% */
}

.cardd p {
	color: #373737;
	font-family: Poppins;
	font-size: 18px;
	font-style: normal;
	font-weight: 400;
	line-height: 30px;
	/* 166.667% */

}

.cardd {
	display: block;
	position: relative;
	text-decoration: none;
	z-index: 0;
	overflow: hidden;
}

.cardd:before {
	content: "";
	position: absolute;
	z-index: -1;
	top: -16px;
	right: -24px;
	background: #e4e8e3;
	height: 32px;
	width: 32px;
	border-radius: 32px;
	transform: scale(1);
	transform-origin: 50% 50%;
	transition: transform 0.25s ease-out;
}

.cardd:hover:before {
	transform: scale(32);
}

.cardd .hover {
	fill: #E4E8E3;
}

.cardd:hover .hover {
	fill: #fff;
}

.design-pp {
	width: 156px;
	height: 49px;
	flex-shrink: 0;
	border-radius: 14px;
	background-color: #20384A;
	color: #fff;
	display: flex;
	justify-content: center;
	align-items: center;
}

.bg-image-card-slider {
	background-position: center;
	background-size: cover;
	background-color: #e4e8e3;
}

.bg-image-card-slider h1 {
	color: #20384A;
	font-family: Poppins;
	font-size: 35px;
	font-style: normal;
	font-weight: 600;
	line-height: 50px;
	/* 104.167% */

}

.design-card-d {
	position: relative;
	display: inline-block;
	width: 100%;
	border-radius: 10px;
	background-color: #fff;
}

.design-card-d img {
	width: 100%;
	height: auto;
	display: block;
}
.design-card-d:hover .card-details{
	background-color: #20384A;
}

.design-card-d:hover  h2  {
	color: #ffffff !important;
}
.design-card-d:hover  p  {
	color: #ffffff !important;
}
.design-card-d:hover  b  {
	color: #ffffff !important;
} 
.card-details {
	min-height: 200px;
	position: relative;
	background-color: #fff;
	border: 1px solid #20384A;
	padding: 20px;
	margin-top: -40px;
	border-radius: 10px;
	box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.15);
}

.card-details span {
	display: inline-block;
	background-color: #E4E8E3;
	color: #20384A;
	font-family: 'Poppins', sans-serif;
	font-size: 13px;
	font-weight: 400;
	line-height: 30px;
	padding: 5px 10px;
	border-radius: 10px;
	margin-bottom: 10px;
}

.card-details h2 {
	color: #20384A;
	font-family: 'Poppins', sans-serif;
	font-size: 20px;
	font-weight: 700;
	margin: 5px 0;
	width: 18ch;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.card-details p {
	margin: 5px 0;
	font-family: 'Poppins', sans-serif;
	font-size: 14px;
	color: #BEBEBE;
}

.card-details b {
	color: #20384A;
	font-weight: 700;
	font-size: 14px;
}


button.owl-prev span {
	position: absolute;
	top: -73px;
	height: 50px;
	width: 50px;
	font-size: 30px;
	border-radius: 50%;
	right: 130px;
	color: #fff;
	background: #000;
}

button.owl-next span {
	position: absolute;
	top: -73px;
	height: 50px;
	width: 50px;
	font-size: 30px;
	border-radius: 50%;
	right: 74px;
	color: #fff;
	background: #000;
}

.button.owl-dot.active {
	background: #000;
}

/* Base styles for dots */
.owl-dot {
	display: inline-block;
	width: 12px;
	height: 12px;
	margin: 5px;
	border-radius: 50%;
	background: #ccc;
	transition: background 0.3s ease, transform 0.3s ease;
	cursor: pointer;
}

.owl-dot.active {
	background: #000;
	transform: scale(1.2);
}

.owl-dot:hover {
	background: #555;
}

.owl-dots {
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 10px;
	position: absolute;
	bottom: -20px;
	width: 100%;
}

button.owl-dot {
	background-color: #ccd3d0 !important;
	height: 3px;
	border-radius: 0px !important;
	width: 30px;
}

button.owl-dot.active {
	background-color: #20384A !important;
	height: 3px;
	border-radius: 0px !important;
	width: 30px;
}

.image-rev {
	position: relative;
	color: #fff;
}

.po-ab {
	position: absolute;
	bottom: 20px;
	padding: 0px 30px;
	width: 100%;
}

.small-p {
	color: #E4E8E3;
	font-size: 13px;
}

.icon-slider-card-dd {
	color: #fff;
	font-size: 25px;
}

.hover14 figure {
	position: relative;
	
}

.hover14 figure::before {
	position: absolute;
	top: 0;
	left: -79%;
	z-index: 2;
	display: block;
	content: "";
	width: 50%;
	height: 100%;
	background: -webkit-linear-gradient(left,
			rgba(255, 255, 255, 0) 0%,
			rgba(255, 255, 255, 0.3) 100%);
	background: linear-gradient(to right,
			rgba(255, 255, 255, 0) 0%,
			rgba(255, 255, 255, 0.3) 100%);
	-webkit-transform: skewX(-25deg);
	transform: skewX(-25deg);
}

.hover14 figure:hover::before {
	-webkit-animation: shine 0.75s;
	animation: shine 0.75s;
}

@-webkit-keyframes shine {
	100% {
		left: 125%;
	}
}

@keyframes shine {
	100% {
		left: 125%;
	}
}

figure {
	margin: 0;
	padding: 0;
	overflow: hidden;
}

.image-change {
	width: 100% !important;
	height: 291px;
	object-fit: cover;
	border-radius: 20px;
}



#owl-carousel-2 button.owl-next {
	position: absolute;
	top: 35%;
	height: 50px;
	width: 50px;
	font-size: 30px;
	border-radius: 50%;
	right: -250px;
}

#owl-carousel-2 button.owl-prev {
	position: absolute;
	top: 35%;
	height: 50px;
	width: 50px;
	font-size: 30px;
	border-radius: 50%;
	left: -250px;
}

.design-commomn {
	background: #20384A;
	color: #fff;
	padding: 10px;
	width: 250px;
	border-radius: 10px;
	text-align: center;
}

.bg-ew-side-catdascj {
	background-color: #f3f5f6;
	border-radius: 50%;
	height: 80px;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 80px;
}

.popular-search {
	display: flex;
	justify-content: center;
    align-items: center;
}

.font-small-dd {
	color: #060606;
	font-family: Poppins;
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: 25px;


}

.main-font {
	color: #060606;
	font-family: Poppins;
	font-size: 18px;
	font-style: normal;
	font-weight: 600;
	line-height: normal;
}

.deisbfhsb h1 {

	color: #20384A;
	font-family: Poppins;
	font-size: 35px;
	font-style: normal;
	font-weight: 600;
	line-height: 50px;
	/* 104.167% */

}

.background-image-dbsbd {
	background-image: url(../img/AJajsb.png);
	background-position: center;
	background-size: cover;
}

.custom-btn {
	color: #4d606e;
	border-radius: 10px;
	padding: 10px 25px;
	font-weight: 500;
	cursor: pointer;
	transition: all 0.3s ease;
	position: relative;
	display: inline-block;

	outline: none;
}

/* 14 */
.btn-15 {
	border: 1px solid #fff;
	z-index: 1;
	border-radius: 12px;
	color: #fff;
}

.btn-15:after {
	position: absolute;
	content: "";
	width: 100%;
	height: 0;
	top: 0;
	left: 0;
	z-index: -1;
	border-radius: 10px;
	background-color: #4d606e;
	transition: all 0.3s ease;
	color: #fff;
}

.btn-15:hover {
	color: #fff;
}

.btn-15:hover:after {
	top: auto;
	bottom: 0;
	height: 100%;
}

.btn-15:active {
	top: 2px;
}

.cardd h3 {

	color: #20384A;
	font-family: Poppins;
	font-size: 22px;
	font-style: normal;
	font-weight: 700;
	line-height: 50px;
	/* 156.25% */

}

.cardd .three-c {

	color: #20384A;
	text-shadow: 0px 0px 3px rgba(0, 0, 0, 0.16);
	font-family: Poppins;
	font-size: 15px;
	font-style: normal;
	font-weight: 400;
	line-height: 25px;
	/* 166.667% */

}

.bg-new-colorcom {
	background-color: #e4e8e3;
}

.image-dubai {
	width: 90%;
}

.desginfsad p {
	color: #373737;
	text-shadow: 0px 0px 3px rgba(0, 0, 0, 0.16);
	font-family: Poppins;
	font-size: 15px;
	font-style: normal;
	font-weight: 400;
	margin-bottom: 5px;
	line-height: 25px;
	/* 194.444% */
}

.bg-new-colorcom h1 {
	color: #20384A;
	font-family: Poppins;
	font-size: 35px;
	font-style: normal;
	font-weight: 600;
	line-height: 50px;
	/* 104.167% */
}

.desginfsad ul li {
	color: #373737;
	font-family: Poppins;
	font-size: 14px;
	font-style: normal;
	font-weight: 600;
	line-height: 35px;
	/* 194.444% */

}

.desginfsad ul {
	margin-bottom: 5px;

}

.card-testi {
	position: relative;
	padding: 20px 30px;
	border: 1px solid #20384A;
	border-radius: 10px;
	background-color: #fff;
	/* Optional, for better contrast */
	box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1);
	/* Add a subtle shadow for a modern look */
	max-width: 400px;
	/* Adjust the width of the card as needed */
	margin: 20px auto;
	/* Center the card horizontally */
}

.card-testi p {
	color: #20384A;
	text-shadow: 0px 0px 3px rgba(0, 0, 0, 0.16);
	font-family: 'Poppins', sans-serif;
	font-size: 18px;
	font-weight: 400;
	line-height: 28px;
	margin: 0;
	margin-top: 10px;
	/* Space between text and icon */
}

.icon-test {
	position: relative;
}

.icon-test img:first-child {
	width: 30px;
	/* Adjust size of the quote icon */
	display: block;
	margin-bottom: 10px;
}
.image0ab-test {
    position: absolute;
    top: -77px;
    height: 132px;
    width: 132px !important;
    right: 27px;
    border-radius: 50%;
    border: 2px solid #fff;
    box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.2);
    object-fit: cover;
    background-color: #fff;
}
.text-desig {
	color: #20384A;
	text-shadow: 0px 0px 3px rgba(0, 0, 0, 0.16);
	font-family: Poppins;
	font-size: 18px;
	font-style: normal;
	font-weight: 700;
	line-height: 35px;
	/* 175% */
}

.card-testi:hover {
	background: #20384A;
	transition: all 0.3s ease;
}

.card-testi:hover p {
	color: #fff;
}

.card-testi:hover h4 {
	color: #fff;
}

.design-pt {
	color: #FFF;
	text-align: center;
	text-shadow: 0px 0px 1.5px rgba(0, 0, 0, 0.16);
	font-size: 15px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	text-transform: capitalize;
	border-radius: 14px;
	background: #20384A;
	width: 160px;
	height: 49px;
	flex-shrink: 0;
	display: flex;
	align-items: center;
	justify-content: center;
}

.form input {
	border-radius: 10px;
	border: 1px solid #20384A;
	width: 100%;
	background: #E4E8E3;
	box-shadow: 0px 0px 7.5px 0px rgba(255, 255, 255, 0.16);
}

.bg-image-card-sliders {
	background-image: url(../img/Group\ 84.png);
	background-position: center;
	background-size: cover;
	background-color: #e4e8e3;
}

.form select {
	border-radius: 10px !important;
	border: 1px solid #20384A !important;
	width: 100% !important;
	padding: 10px;
	background: #E4E8E3 !important;
	box-shadow: 0px 0px 7.5px 0px rgba(255, 255, 255, 0.16) !important;
}

.bg-image-card-sliders h1 {
	color: #20384A;
	font-family: Poppins;
	font-size: 35px;
	font-style: normal;
	font-weight: 600;
	line-height: 50px;
	/* 104.167% */
}


/* Custom styling for the left card */
.left-card .image-rev {
	height: 250px;
	/* Adjust height as needed */
	overflow: hidden;
	border-radius: 8px;
	/* Optional: Rounded corners */
	display: flex;
	align-items: center;
	justify-content: center;
}

.left-card .image-rev img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	/* Ensures image fits without distortion */
	display: block;
	border-radius: 8px;
}

/* Custom styling for the right card */
.right-card .image-rev {
	height: 250px;
	/* Adjust height as needed */
	overflow: hidden;
	border-radius: 8px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.right-card .image-rev img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	/* Ensures image fits without distortion */
	display: block;
	border-radius: 8px;
}

.image-ded img {
	height: 480px;
	object-fit: cover;
}

.border-fooysy {
	border: 1px solid #20384A;
	border-radius: 25px 25px 10px 10px;
}

.border-t {
	border-top: 1px solid #20384A;
	border-radius: 25px 25px 10px 10px;
}
.logos {
    overflow: hidden;
    padding: 30px 0;
    background: #fff;
    white-space: nowrap;
    position: relative;
    display: flex;
    align-items: center;
}

.logo_items {
    display: flex;
    gap: 30px;
    animation: slide 10s linear infinite;
}

.logo_items img {
    max-height: 60px;
    display: inline-block;
}

/* Animation */
@keyframes slide {
    from {
        transform: translateX(0);
    }
    to {
        transform: translateX(-100%);
    }
}

.logos:hover .logo_items {
    animation-play-state: paused;
}


.bg-pather {
	background-color: #e4e8e3;
}

.image-log {
	width: 17%;
	padding-left: 20px;
}

.bg-pather h1 {
	color: #20384A;
	font-family: Poppins;
	font-size: 35px;
	font-style: normal;
	font-weight: 600;
	line-height: 50px;
	/* 104.167% */
}

.bg-footer-color {
	background-color: #20384A;
}

.bg-footer-color p {

	color: #FFF;

	font-family: Poppins;
	font-size: 14px;
	font-style: normal;
	font-weight: 300;
	line-height: normal;

}

.a-footer {
	color: #fff;
	padding-bottom: 10px;
}

.bg-footer-color h2 {

	color: #FFF;

	/* Heading/H3: SemiBold */
	font-family: Poppins;
	font-size: 24px;
	font-style: normal;
	font-weight: 600;
	line-height: normal;
}

.design-card-d {
	position: relative;
}

.icon-heart {
	position: absolute;
	top: 10px;
	right: 10px;
	background-color: #fff;
	color: #000;
	border-radius: 50%;
	height: 30px;
	width: 30px;
	display: flex;
	justify-content: center;
	align-items: center;
	cursor: pointer;
	transition: background-color 0.3s, color 0.3s;
}

.icon-heart:hover {
	background-color: red;
	color: white;
}

.icon-heart.active {
	background-color: red;
	color: white;
}

.circle-container {
	position: relative;
	width: 150px;
	height: 150px;
}

.arrow-icon {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 50px;
	height: 50px;
	background-color: black;
	color: white;
	border-radius: 50%;
	display: flex;
	justify-content: center;
	align-items: center;
	border: 3px solid white;
	font-size: 24px;
}

.rotating-text {
	position: absolute;
	width: 100%;
	height: 100%;
	border-radius: 50%;
	animation: rotateText 8s linear infinite;
}

.rotating-text span {
	position: absolute;
	left: 50%;
	top: 50%;
	transform-origin: 0 75px;
	font-size: 14px;
	white-space: nowrap;
}

@keyframes rotateText {
	from {
		transform: rotate(0deg);
	}

	to {
		transform: rotate(360deg);
	}
}

@media screen and (max-width:1200px) {
	.home-banner {
		background-size: cover;
	}

}

.tab-margin{
	margin-top: 255px;
}


@media screen and (max-width:992px) {
	.image-log {
		width: 50%;
	}
	.heading-mm{
		display: none !important;
	}
	.font-line{
        font-size: 25px !important;
        
    }
	.partner-section {
        background-color: #E4E8E3;
        padding: 40px 10px !important;
    }
	.partner-section h2 {
		font-size: 25px !important;
		font-weight: 600 !important;
		margin-bottom: 10px !important;
	}
	.owl-nav .owl-next {
		display: none !important;
	}
	.owl-nav .owl-prev {
		display: none !important;
	}
	.hubspot-card-slide img{
		height:291px  !important;
	}

	.image-design-change{
		width: 100% !important;
		height: 100% !important;
	}
	.area-slider[data-v-ce07b358]{
		margin: 0 !important;
	}
	.custom-btn{
		padding: 10px 17px !important;
	}
	.card-new-contact{
		width: auto !important;
	}
	.image-reb{
		margin-top: 20px !important;
		width: 100% !important;
	}
	.both-side-card {
        height: auto !important;
        margin:20px 0px !important;
        padding: 25px 20px 0 20px;
	}
	.design-new-bg-image p{
		width: 100% !important;
	}
	.about-card-left{
		width: 100% !important;
		margin: 0px !important;
	}
	.about-card-right{
		width: 100% !important;
		margin: 0px !important;
	}
	.process-section{
		padding-bottom:40px !important;
	}
	.process-content{
		padding-top: 30px !important;
	}
	.center-card{
		margin: 20px 0px !important;
	}
	.about-card-center{
		padding-bottom: 30px;
	}
	
	.market-value-section{
		padding: 0px!important;
	}
	.feature-plan-section h2{
		font-size: 48px;
	}
	.feature-plan-section{
		font-size: 34px;
	}
	.left-side {
        padding: 30px !important;
    }
    .right-side {
        margin-top: 0px !important;
    }
	.benefits-content{
		padding: 40px 20px !important;
		margin-bottom: 20px;
	}
	.timeline__event__icon {
		padding: 0px !important;
		height: 0px !important;
	}
	.timeline__event{
		width: 69vw !important;
	}
	.market-sustainability-right{
		padding-top: 0px !important;
	}
	.benefits-img{
		height: 392px !important;
		margin-bottom: 20px;
	}
	.update-details h1{
		color:  #20384A;
		font-family: Poppins;
		font-size: 35px !important;
		font-style: normal;
		font-weight: 600;
		line-height: 60px; /* 125% */
	}
	.main-custom h2{
		font-size: 35px !important;
	}
	.location-section{
		margin-top: 0px !important;
		padding-top: 0px !important;

	}
	.custom-h-dots-up-image{
		height: 240px !important;
		width: 100%;
	}
	.neighborhoods h2{
		font-size: 35px !important;
	}
	.main-banner h2{
		text-align: center;
		font-size: 3rem !important;
	}
	.search-box button{
		padding: 13px 6px !important;
	}

	.search-container-area{
		width: 93% !important;
	}

	.main-image img[data-v-ce07b358]{
		height: auto !important;
		margin-top: -137px !important;
	}
	.title-custom-mobile h2{
		font-size: 34px !important;
	}
	.small-img img[data-v-ce07b358]{
		width: 100% !important;
	}
	.small-img{
		padding-top: 20px;
	}
	.area-name[data-v-ce07b358] {
		position: absolute;
		top: 52% !important;
		left: 19% !important;
		background-color: #000000ab;
		padding: 25px 15px;
		border-radius: 10px;
		display: flex;
		justify-content: space-between;
		align-items: center;
	}
	.area-name-main {
		position: absolute;
		top: -7% !important;
		right: 25% !important;
		background-color: #000000ab;
		padding: 25px 15px;
		border-radius: 10px;
		display: flex;
		justify-content: space-between;
		align-items: center;
    }
	.content {
		padding-top: 127px;
	}
	.button-new{
		padding: 15px 20px !important;
		justify-content: center;
	}
	.overview-section h2 {
		font-size: 28px !important;
	}
	.image-image{
		margin-top: 30px !important;
		width: 100% !important;
	}
	.bg-comman .p-tag {
		font-size: 14px !important;
		line-height: 25px !important;
	}
	.Design-new-button{
		width: 100% !important;
	}
	.investing{
		color: #20384A;
		font-family: Poppins;
		font-size: 27px !important;
		font-style: normal;
		font-weight: 600;
		line-height: 30px !important; /* 125% */
	}
	.button-Investment{
		margin-bottom: 10px;
		width: 100%;
	}
	.bg-heading-design h2{
		font-size: 25px !important;
	}
	.buntn-up{
		width: 100% !important;
		position:unset !important ;
	}
	.bg-heading-design{
		width: 100% !important;
	}
	.partner{
		padding: 0 !important;
	}
	.filter-section h2 {
		color: #20384A;
		font-size: 30px !important;
		font-weight: 600;
	}
	.design-image{
		width: 100%;
	}
	.update-image{
		height:60vh;
		object-fit: cover;
	}
	.margin-t{
		margin-top: auto !important;
	}
	.filter-section{
		background-color: #fff !important;
	}
	.banner-detail[data-v-91d8cc14]{
		padding: 70px 0px !important;
	}

	.home-banner {
		height: auto !important;
	
	}
	.tab-margin{
		margin-top: auto !important;
	}
	.mobile-view-nav{
		position: absolute;
		width: 100%;
		z-index: 111111;
	}
	.top-remove-space{
		margin: 0 !important;
	}
	.fix-button{
		position: fixed;
		bottom: 30px;
		right: 10px;
		z-index: 11111;
	}

	.content h1 {
		font-size: 34px;
	}

	.icon-svg-banner {
		display: none;
	}

	.link {
		display: none;
	}

	.data-b {
		width: 100%;
		padding: 5px 0px;
	}

	.dd {
		display: ruby-text;
		margin: 10px 10px;
	}

	.cardd {
		margin: 10px 0px;
	}

	.image-dubai {
		width: 100%;
	}

	.navbar-brand {
		font-size: 30px !important;
	}

	.border-new-ledt {
		border: none !important;
	}
}



@media screen and (max-width:568px) {
	button.owl-prev span {
		position: absolute;
		top: -73px;
		height: 50px;
		width: 50px;
		font-size: 30px;
		border-radius: 50%;
		right: 60px;
		color: #fff;
		background: #000;
	}

	button.owl-next span {
		position: absolute;
		top: -73px;
		height: 50px;
		width: 50px;
		font-size: 30px;
		border-radius: 50%;
		right: 0px;
		color: #fff;
		background: #000;
	}


}

.design-card-d {
	position: relative;
	border-radius: 20px;
}

.border-new-ledt {
	border-left: 1px solid #20384A;
}

.button-design {
	background-color: #20384A;
	color: #fff;
	padding: 10px 16px;
	border: none;
	border-radius: 10px;
}

.bg-color-new .lable {

	color: #20384A;
	font-size: 18px;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	text-transform: capitalize;


}

.custom-navbar {
	transition: background-color 0.3s ease-in-out;
	position: absolute;
	width: 100%;
	top: 0;
}

.custom-navbar.scrolled {
	background-color: rgba(0, 0, 0, 0.8);
	/* Change this to any color you want */
}

.popular-search .custom-btn {
	margin-right: 10px;
}

@media screen and (max-width: 767px) {
	.search-separator {
		display: none;
	}
	.popular-search {
		flex-direction: column;
	}
}

.main-banner {
	position: relative;
}

.main-banner h2 {
	position: absolute;
	top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
	color: #fff;
	font-size: 58px;
	text-transform: uppercase;
	font-weight: 600;
}
.main-banner .search-container-area {
	position: absolute;
	top: 70%;
    left: 50%;
    transform: translate(-50%, -50%);
	color: #fff;
	font-size: 58px;
	text-transform: uppercase;
	font-weight: 600;
}
.main-banner .search-container-developers {
	position: absolute;
	top: 70%;
    left: 50%;
    transform: translate(-50%, -50%);
	color: #fff;
	font-size: 58px;
	text-transform: uppercase;
	font-weight: 600;
}
.filter-section h2 {
    color: #20384A;
    font-size: 40px;
    font-weight: 600;
}

.filter-section p {
	font-size: 15px;
	font-weight: 400;
	line-height: 30px;
	color: #373737;
}

button.read-more {
    color: #20384A;
    font-size: 16px;
    font-weight: 700;
    text-decoration: underline;
    padding: 0;
    background: #00000000;
    border: unset;
}

.top-remove-space{
	margin: 95px;
}
.tsb-css{
	margin-bottom: 50px;
}



.overlay-1 {
	position: absolute;
	bottom: 50px;
	left: 0;
	width: 100%;
	height: 100%;

  }
  .overlay-2 {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 50px;
	width: 250.625em;
	height: 23.8em; 
	-webkit-animation: cloudLoop 80s linear infinite;
	animation: cloudLoop 80s linear infinite;
	z-index: 2;
	pointer-events: none;
	height: 43.75em;
  }
  @-webkit-keyframes cloudLoop {
	0% {
	  -webkit-transform: translate3d(0, 0, 0);
	  transform: translate3d(0, 0, 0);
	}

	100% {
	  -webkit-transform: translate3d(-50%, 0, 0);
	  transform: translate3d(-50%, 0, 0);
	}
  }

  @keyframes cloudLoop {
	0% {
	  -webkit-transform: translate3d(0, 0, 0);
	  transform: translate3d(0, 0, 0);
	}

	100% {
	  -webkit-transform: translate3d(-50%, 0, 0);
	  transform: translate3d(-50%, 0, 0);
	}
  }
  .multiselect__tags{
	padding: 0px 3px 0 0;
  }
  .multiselect__select{
	top: -6px !important;
  }
  .property-options .multiselect__tags{
	border: none !important;
  }
  .multiselect__placeholder {
	color: #2e4455 !important;
  }

  input.price-range{
	border: none !important;
  }
  label {
    display: inline-block;
    margin-bottom: 2px;
}
.design-image{
	width:50% ;
}
.filter-section{
	background-position: center;
	background-size: cover;
}
.property-b{
	font-size: 18px;
}
.button-change{
	background-color: #20384a;
	color: #FFF;
	padding: 10px  20px;
}


.search-container-area{
    width: 100%;
    max-width: 550px;
    position: relative;
}
.search-container-developers{
	width: 100%;
    max-width: 650px;
    position: relative;
}
.search-box {
    display: flex;
    align-items: center;
    background: white;
    border-radius: 10px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}

.search-box i {
    font-size: 18px;
    color: gray;
    margin-left: 10px;
    padding: 13px 0px;
}

.search-box input {
    flex: 1;
    border: none;
    outline: none;
    padding: 10px;
    font-size: 16px;
    border-radius: 50px;
}

.search-box button {
    background: #1d334a;
    color: white;
    border: none;
    padding: 13px 30px;
    border-radius: 10px;
    cursor: pointer;
    font-size: 16px;
}

.search-box button:hover {
    background: #152735;
}
.divider {
    width: 1px;
    height: 30px;
    background: #ccc;
    margin: 0 10px;
}

.search-box select {
    border: none;
    background: transparent;
    font-size: 16px;
    outline: none;
    cursor: pointer;
    padding: 5px;
}
#banner img {
    width: 100%;
    left: 0;
    top: 200px;
    position: absolute;
    -webkit-user-select: none; 
    -moz-user-select: none;   
    -ms-user-select: none;
    user-select: none;    
    pointer-events: none;
}
@keyframes animCloudLeftToRight {
    from {
        transform: translateX(-100%);
    }
    to {
        transform: translateX(100%);
    }
}
@keyframes animCloudRightToLeft {
    from {
        transform: translateX(100%);
    }
    to {
        transform: translateX(-100%);
    }
}
.left-to-right .cloud1, .left-to-right .cloud2, .left-to-right .cloud3, .left-to-right .cloud4, .left-to-right .cloud5 {
    animation: animCloudLeftToRight 40s infinite linear;
}
.rotate-right-to-left .cloud1, .rotate-right-to-left .cloud2, .rotate-right-to-left .cloud3, .rotate-right-to-left .cloud4, .rotate-right-to-left .cloud5 {
    animation: animCloudRightToLeft 40s infinite linear;
}
.cloud3 {
    animation-duration: 60s;
}
.cloud4 {
    animation-duration: 80s;
}
.cloud5 {
    animation-duration: 50s;
}
.button-new {
	background-color: #20384A;
	color: #fff;
	padding: 10px 20px;
	display: flex;
	align-items: center;
	border-radius: 5px;
	border: 1px solid #20384A;
	transition: all 0.3s ease-in-out;
  }
  
  .button-new:hover {
	background-color: #fff;
	color: #20384A;
	box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.15);
  }
  

  .overview-description{
	width: 100%;
	max-width: 900px;
	font-size: 1.2rem;
	line-height: 1.6;
	margin: 0 auto;
	max-height: 350px; /* Limit height to 500px */
	overflow-y: auto; /* Enable vertical scrolling */
	padding-right: 10px; /* Prevents content from being hidden under scrollbar */
  }
.border-card-number {
	border: 1px solid #20384A;
	padding: 30px 20px;
	position: relative;
	border-radius: 10px;
	height: 340px;
}
.border-card-number  h2{
	color: #20384A;
	font-family: Poppins;
	font-size: 22px;
	font-style: normal;
	font-weight: 700;
}

.border-card-number  p{
	color: #20384A;
	font-family: Poppins;
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
}
.investing{
	color: #20384A;
	font-family: Poppins;
	font-size: 35px;
	font-style: normal;
	font-weight: 600;
	line-height: 60px; /* 125% */

}
.border-card-number  .count-card-number{
	color: #20384A;
	font-family: Poppins;
	font-size: 60px;
	font-style: normal;
	font-weight: 700;
}
.count-card-number{
	position: absolute;
	right: 30px;
	bottom: 10px;
}
.bg-heading-design{
	background-color: #20384A;
	text-align: center;
	border-radius: 20px 20px 0px 0px;
	color: #fff;
	width: 80%;
}
.bg-comman{
	background-color: #20384A;
}
.image-re{
	position: relative;
}
.buntn-up{
	width: 280px;
	z-index: 111;
	background-color: #fff;
	padding: 30px 20px;
	position:absolute ;
	border-radius: 10px;
	right: -30px;
	bottom: -10px;

}
.buntn-up .button-new{
	text-align: center;
	justify-content: center;
	background-color: #fff;
	color: #20384A !important;
	height: 60px;
	border-radius: 5px;
	border: 1px solid #20384A;
	transition: all 0.3s ease-in-out;
}

.buntn-up .button-new:hover {
	background-color: #20384A;
	color: #ffffff !important;
	box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.15);
}
.image-image{
	margin-top: -305px;
    height: 702px;
    width: 70%;
    object-fit: cover;
    border-radius: 20px 20px 0px 0px;
}
.bg-comman .p-tag {
    color: #FFF;
    font-family: Poppins;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 25px;
}
.Design-new-button .button-new{
	border: 1px solid #ffffff !important;
	justify-content: center;
}
.Design-new-button{
	width: 35%;
}
.custom-height{
	height: 100%;
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
}
img.update-image {
    width: 100%;
    height: 536px;
    object-fit: cover;
}
.image-relative{
	position: relative;
}
.image-dots{
    position: absolute;
    height: 300px;
    z-index: -1;
    left: -34px;
	top: 0px;
}
.custom-h-dots-up-image{
	height: 494px;
	width: 100%;
	object-fit: cover;
    border-radius: 20px;
}
.image-custom-dots{
	height: 240px !important;
	width: 100%;
	object-fit: cover;
	border-radius: 20px;
}
.image-custom-dots-new{
	height: 240px !important;
	width: 100%;
	object-fit: cover;
	border-radius: 20px;
}
.p-area-detail{
    color: #546179;
    font-family: Poppins;
    font-size: 17px;
    font-style: normal;
    font-weight: 400;
    max-width: 83%;
    line-height: 30px;
    letter-spacing: -0.12px;
    max-height: 304px;
    overflow-y: auto;
}
.main-custom h2 {
	color:  #1D293F;
	font-family: Poppins;
	font-size: 48px;
	font-style: normal;
	font-weight: 600;
	line-height: normal;
	letter-spacing: -0.77px;
	max-height: 350px;
    overflow-y: auto;
}
.update-details .card-detail{
	border-radius: 20px;
	border: 1.5px solid #707070;
	background:  #FFF;
	width: 280px;
	height: 231px;
	flex-shrink: 0;
	text-align: center;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}
.neighborhoods h2 {
	color: #20384A;
	font-family: Poppins;
	font-size: 35px;
	font-style: normal;
	font-weight: 600;
	line-height: 60px; /* 125% */
}
.li-hood{
	color: #373737;
	font-family: Poppins;
	font-size: 15px;
	font-style: normal;
	font-weight: 600;
	line-height: 35px; /* 194.444% */
}
.amenities-list h2 {
	color: #20384A;
	font-family: Poppins;
	font-size: 35px;
	font-style: normal;
	font-weight: 600;
	line-height: 60px; /* 157.895% */
	text-decoration-line: underline;
	text-decoration-style: solid;
	text-decoration-skip-ink: auto;
	text-decoration-thickness: auto;
	text-underline-offset: auto;
	text-underline-position: from-font;
}
.update-details h1{
	color:  #20384A;
	font-family: Poppins;
	font-size: 45px;
	font-style: normal;
	font-weight: 600;
	line-height: 60px; /* 125% */
}
.update-details{
	height: 424px;
	display: flex;
	align-items: center;
	background-position: center;
	background-size: cover;
}

.update-details p {
	font-size: 18px;
}
.p-hood-msin p{
	color: #373737;
	font-family: Poppins;
	font-size: 16px;
	font-style: normal;
	font-weight: 600;
	line-height: 35px; /* 194.444% */
}
.comman-button{
	background-color: transparent;
	padding: 10px 20px;
	border-radius: 10px;
	border: 1px solid #20384A;
	box-shadow: 0px 0px 7.5px 0px rgba(255, 255, 255, 0.16);
	width: max-content;
	flex-shrink: 0;
	color: #20384A;
	font-family: Poppins;
	font-size: 18px;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
}
.location-section{
	margin-bottom: -7px;
}
.neighbor-section{
	background-position: center;
}
.more-area-section h2 {
	color: #fff !important;
}
.more-area-section img{
	width: 150px;
	height: 140px;
	flex-shrink: 0;
	border-radius: 10px;
	object-fit: cover;
}
.more-area-section h4 {
	
color: #20384A;
font-family: Poppins;
font-size: 20px;
font-style: normal;
font-weight: 600;
line-height: 20px; /* 166.667% */
text-transform: capitalize;

}
.button-upan{
	border: 1px solid #000;
	padding: 10px 20px;
	border-radius: 10px;
}
.button-center-col{
	display: flex;
	flex-direction: column;
	justify-content: center;
}
.more-area-section  .card {
	border-radius: 20px;
}
.card-new-small{
	background-color: #ffffff;
}
.cardss{
	background-color: #fff;
	border-radius: 20px;
}
.more-area-section h2 {
	
color: #FFF;
text-align: center;
font-family: Poppins;
font-size: 35px;
font-style: normal;
font-weight: 600;
line-height: 60px; /* 125% */

}
.developer-description {
	color: #373737;
	font-family: Poppins;
	font-size: 18px;
	font-style: normal;
	font-weight: 400;
	line-height: 30px; /* 194.444% */
    max-height: 444px;
    overflow-y: auto;
}
.design-new-bg-image {
	background-color: #20384A;
	color: #fff;
}
.design-new-bg-image p {
	font-size: 15px;
    width: 500px;
	font-weight: 400;
    line-height: 30px;
}
.design-new-bg-image h2 {
	font-size: 40px;
    line-height: 45px;
    margin-bottom: 30px;
    text-align: start;
}
.image-reb{
	width: 77%;
	position: relative;
	border-radius: 10px;
	margin-top: -78px;
}
.new-ab{
	position: absolute;
	bottom: 0%;
	width: 66%;
	left: -60px;
}
.h2-ab {
    position: absolute;
    bottom: 0;
    right: 18px;
}
.image-thimg{
	border-radius: 40px;
}
.bg-white-newdesgin h2{
	font-size: 40px;
    line-height: 45px;
    margin-bottom: 20px;
	color: #20384a;
	padding-top: 30px;
	font-weight: 600;
    text-align: start;
	text-transform: capitalize !important;

}
.bg-white-newdesgin p{
	font-size: 16px;
    line-height: 30px;
    margin-bottom: 30px;
	color: #20384a;
	font-weight: 400;
    text-align: start;
	text-transform: capitalize !important;
}
.bg-white-newdesgin{
	background-size: cover;

}
.card-new-contact{
	padding: 30px;
	background-color: #FCFDFC;
	border-radius: 20px;
	box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
	height: 227px;
	width: 259px;
}
.bg-icon-contect{
	background-color: #ffffff;
	padding: 15px 18px;
	font-size: 25px;
	height: 50px;
	width: 50px;
	display: flex;
	justify-content: center;
	align-items: center;
	color: #000000;
	border-radius: 15px;
	box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 6px -1px, rgba(0, 0, 0, 0.06) 0px 2px 4px -1px;
}
.bg-contact p {
	font-size: 16px;
}
.mainse{
	margin-top: -10px;
	background-color: #e4e8e3;
	height: 20px;
}

.card-details .Design-title-forup {
	background-color: #20384A;
	color: #fff;
	width: 166px;
    padding: 7px 20px;
    border-radius: 10px;
}
.card-details .Design-title-forup p {
	color: #fff !important;
}
.Design-title-forupp{
	background-color: #20384A;
	color: #fff !important;
    padding: 7px 30px;
    border-radius: 10px;
}
.card-details .blog-h2{
	font-size: 25px !important;
	font-weight: 600;
}
.new-blog {
	position: relative;
}
.Design-title-forup{
	position: absolute;
	top: -20px;
	left: 30px;
}
.Design-title-forupp{
	position: absolute;
	top: -15px;
	left: 30px;
	z-index: 1111;
}

.multiselect__option--highlight {
	background: #20384a !important;
}
.design-card-d img{
	height: 300px;
	object-fit: cover;
	border-radius: 20px 20px 0px 0px;
}
.blogs-card  .card-details  {
	border: 1px solid #000 !important;
	padding: 20px 40px;
}
.blog-section{
	background-size: cover;
	background-repeat: no-repeat;
}
.blog-title-detail{
	font-weight: 600 ;
}
.blog-section p {
	font-size: 16px;
}
.blog-section li {
	font-size: 16px;
	line-height: 30px;
}
.project-card i {
    font-size: 18px;
    margin: 0px;
    position: relative;
	color: #000 !important;
    -webkit-transition: all .3sease-in-out;
    transition: all .3sease-in-out;
	opacity: 1 !important;
}
.swiper-pagination-bullet {
    width: 30px !important;
    border-radius: 0px !important;
    height: 2px !important;
	
}
.swiper-pagination{
    position:unset !important;
    padding-top: 30px;
}
.swiper-pagination-bullet-active {
	background: #20384A !important;
}
.property-section{
	background-size: cover !important;
}
.like-btn {
	position: absolute;
	top: 15px;
	right: 15px;
	background-color: #fff;
	border: none;
	border-radius: 50%;
	width: 40px;
	height: 40px;
	display: flex;
	justify-content: center;
	align-items: center;
	box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
	cursor: pointer;
	transition: color 0.3s ease;
}
.like-btn i {
	font-size: 20px;
	color: #aaa;
	transition: color 0.3s ease;
}
.like-btn.active i {
	color: red;
}
.price-title {
	color: #333 !important;
	padding: 10px 0px;
	font-weight: 500;
}

.project-list .card:hover .card-content {
	background-color: #20384A;
	transition: opacity 0.4s ease;
	color: #fff;
}
.project-list .card .card-content {
	border: 1px solid #20384A;
    border-radius: 10px 10px 10px 10px;
    margin-top: -10px;
}
.project-list .card {
	border-radius: 8px !important;
}

.project-list .card:hover .card-content .location{
	background-color: #ffffff;
	color: #20384A;
}
.project-list .card:hover .card-content .title{
	color: #fff;
}

.project-list .card:hover .card-content .price-title{
	color: #fff !important;
}

.project-list .card:hover .card-content .project-price{
	color: #fff !important;
}
.type{
	margin-bottom: 0px !important;
	color: #20384A;
	border: 1px solid #20384A !important;
    font-weight: 600 !important;
}
.custom-marquee {
  overflow: hidden;
  white-space: nowrap;
  width: 100%;
  padding: 20px 0;
}

.marquee-track {
  display: flex;
  width: fit-content;
}

.logo {
  flex: 0 0 auto;
  margin-right: 20px;
}
.logo img {
  height: 175px;
  width: 218px !important;
  display: block;
}

/* Marquee One (left to right) */
.marquee-one .marquee-track {
  animation: marqueeLeft 25s linear infinite;
}

/* Marquee Two (right to left) */
.marquee-two .marquee-track {
  animation: marqueeRight 35s linear infinite;
}

/* Keyframes */
@keyframes marqueeLeft {
  0% {
    transform: translateX(0%);
  }
  100% {
    transform: translateX(-50%);
  }
}

@keyframes marqueeRight {
  0% {
    transform: translateX(0%);
  }
  100% {
    transform: translateX(50%);
  }
}

/* Optional Pause on Hover */
.custom-marquee:hover .marquee-track {
  animation-play-state: paused;
}



.gallery-section{
	background-size: cover;
}
.main-re-why{
	position: relative;
}
.heading-mm {
	position: absolute;
    top: -75%;
    left: 33%;
    font-size: 35px;
    font-weight: 600;
}
.image-bg-dubai{
	height: 430px;
}
.image-design-change{
	width: 600px !important;
	height: 450px;
}

.design-commomnnn {
	background: #20384A;
	color: #fff;
	padding: 10px;
	width: 180px;
	border-radius: 10px;
	text-align: center;
}
.image-tred{
	opacity: 0.2;
}

 .form-select{
    border-radius: 10px !important;
    border: 1px solid #20384A !important;
    width: 100% !important;
    padding: 10px;
	font-size: 13px;
	height: 45px;
	color: #808180;
    background: #E4E8E3 !important;
    box-shadow: 0px 0px 7.5px 0px rgba(255, 255, 255, 0.16) !important;
}
.form input {
	height: 45px;
}


.link-new-footer{
	color: #fff !important;

}

.image-rev {
    position: relative;
    overflow: hidden;
}

.image-rev figure {
    position: relative;
    margin: 0;
}

.image-rev .overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.9));
    pointer-events: none;
    transition: background 0.3s ease-in-out;
	border-radius:20px;
}

.image-rev .overlays {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
	background: linear-gradient(to bottom, rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.9));
    transition: background 0.3s ease-in-out;
	border-radius:20px;
}

.main-banner-img {
    position: relative;

}

.main-banner-img img {
    width: 100%;
    display: block;
}

.main-banner-img .overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.4); 
}
.owl-nav button{
	height: auto !important;
	width: auto !important;
	background-color: #000 !important;
	border: none !important;
}
.main-slider-hotsop{
	position: relative;
}
 .owl-nav .owl-prev {
	position: absolute;
    top: 46%;
    left: -46%;
}
.owl-nav .owl-next {
	position: absolute;
    top: 46%;
    right: -46%;
	z-index: 2;
}
.bg-color-last-contact{
	background-color: #e3e7e2;
}
.nav-item.dropdown:hover .dropdown-menu {
	display: block;
}
.custom-navbar {
    z-index: 999 !important;
}
.p-hood-msin span {
	color: #373737;
    font-family: Poppins;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 35px;
}
.location-map-new iframe{
    border-radius: 20px !important;
}

@media screen and (max-width: 992px) {
	.area-list  .main-image img {
        height: auto !important;
        margin-top: -137px !important;
    }
	.small-img .overlays {
        width: 100% !important;
    }
	.small-img img{
		width: 100% !important;
	}
	.area-slider{
		margin-top: 20px !important;
	}
	.area-slider{
		width: 100% !important;
	}
	.area-name-main{
		top: 46%  !important;
        right: 19% !important;
		padding: 13px 15px !important;
	}
	.neighbor-section{
		margin-bottom: 0px !important;
	}
	.last-change-areas{
		max-width: 100% !important;
	}
	.last-change-area{
		max-width: 100% !important;
	}
}

@media screen and (max-width: 576px) {
    .area-name-main {
        top: 8% !important;
        right: 7% !important;
        padding: 13px 15px !important;
    }
	.area-name{
		left: 50% !important;
	}
}
@media screen and (max-width: 400px) {
    .area-name-main {
        top: -45% !important;
        right: 7% !important;
        padding: 13px 15px !important;
    }
	.design-p{
		width: 100% !important;
		padding: 0px 10px !important;
		font-size: 15px !important;
	}
	.title-custom-mobile h2 {
		font-size: 23px !important;
	}
	.area-list .main-image img{
		margin-top: -198px !important;
	}
	.area-name-main{
		top: -424% !important;
        right: 7% !important;
        padding: 13px 15px !important;
	}
	.main-image .overlays{
		display: none !important;
	}
	.image-addbgg{
		display: none !important;
	}
}
@media screen and (max-width:1200px) {
	.multiselect__tags{
		font-size: 12px !important;
	}
	input.price-range{
		font-size: 12px !important;
	}

}
.location-map-new {
	height: 260px;
	border-radius: 30px;
}
.location-map-new iframe{ 
	height: 100%;
	width: 100%;
}

.last-change-area{
    font-style: normal;
    max-width: 83%;
    line-height: 30px;
    letter-spacing: -0.12px;
    max-height: 218px;
    overflow-y: auto;

}
.last-change-areas{
	font-style: normal;
    max-width: 83%;
    line-height: 30px;
    letter-spacing: -0.12px;
    max-height: 160px;
    overflow-y: auto;
}
.text-holder{
	font-style: normal;
    max-width: 100%;
    line-height: 30px;
    letter-spacing: -0.12px;
    height: 160px;
    overflow-y: scroll;
    overflow-x: hidden;
}


.badge:hover{
	background-color: #20384a;
}
.border-new-Investment {
	text-align: center;
}
.border-new-Investment:hover{
	background-color: #fff;
	color: #20384a;
	border-radius: 10px;
	text-align: center;
	transition: all 0.4s ease-in-out;
}
.border-new-Investment:hover .button-ds {
  background-color: #4d606e;
  color: white;
  border-color: #ffffff;
  transition: all 0.4s ease-in-out;
}
.button-ds{
	color: #ffffff;
	border: 1px solid #fff;
	padding: 10px 20px;
	margin-top: 20px;
	border-radius: 10px;
	
}

.imagereads {
    position: absolute;
    height: 50px !important;
    bottom: 40px;
    right: -30px;
}
.box-border-guides h2 {
	color: #20384A;
    font-family: 'Poppins', sans-serif;
    font-weight: 700;
    margin: 5px 0;
    width: 18ch;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;

}

.dropdown-item:hover, .dropdown-item:focus{
	background-color: #20384a !important;
	color: #fff !important;
	border-radius: 5px;
}
.object-fit-cover{
	object-fit: cover !important;
}
.market-sustainability-right {
	color: #fff;
	font-size: 15px;
	font-weight: 300;
	line-height: 30px;
}
.accordion-button:not(.collapsed):after {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%2320384a' viewBox='0 0 16 16'%3e%3cpath d='M1.5 6l6 6 6-6'/%3e%3c/svg%3e");
    transform: rotate(-180deg);
}

.accordion-button::after { 
	background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%2320384a'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
}

.touch-content p {
	font-size: 15px;
	font-weight: 400;
	line-height: 30px;
}

.main-contant p,
.main-contant2 p {
	font-size: 16px;
	font-weight: 400;
	line-height: 35px;
}

.process-title h3 {
	font-size: 40px;
	margin-bottom: 30px;
}
.process-title a {
	padding: 10px 25px;
	border: 1px solid #20384A;
	color: #20384A;
	font-size: 15px;
	border-radius: 10px;
	margin-bottom: 30px;
	margin-top: 30px;
}
.process-title a i {
	font-weight: 500;
	font-size: 20px;
	margin-left: 10px;
}
.process-content p {
	font-size: 13px;
	font-weight: 400;
	line-height: 29px;
}
.process-section {
	padding: 78px 0 150px 0;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}