<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">html, body {
	margin: 0px;
	padding: 0px;
    background: #fff;
    color: #000;
    font-family: '29LTBukra';
	font-size:14px;
	direction: rtl;
}
strong{
    font-family: '29LTBukraMedium';
}
.iti-mobile .intl-tel-input.iti-container {
	z-index: 30000;
	direction: ltr;
}
#logo {
    position: absolute;
    background: #52167a;
    z-index: 3;
    top: 0px;
    width: 160px;
    height: 120px;
    right: 0px;
    padding: 20px;
}
.show .whatsapp, .show .call, .show p {
	display: none;
}
.close {
	display: none;
}
.phone {
	direction:ltr;
}
.intl-tel-input.separate-dial-code .selected-dial-code {
	padding-right: 20px;
}
.show .close {
	display:block;
    position: absolute;
    top: -15px;
    right: -15px;
    background: #000;
    padding: 10px;
	float: none;
	opacity: 1;
	text-shadow: none;
	color: #fff;
}
#submitForm {
    position: absolute;
    z-index: 5;
    background: #fff;
    padding: 20px;
    width: 350px;
	top: 80px;
	left:0px;
}
.overlay-fixed.show {
	position: fixed;
}
.hide {
	display: none;
}
.show #submitForm {
    position: relative;
	margin: 0px auto;
}
#submitForm h2 {
	margin: 20px 0px;
	font-size:20px;
}
#submitForm a {
	color: #000;
    text-decoration: none;
    font-size: 14px;
}
#submitForm .whatsapp, #submitForm .call {
	direction: ltr;
}
#submitForm .whatsapp a:after {
    content: "\f232";
    color: #4AC959;
    font-family: "Font Awesome 5 Brands";
    font-size: 24px;
    width: 100%;
	margin: 0px 10px;
	vertical-align: middle;
}
#submitForm .call a:after {
    content: "\f095";
    color: #26b2e7;
    font-family: "FontAwesome";
    font-size: 24px;
    width: 100%;
	margin: 0px 10px;
	vertical-align: middle;
}
#submitForm p {
	margin: 5px 0px;
}
.intl-tel-input .country-list{
    width: 310px;
}
.float {
    position: absolute;
    top: 40px !important;
    margin: 0px auto;
	left: 30% !important;
}
.overlay {
    bottom: 0;
    right: 0;
    overflow: hidden;
    z-index: 8010;
    background: url(../img/overlay.png);
}
.overlay-fixed {
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
}
input {
	font-family: "29LTBukra";
	color: #000;
	padding: 10px;
	text-align: right;
	direction: rtl;
	border: 1px solid #afafaf;
	margin:10px 0px;
	width: 100%;
	font-size: 10pt;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	-webkit-border-radius: 0;
	border-radius: 0;
}
input[type=submit] {
    font-family: "29LTBukra";
    background-color: #000;
    border: 1px solid #fff;
    color: #fff;
    font-size: 15pt;
    padding: 10px;
    text-align: center;
    margin-top: 15px;
}
.header {
	position: fixed;
	display: none;
    -webkit-transition: all ease 0.3s;
    -moz-transition: all ease 0.3s;
    transition: all ease 0.3s;
}
.header.sticky {
	display: block;
	width: 100%;
	background: #52167a;
	z-index: 1;
}

.sticky .logo {
	display: inline-block;
    background: url(../img/dar-al-arkan-logo-white.svg);
    background-repeat: no-repeat;
	margin: 10px 0px 0px 0px;
    height: 32px;
    width: 140px;
    background-size: 145px;
    background-position: 0px -57px;
}
.cta {
	text-align: left;
	margin: 10px 0px;
    padding: 0px;
}
.cta li {
	display: inline-block;
	color: #fff;
	direction: ltr;
	padding-right: 10px;
}
* {
	outline:none;
}
.sticky .cta a {
	color: #fff;
    text-decoration: none;
    font-size: 16px;
}
.sticky .cta .whatsapp a:after {
    content: "\f232";
    color: #fff;
    font-family: "Font Awesome 5 Brands";
    font-size: 18px;
    width: 100%;
	margin: 0px 10px;
}
.sticky .cta .call a:after {
    content: "\f095";
    color: #fff;
    font-family: "FontAwesome";
    font-size: 18px;
    width: 100%;
	margin: 0px 10px;
}
.sticky .cta .register {
	cursor: pointer;
}
.sticky .cta .register:after {
	cursor: pointer;
    content: "\f003";
    color: #fff;
    font-family: "FontAwesome";
    font-size: 18px;
    width: 100%;
	margin: 0px 10px;
}
.main-wrapper {
	max-width: 1200px;
	margin: 0px auto;
	text-align: right;
    padding: 0px 10px;
	position: relative;
}
.slide-image {
    top: 0;
    bottom: 0;
    width: 100%;
    background-position: 50% 100%;
    background-repeat: no-repeat;
    background-size: cover;
}
.slide-image, .slick-list, .slick-track {
	height: 100%;
}
.slick-prev, .slick-next {
    line-height: 0;
    position: absolute;
    top: 50%;
    display: block;
    width: 20px;
    height: 20px;
    padding: 0;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    cursor: pointer;
    color: transparent;
    border: none;
    outline: none;
    background: transparent;
}
.slider .slick-next:before {
    color: #fff;
    content: "\f105";
    font-family: "FontAwesome";
    font-size: 55px;
    position: absolute;
}
.slick-next {
    right: 15px;
}
.slider .slick-prev:before {
    color: #fff;
    content: "\f104";
    font-family: "FontAwesome";
    font-size: 55px;
    position: absolute;
}
.slick-prev {
    left: 15px;
	z-index: 9;
}
.slick-dots {
    position: absolute;
    bottom: 5px;
    display: block;
    width: 100%;
    padding: 0;
    list-style: none;
    text-align: center;
}
.slick-dots li button {
    background: #bfbfbf;
}
.slick-dots li {
    position: relative;
    display: inline-block;
    width: 20px;
    height: 10px;
    margin: 0 5px;
    padding: 0;
    cursor: pointer;
}
.slick-dots li button {
    font-size: 0;
    line-height: 0;
    display: block;
    width: 15px;
    height: 4px;
    cursor: pointer;
    color: transparent;
    border: 0;
    outline: none;
    background: white;
    opacity: 0.65;
}
.slick-dots li.slick-active button {
    opacity: .95;
    color: white;
}
#gallery {
	height: 250px;
	width: 80%;
	margin: 0px auto;
}
.slider, .gallery {
	direction: ltr;
}
.gallery .slick-slide {
    margin: 15px;
}
.gallery .slick-next:before {
    color: #000;
    content: "\f105";
    font-family: "FontAwesome";
    font-size: 55px;
    position: absolute;
}
.gallery .slick-prev:before {
    color: #000;
    content: "\f104";
    font-family: "FontAwesome";
    font-size: 55px;
    position: absolute;
}
.gallery .slick-next {
	right: -25px;
}
.gallery .slick-prev {
	left: -25px;
}
.gallery .slick-dots {
	bottom: -40px;
}
.gallery .slick-dots li button {
	background: #000;
}
.download a {
    padding: 10px 20px;
	color: #000;
	text-decoration: none;
    margin: 0px 10px;
    text-align: center;
    display: inline-block;
    border: 1px solid #DBDBDB;
}
.download a.floorPlan_download:before {
    background: url(../img/floorplan_icon.svg);
    content: '';
    height: 40px;
    display: block;
    width: 40px;
    margin: 10px auto;
    vertical-align: middle;
    background-repeat: no-repeat;
}
.download .brochure_download:before {
    background: url(../img/brochure_icon.svg);
    content: '';
    height: 40px;
    display: block;
    width: 40px;
    margin: 10px auto;
    vertical-align: middle;
    background-repeat: no-repeat;
}
.download .video_play:before {
    background: url(../img/video_play_black.svg);
    content: '';
    height: 40px;
    display: block;
    width: 40px;
    margin: 10px auto;
    vertical-align: middle;
    background-repeat: no-repeat;
}
.features{
    text-align: center;
}
.features strong {
    text-align: center;
    width: 100%;
    display: block;
    margin-top: 20px;
    margin-bottom: 10px;
    font-weight: bold;
}
.payment-plan .percentage {
    background-color: #F2F2F2;
    padding: 15px;
	font-size: 20px;
	font-family: '29LTBukraMedium';
	margin: 10px 0px;
}
.payment-plan .schedule {
    font-size: 12px;
}
h2 {
	margin: 50px 0px 30px;
	font-family: '29LTBukraMedium';
	font-size: 26px;
}
.location p, .payment-plan p {
    margin: 30px 0px 10px 0px;
    font-family: '29LTBukraMedium';
}
.location {
	text-align:center;
}
#map {
    height: 500px;
	margin: 10px 0px;
}
footer {
	padding:10px 0px;
	background-color: #E3E3E3;
}
.copyright {
	font-size:10pt;
	color:#000;
	text-align:left;
    margin: auto;
}
.social {
	margin: 30px 0px;
	direction: ltr;
}
.social a {
    text-decoration: none;
    margin: 0px 0px 0px 25px;
    display: inline-block;
}
.social a:after {
    color: #000;
    font-family: "Font Awesome 5 Brands";
    font-size: 18px;
    width: 100%;
}
a.facebook:after {
    content: "\f39e";
}
a.twitter:after {
    content: "\f099";
}
a.instagram:after {
    content: "\f16d";
}
a.linkedin:after {
    content: "\f0e1";
}
a.youtube:after {
	content: "\f167";
}
a.telegram:after {
	content: "\f3fe";
}
.center {
	text-align: center;
}
.mobile-cta {
	display:none;
}
.selected-flag{
    height: 40px !important;
}
button:focus{
    outline: unset;
}
@media only screen and (max-width: 800px) {
    .registerHolder{
        display: none;
    }
    .header{
        display: none !important;
    }
	.projectLogoHolder{

		z-index: 2;
		margin: auto;
		text-align: center;
		left: unset;
		right: unset;
		bottom: -200px;
		width: 100%;

		-webkit-filter: drop-shadow(0px 0px 16px black);
		filter: drop-shadow(0px 0px 16px black);
	}

	.projectLogoHolder img{
		max-width: 70%;
		min-width: 60%;
	}
	#logo {
		width: 120px;
		height: 100px;
		right: 35px;
		padding: 10px;
	}
	.overlay-fixed.show {
		display: block;
	}
	#submitForm {
		top: 50px;
	}
	section {
		margin:0px 10px;
	}
	.download a {
		padding: 10px;
		margin: 0px 5px;
	}
	.social, .copyright {
		text-align: center;
	}	
	.mobile-cta {
		position: fixed;
		margin: 0px 10% 0px 10%;
		bottom:20px;
		display:block;
		-webkit-border-radius: 25px;
		-moz-border-radius: 25px;
		border-radius: 40px;
		width: 80%;
		background-color: black;
	}
	.mobile-cta li {
		font-size:12px;
		width:31%;
		text-align: center;
		padding-right: 0px;
	}
	.mobile-cta a {
		color:#fff;
		text-decoration: none;
	}
	.mobile-cta .cta {
		text-align: center;
	}
	.mobile-cta .whatsapp span:after {
		content: "\f232";
		color: #4AC959;
		font-family: "Font Awesome 5 Brands";
		font-size: 24px;
		width: 100%;
		margin: 0px 10px;
		vertical-align: middle;
	}
	.mobile-cta .call span:after {
		content: "\f095";
		color: #26b2e7;
		font-family: "FontAwesome";
		font-size: 24px;
		width: 100%;
		margin: 0px 10px;
		vertical-align: middle;
	}
	.mobile-cta .register span:after {
		cursor: pointer;
		content: "\f003";
		color: #fff;
		font-family: "FontAwesome";
		font-size: 24px;
		width: 100%;
		margin: 0px 10px;
	}
}

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

    #logo, .features, .payment-plan, .footer, #submitForm{
        margin-right: 20px;
        margin-left: 20px;
    }
}
section .row, .features strong {
	text-align: right;
}
section ul.content li {
    line-height: 23px;
    margin: 5px 0px;
}
section ul.content li:before {
    content: "\f104";
    font-family: "FontAwesome";
    width: 15px;
    display: inline-block;
}</pre></body></html>