html {
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
	font-family: sans-serif
}

body {
	margin: 0
}

article,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section {
	display: block
}

audio,
canvas,
progress,
video {
	vertical-align: baseline;
	display: inline-block
}

audio:not([controls]) {
	height: 0;
	display: none
}

[hidden],
template {
	display: none
}

a {
	background-color: #0000
}

a:active,
a:hover {
	outline: 0
}

b {
	font-weight: 700
}

h1 {
	margin: .67em 0;
	font-size: 2em
}

small {
	font-size: 80%
}

sub {
	vertical-align: baseline;
	font-size: 75%;
	line-height: 0;
	position: relative
}

sub {
	bottom: -.25em
}

img {
	border: 0
}

svg:not(:root) {
	overflow: hidden
}

hr {
	box-sizing: content-box;
	height: 0
}

pre {
	overflow: auto
}

code,
pre {
	font-family: monospace;
	font-size: 1em
}

button,
input,
optgroup,
select,
textarea {
	color: inherit;
	font: inherit;
	margin: 0
}

button {
	overflow: visible
}
.about-section {
  padding: 80px 20px;
}

.about-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 50px;
  max-width: 1200px;
  margin: 0 auto;
}

/* Image */
.about-image img {
  max-width: 100%;
  height: auto;
  border-radius: 8px;
}

/* Texte */
.about-text {
  flex: 1;
  color: #0A1A3C; /* bleu foncé élégant */
}

/* Titre style "Entre ciel et mer" */
.about-title {
  font-size: 2.2rem;
  font-style: italic;
  font-weight: 400;
  line-height: 1.3;
  margin-bottom: 25px;
color: var(--dark-blue);
}

/* Paragraphes */
.about-text p {
text-align: justify;
  flex: 0 auto;
  width: 100%;
  margin-bottom: 0;
  font-family: 'Neutra Text', sans-serif;
  font-size: 15px;
  font-weight: 500;
  line-height: 24px;
  position: static;
}

/* Responsive */
@media (max-width: 768px) {
  .about-container {
    flex-direction: column;
    text-align: center;
  }

  .about-text {
    margin-top: 25px;
  }

  .about-text p {
    max-width: 100%;
  }
}







button,
select {
	text-transform: none
}

button,
html input[type=button],
input[type=reset] {
	-webkit-appearance: button;
	cursor: pointer
}

button[disabled],
html input[disabled] {
	cursor: default
}

button::-moz-focus-inner,
input::-moz-focus-inner {
	border: 0;
	padding: 0
}

input {
	line-height: normal
}

input[type=checkbox],
input[type=radio] {
	box-sizing: border-box;
	padding: 0
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
	height: auto
}

input[type=search] {
	-webkit-appearance: none
}

input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
	-webkit-appearance: none
}

legend {
	border: 0;
	padding: 0
}

textarea {
	overflow: auto
}

optgroup {
	font-weight: 700
}

table {
	border-collapse: collapse;
	border-spacing: 0
}

td,
th {
	padding: 0
}

@font-face {
    font-family: 'Neutra Text';
    src: url('../fonts/NeutraText-Book.eot');
    src: url('../fonts/NeutraText-Book.eot?#iefix') format('embedded-opentype'),
         url('../fonts/NeutraText-Book.woff2') format('woff2'),
         url('../fonts/NeutraText-Book.woff') format('woff'),
         url('../fonts/NeutraText-Book.ttf') format('truetype'),
         url('../fonts/NeutraText-Book.svg#NeutraText-Book') format('svg');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Neutra Text Alt';
    src: url('../fonts/NeutraText-BookAlt.eot');
    src: url('../fonts/NeutraText-BookAlt.eot?#iefix') format('embedded-opentype'),
         url('../fonts/NeutraText-BookAlt.woff2') format('woff2'),
         url('../fonts/NeutraText-BookAlt.woff') format('woff'),
         url('../fonts/NeutraText-BookAlt.ttf') format('truetype'),
         url('../fonts/NeutraText-BookAlt.svg#NeutraText-BookAlt') format('svg');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Nib Pro';
    src: url('../fonts/NibPro-Regular.eot');
    src: url('../fonts/NibPro-Regular.eot?#iefix') format('embedded-opentype'),
        url('../fonts/NibPro-Regular.woff2') format('woff2'),
        url('../fonts/NibPro-Regular.woff') format('woff'),
        url('../fonts/NibPro-Regular.ttf') format('truetype'),
        url('../fonts/NibPro-Regular.svg#NibPro-Regular') format('svg');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Nib Pro';
    src: url('../fonts/NibPro-LightItalic.eot');
    src: url('../fonts/NibPro-LightItalic.eot?#iefix') format('embedded-opentype'),
         url('../fonts/NibPro-LightItalic.woff2') format('woff2'),
         url('../fonts/NibPro-LightItalic.woff') format('woff'),
         url('../fonts/NibPro-LightItalic.ttf') format('truetype'),
         url('../fonts/NibPro-LightItalic.svg#NibPro-LightItalic') format('svg');
    font-weight: 300;
    font-style: italic;
    font-display: swap;
}

:root {
	--soft-white: white;
	--sea-mist: #7da8b2;
	--green-water: #9CBCD5;
	--contemporary-black: #191919;
	--khaki: #b3ab98;
	--dark-blue: #06173A;
	--transparent: #fff0;
	--icon-card\<deleted\|variable-e6e01512\>: #9e9d9c;
	--stone-brown: #8a8169f0;
	--green-sheen: #7db29a
}

@font-face {
	font-family: webflow-icons;
	src: url(data:application/x-font-ttf;charset=utf-8;base64,AAEAAAALAIAAAwAwT1MvMg8SBiUAAAC8AAAAYGNtYXDpP+a4AAABHAAAAFxnYXNwAAAAEAAAAXgAAAAIZ2x5ZmhS2XEAAAGAAAADHGhlYWQTFw3HAAAEnAAAADZoaGVhCXYFgQAABNQAAAAkaG10eCe4A1oAAAT4AAAAMGxvY2EDtALGAAAFKAAAABptYXhwABAAPgAABUQAAAAgbmFtZSoCsMsAAAVkAAABznBvc3QAAwAAAAAHNAAAACAAAwP4AZAABQAAApkCzAAAAI8CmQLMAAAB6wAzAQkAAAAAAAAAAAAAAAAAAAABEAAAAAAAAAAAAAAAAAAAAABAAADpAwPA/8AAQAPAAEAAAAABAAAAAAAAAAAAAAAgAAAAAAADAAAAAwAAABwAAQADAAAAHAADAAEAAAAcAAQAQAAAAAwACAACAAQAAQAg5gPpA//9//8AAAAAACDmAOkA//3//wAB/+MaBBcIAAMAAQAAAAAAAAAAAAAAAAABAAH//wAPAAEAAAAAAAAAAAACAAA3OQEAAAAAAQAAAAAAAAAAAAIAADc5AQAAAAABAAAAAAAAAAAAAgAANzkBAAAAAAEBIAAAAyADgAAFAAAJAQcJARcDIP5AQAGA/oBAAcABwED+gP6AQAABAOAAAALgA4AABQAAEwEXCQEH4AHAQP6AAYBAAcABwED+gP6AQAAAAwDAAOADQALAAA8AHwAvAAABISIGHQEUFjMhMjY9ATQmByEiBh0BFBYzITI2PQE0JgchIgYdARQWMyEyNj0BNCYDIP3ADRMTDQJADRMTDf3ADRMTDQJADRMTDf3ADRMTDQJADRMTAsATDSANExMNIA0TwBMNIA0TEw0gDRPAEw0gDRMTDSANEwAAAAABAJ0AtAOBApUABQAACQIHCQEDJP7r/upcAXEBcgKU/usBFVz+fAGEAAAAAAL//f+9BAMDwwAEAAkAABcBJwEXAwE3AQdpA5ps/GZsbAOabPxmbEMDmmz8ZmwDmvxmbAOabAAAAgAA/8AEAAPAAB0AOwAABSInLgEnJjU0Nz4BNzYzMTIXHgEXFhUUBw4BBwYjNTI3PgE3NjU0Jy4BJyYjMSIHDgEHBhUUFx4BFxYzAgBqXV6LKCgoKIteXWpqXV6LKCgoKIteXWpVSktvICEhIG9LSlVVSktvICEhIG9LSlVAKCiLXl1qal1eiygoKCiLXl1qal1eiygoZiEgb0tKVVVKS28gISEgb0tKVVVKS28gIQABAAABwAIAA8AAEgAAEzQ3PgE3NjMxFSIHDgEHBhUxIwAoKIteXWpVSktvICFmAcBqXV6LKChmISBvS0pVAAAAAgAA/8AFtgPAADIAOgAAARYXHgEXFhUUBw4BBwYHIxUhIicuAScmNTQ3PgE3NjMxOAExNDc+ATc2MzIXHgEXFhcVATMJATMVMzUEjD83NlAXFxYXTjU1PQL8kz01Nk8XFxcXTzY1PSIjd1BQWlJJSXInJw3+mdv+2/7c25MCUQYcHFg5OUA/ODlXHBwIAhcXTzY1PTw1Nk8XF1tQUHcjIhwcYUNDTgL+3QFt/pOTkwABAAAAAQAAmM7nP18PPPUACwQAAAAAANciZKUAAAAA1yJkpf/9/70FtgPDAAAACAACAAAAAAAAAAEAAAPA/8AAAAW3//3//QW2AAEAAAAAAAAAAAAAAAAAAAAMBAAAAAAAAAAAAAAAAgAAAAQAASAEAADgBAAAwAQAAJ0EAP/9BAAAAAQAAAAFtwAAAAAAAAAKABQAHgAyAEYAjACiAL4BFgE2AY4AAAABAAAADAA8AAMAAAAAAAIAAAAAAAAAAAAAAAAAAAAAAAAADgCuAAEAAAAAAAEADQAAAAEAAAAAAAIABwCWAAEAAAAAAAMADQBIAAEAAAAAAAQADQCrAAEAAAAAAAUACwAnAAEAAAAAAAYADQBvAAEAAAAAAAoAGgDSAAMAAQQJAAEAGgANAAMAAQQJAAIADgCdAAMAAQQJAAMAGgBVAAMAAQQJAAQAGgC4AAMAAQQJAAUAFgAyAAMAAQQJAAYAGgB8AAMAAQQJAAoANADsd2ViZmxvdy1pY29ucwB3AGUAYgBmAGwAbwB3AC0AaQBjAG8AbgBzVmVyc2lvbiAxLjAAVgBlAHIAcwBpAG8AbgAgADEALgAwd2ViZmxvdy1pY29ucwB3AGUAYgBmAGwAbwB3AC0AaQBjAG8AbgBzd2ViZmxvdy1pY29ucwB3AGUAYgBmAGwAbwB3AC0AaQBjAG8AbgBzUmVndWxhcgBSAGUAZwB1AGwAYQByd2ViZmxvdy1pY29ucwB3AGUAYgBmAGwAbwB3AC0AaQBjAG8AbgBzRm9udCBnZW5lcmF0ZWQgYnkgSWNvTW9vbi4ARgBvAG4AdAAgAGcAZQBuAGUAcgBhAHQAZQBkACAAYgB5ACAASQBjAG8ATQBvAG8AbgAuAAAAAwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA==)format("truetype");
	font-weight: 400;
	font-style: normal
}

[class^=w-icon-],
[class*=\ w-icon-] {
	speak: none;
	font-variant: normal;
	text-transform: none;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	font-style: normal;
	font-weight: 400;
	line-height: 1;
	font-family: webflow-icons !important
}


.w-icon-dropdown-toggle:before {
	content: ""
}

.w-icon-file-upload-remove:before {
	content: ""
}

.w-icon-file-upload-icon:before {
	content: ""
}

* {
	box-sizing: border-box
}

html {
	height: 100%
}

body {
	color: #333;
	background-color: #fff;
	min-height: 100%;
	margin: 0;
	font-family: 'Neutra Text', sans-serif;
	font-size: 14px;
	line-height: 20px
}

img {
	vertical-align: middle;
	max-width: 100%;
	display: inline-block
}

.w-inline-block {
	max-width: 100%;
	display: inline-block
}

.w-clearfix:before,
.w-clearfix:after {
	content: " ";
	grid-area: 1/1/2/2;
	display: table
}

.w-clearfix:after {
	clear: both
}

.w-button {
	color: #fff;
	line-height: inherit;
	cursor: pointer;
	background-color: #3898ec;
	border: 0;
	border-radius: 0;
	padding: 9px 15px;
	text-decoration: none;
	display: inline-block
}

input.w-button {
	-webkit-appearance: button
}

.w-webflow-badge,
.w-webflow-badge>img {
	box-sizing: unset;
	width: unset;
	height: unset;
	max-height: unset;
	max-width: unset;
	min-height: unset;
	min-width: unset;
	margin: unset;
	padding: unset;
	float: unset;
	clear: unset;
	border: unset;
	border-radius: unset;
	background: unset;
	background-image: unset;
	background-position: unset;
	background-size: unset;
	background-repeat: unset;
	background-origin: unset;
	background-clip: unset;
	background-attachment: unset;
	background-color: unset;
	box-shadow: unset;
	transform: unset;
	direction: unset;
	font-family: unset;
	font-weight: unset;
	color: unset;
	font-size: unset;
	line-height: unset;
	font-style: unset;
	font-variant: unset;
	text-align: unset;
	letter-spacing: unset;
	-webkit-text-decoration: unset;
	text-decoration: unset;
	text-indent: unset;
	text-transform: unset;
	list-style-type: unset;
	text-shadow: unset;
	vertical-align: unset;
	cursor: unset;
	white-space: unset;
	word-break: unset;
	word-spacing: unset;
	word-wrap: unset;
	transition: unset
}

.w-webflow-badge {
	white-space: nowrap;
	cursor: pointer;
	box-shadow: 0 0 0 1px #0000001a, 0 1px 3px #0000001a;
	visibility: visible !important;
	opacity: 1 !important;
	z-index: 2147483647 !important;
	color: #aaadb0 !important;
	overflow: unset !important;
	background-color: #fff !important;
	border-radius: 3px !important;
	width: auto !important;
	height: auto !important;
	margin: 0 !important;
	padding: 6px !important;
	font-size: 12px !important;
	line-height: 14px !important;
	text-decoration: none !important;
	display: inline-block !important;
	position: fixed !important;
	inset: auto 12px 12px auto !important;
	transform: none !important
}

.w-webflow-badge>img {
	position: unset;
	visibility: unset !important;
	opacity: 1 !important;
	vertical-align: middle !important;
	display: inline-block !important
}

h1,
h3,
h4 {
	margin-bottom: 10px;
	font-weight: 700
}

h1 {
	margin-top: 20px;
	font-size: 38px;
	line-height: 44px
}

h3 {
	margin-top: 20px;
	font-size: 24px;
	line-height: 30px
}

h4 {
	margin-top: 10px;
	font-size: 18px;
	line-height: 24px
}

p {
	margin-top: 0;
	margin-bottom: 10px
}

figure {
	margin: 0 0 10px
}

figcaption {
	text-align: center;
	margin-top: 5px
}

ul {
	margin-top: 0;
	margin-bottom: 10px;
	padding-left: 40px
}

.w-embed:before,
.w-embed:after {
	content: " ";
	grid-area: 1/1/2/2;
	display: table
}

.w-embed:after {
	clear: both
}

fieldset {
	border: 0;
	margin: 0;
	padding: 0
}

button,
[type=button],
[type=reset] {
	cursor: pointer;
	-webkit-appearance: button;
	border: 0
}

.w-form {
	margin: 0 0 15px
}

.w-form-done {
	text-align: center;
	background-color: #ddd;
	padding: 20px;
	display: none
}

.w-form-fail {
	background-color: #ffdede;
	margin-top: 10px;
	padding: 10px;
	display: none
}

label {
	margin-bottom: 5px;
	font-weight: 700;
	display: block
}

.w-input,
.w-select {
	color: #333;
	vertical-align: middle;
	background-color: #fff;
	border: 1px solid #ccc;
	width: 100%;
	height: 38px;
	margin-bottom: 10px;
	padding: 8px 12px;
	font-size: 14px;
	line-height: 1.42857;
	display: block
}

.w-input::placeholder,
.w-select::placeholder {
	color: #999
}

.w-input:focus,
.w-select:focus {
	border-color: #3898ec;
	outline: 0
}

.w-input[disabled],
.w-select[disabled],
.w-input[readonly],
.w-select[readonly],
fieldset[disabled] .w-input,
fieldset[disabled] .w-select {
	cursor: not-allowed
}

.w-input[disabled]:not(.w-input-disabled),
.w-select[disabled]:not(.w-input-disabled),
.w-input[readonly],
.w-select[readonly],
fieldset[disabled]:not(.w-input-disabled) .w-input,
fieldset[disabled]:not(.w-input-disabled) .w-select {
	background-color: #eee
}

textarea.w-input,
textarea.w-select {
	height: auto
}

.w-select {
	background-color: #f3f3f3
}

.w-select[multiple] {
	height: auto
}

.w-form-label {
	cursor: pointer;
	margin-bottom: 0;
	font-weight: 400;
	display: inline-block
}

.w-radio-input {
	float: left;
	margin: 3px 0 0 -20px;
	line-height: normal
}

.w-file-upload {
	margin-bottom: 10px;
	display: block
}

.w-file-upload-input {
	opacity: 0;
	z-index: -100;
	width: .1px;
	height: .1px;
	position: absolute;
	overflow: hidden
}

.w-file-upload-default,
.w-file-upload-uploading,
.w-file-upload-success {
	color: #333;
	display: inline-block
}

.w-file-upload-error {
	margin-top: 10px;
	display: block
}

.w-file-upload-file {
	background-color: #fafafa;
	border: 1px solid #ccc;
	flex-grow: 1;
	justify-content: space-between;
	margin: 0;
	padding: 8px 9px 8px 11px;
	display: flex
}

.w-file-upload-file-name {
	font-size: 14px;
	font-weight: 400;
	display: block
}

.w-file-remove-link {
	cursor: pointer;
	width: auto;
	height: auto;
	margin-top: 3px;
	margin-left: 10px;
	padding: 3px;
	display: block
}

.w-icon-file-upload-remove {
	margin: auto;
	font-size: 10px
}

.w-file-upload-error-msg {
	color: #ea384c;
	padding: 2px 0;
	display: inline-block
}

.w-file-upload-label {
	cursor: pointer;
	background-color: #fafafa;
	border: 1px solid #ccc;
	margin: 0;
	padding: 8px 12px;
	font-size: 14px;
	font-weight: 400;
	display: inline-block
}

.w-icon-file-upload-icon {
	width: 20px;
	margin-right: 8px;
	display: inline-block
}

.w-container {
	max-width: 940px;
	margin-left: auto;
	margin-right: auto
}

.w-container:before,
.w-container:after {
	content: " ";
	grid-area: 1/1/2/2;
	display: table
}

.w-container:after {
	clear: both
}

@media screen and (max-width:991px) {
	.w-container {
		max-width: 728px
	}
}

@media screen and (max-width:479px) {
	.w-container {
		max-width: none
	}
}

.w-slider {
	text-align: center;
	clear: both;
	-webkit-tap-highlight-color: #0000;
	tap-highlight-color: #0000;
	background: #ddd;
	height: 300px;
	position: relative
}
#slider-bottom .w-slider{
	height: auto;
	background-color: transparent;
}

.w-slider-mask {
	z-index: 1;
	white-space: nowrap;
	height: 100%;
	display: block;
	position: relative;
	left: 0;
	right: 0;
	overflow: hidden
}

.w-slide {
	vertical-align: top;
	white-space: normal;
	text-align: left;
	width: 100%;
	height: 100%;
	display: inline-block;
	position: relative
}

.w-slider-nav {
	z-index: 2;
	text-align: center;
	-webkit-tap-highlight-color: #0000;
	tap-highlight-color: #0000;
	height: 40px;
	margin: auto;
	padding-top: 10px;
	position: absolute;
	inset: auto 0 0
}

.w-slider-nav.w-round>div {
	border-radius: 100%
}

.w-slider-nav.w-num>div {
	font-size: inherit;
	line-height: inherit;
	width: auto;
	height: auto;
	padding: .2em .5em
}

.w-slider-dot {
	cursor: pointer;
	background-color: #fff6;
	width: 1em;
	height: 1em;
	margin: 0 3px .5em;
	transition: background-color .1s, color .1s;
	display: inline-block;
	position: relative
}

.w-slider-dot.w-active {
	background-color: #fff
}

.w-slider-dot:focus {
	outline: none;
	box-shadow: 0 0 0 2px #fff
}

.w-slider-dot:focus.w-active {
	box-shadow: none
}

.w-slider-arrow-left,
.w-slider-arrow-right {
	cursor: pointer;
	color: #fff;
	-webkit-tap-highlight-color: #0000;
	tap-highlight-color: #0000;
	-webkit-user-select: none;
	user-select: none;
	width: 80px;
	margin: auto;
	font-size: 40px;
	position: absolute;
	inset: 0;
	overflow: hidden
}

.w-slider-arrow-left [class^=w-icon-],
.w-slider-arrow-right [class^=w-icon-],
.w-slider-arrow-left [class*=\ w-icon-],
.w-slider-arrow-right [class*=\ w-icon-] {
	position: absolute
}

.w-slider-arrow-left:focus,
.w-slider-arrow-right:focus {
	outline: 0
}

.w-slider-arrow-left {
	z-index: 3;
	right: auto
}

.w-slider-arrow-right {
	z-index: 4;
	left: auto
}

.w-slider-aria-label {
	clip: rect(0 0 0 0);
	border: 0;
	width: 1px;
	height: 1px;
	margin: -1px;
	padding: 0;
	position: absolute;
	overflow: hidden
}

.w-slider-force-show {
	display: block !important
}

.w-dropdown {
	text-align: left;
	z-index: 900;
	margin-left: auto;
	margin-right: auto;
	display: inline-block;
	position: relative
}


.w-dropdown-toggle {
	vertical-align: top;
	color: #222;
	text-align: left;
	white-space: nowrap;
	margin-left: auto;
	margin-right: auto;
	padding: 20px;
	text-decoration: none;
	position: relative
}

.w-dropdown-toggle {
	-webkit-user-select: none;
	user-select: none;
	cursor: pointer;
	padding-right: 40px;
	display: inline-block
}

.w-dropdown-toggle:focus {
	outline: 0
}

.w-icon-dropdown-toggle {
	width: 1em;
	height: 1em;
	margin: auto 20px auto auto;
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0
}

.w-dropdown-list {
	background: #ddd;
	min-width: 100%;
	display: none;
	position: absolute
}

.w-dropdown-list.w--open {
	display: block
}

.w-lightbox-backdrop {
	cursor: auto;
	letter-spacing: normal;
	text-indent: 0;
	text-shadow: none;
	text-transform: none;
	visibility: visible;
	white-space: normal;
	word-break: normal;
	word-spacing: normal;
	word-wrap: normal;
	color: #fff;
	text-align: center;
	z-index: 2000;
	opacity: 0;
	-webkit-user-select: none;
	-moz-user-select: none;
	-webkit-tap-highlight-color: transparent;
	background: #000000e6;
	outline: 0;
	font-family: 'Neutra Text', sans-serif;
	font-size: 17px;
	font-style: normal;
	font-weight: 300;
	line-height: 1.2;
	list-style: disc;
	position: fixed;
	inset: 0;
	-webkit-transform: translate(0)
}

.w-lightbox-backdrop {
	-webkit-overflow-scrolling: touch;
	height: 100%;
	overflow: auto
}

.w-lightbox-content {
	height: 100vh;
	position: relative;
	overflow: hidden
}

.w-lightbox-view {
	opacity: 0;
	width: 100vw;
	height: 100vh;
	position: absolute
}

.w-lightbox-view:before {
	content: "";
	height: 100vh
}

.w-lightbox-group,
.w-lightbox-group .w-lightbox-view,
.w-lightbox-group .w-lightbox-view:before {
	height: 86vh
}


.w-lightbox-view:before {
	vertical-align: middle;
	display: inline-block
}

.w-lightbox-image {
	float: none;
	max-width: 100vw;
	max-height: 100vh;
	display: block
}

.w-lightbox-group .w-lightbox-image {
	max-height: 86vh
}

.w-lightbox-strip {
	white-space: nowrap;
	padding: 0 1vh;
	line-height: 0;
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	overflow: auto hidden
}

.w-lightbox-item {
	box-sizing: content-box;
	cursor: pointer;
	width: 10vh;
	padding: 2vh 1vh;
	display: inline-block;
	-webkit-transform: translate(0, 0)
}

.w-lightbox-thumbnail {
	background: #222;
	height: 10vh;
	position: relative;
	overflow: hidden
}

@media (min-width:768px) {
	.w-lightbox-content {
		height: 96vh;
		margin-top: 2vh
	}

	.w-lightbox-view,
	.w-lightbox-view:before {
		height: 96vh
	}

	.w-lightbox-group,
	.w-lightbox-group .w-lightbox-view,
	.w-lightbox-group .w-lightbox-view:before {
		height: 84vh
	}

	.w-lightbox-image {
		max-width: 96vw;
		max-height: 96vh
	}

	.w-lightbox-group .w-lightbox-image {
		max-width: 82.3vw;
		max-height: 84vh
	}
}

.w-nav {
	z-index: 1000;
	background: #ddd;
	position: relative
}

.w-nav:before,
.w-nav:after {
	content: " ";
	grid-area: 1/1/2/2;
	display: table
}

.w-nav:after {
	clear: both
}

.w-tab-link {
	vertical-align: top;
	text-align: left;
	cursor: pointer;
	color: #222;
	background-color: #ddd;
	padding: 9px 30px;
	text-decoration: none;
	display: inline-block;
	position: relative
}

.w-tab-link.w--current {
	background-color: #c8c8c8
}

.w-tab-link:focus {
	outline: 0
}

@media screen and (max-width:479px) {
	.w-tab-link {
		display: block
	}
}

@keyframes spin {
	0% {
		transform: rotate(0)
	}

	to {
		transform: rotate(360deg)
	}
}


.w-condition-invisible {
	display: none !important
}

.w-layout-blockcontainer {
	max-width: 940px;
	margin-left: auto;
	margin-right: auto;
	display: block
}

.w-checkbox {
	margin-bottom: 5px;
	padding-left: 20px;
	display: block
}

.w-checkbox:before {
	content: " ";
	grid-area: 1/1/2/2;
	display: table
}

.w-checkbox:after {
	content: " ";
	clear: both;
	grid-area: 1/1/2/2;
	display: table
}

.w-checkbox-input {
	float: left;
	margin: 4px 0 0 -20px;
	line-height: normal
}

.w-form-formrecaptcha {
	margin-bottom: 8px
}

@media screen and (max-width:991px) {
	.w-layout-blockcontainer {
		max-width: 728px
	}
}

@media screen and (max-width:767px) {
	.w-layout-blockcontainer {
		max-width: none
	}
}

body {
	color: #333;
	font-family: 'Neutra Text', sans-serif;
	font-size: 14px;
	line-height: 1
}

h1 {
	margin-top: 20px;
	margin-bottom: 10px;
	font-size: 38px;
	font-weight: 700;
	line-height: 44px
}

p {
	margin-bottom: 10px
}

.navigator {
	z-index: 11;
	border-left: 2px solid var(--soft-white);
	background-image: linear-gradient(180deg, var(--sea-mist), #fff0), linear-gradient(to bottom, #7da8b266, #7da8b266), url("../images/brochure_bg.webp");
	background-position: 0 0, 0 0, 50%;
	background-repeat: repeat, repeat, no-repeat;
	background-size: auto, auto, cover;
	flex-direction: column;
	justify-content: center;
	align-items: flex-start;
	width: 66px;
	height: 100%;
	padding-left: 8px;
	padding-right: 8px;
	display: flex;
	position: relative
}

.nav_logo {
	width: 150px;
	height: 55px
}

.nav_logo.invert {
	filter: invert()
}

.index_wrapper {
	z-index: 50;
	background-color: #041539;
	flex-direction: column;
	justify-content: flex-start;
	align-items: center;
	display: none;
	position: fixed;
	top: 0%;
	bottom: 0%;
	right: 66px
}

.index_wrapper.is-fullscreen {
	background-color: #000000e6;
	flex-flow: wrap;
	place-content: center;
	width: auto;
	margin-left: 0;
	display: none;
	position: fixed;
	inset: 0% 0 0% 0%
}

.index_wrapper.is-lateral {
	background-color: var(--soft-white);
	background-image: linear-gradient(#ffffff80, #ffffff80);
	width: auto;
	height: 100%;
	display: none;
	position: static;
	overflow: hidden
}

.touch_overlay {
	z-index: 1;
	-webkit-backdrop-filter: blur(3px);
	backdrop-filter: blur(3px);
	background-color: #0000003b;
	display: none;
	position: fixed;
	inset: 0%
}

.main_grid {
	z-index: 2;
	grid-column-gap: 2vh;
	grid-row-gap: 2vh;
	flex-wrap: wrap;
	grid-template-rows: auto;
	grid-template-columns: auto auto auto;
	grid-auto-rows: auto;
	grid-auto-columns: 1fr;
	align-self: stretch;
	width: 70vh;
	min-width: 500px;
	margin-top: 9vh;
	margin-bottom: 9vh;
	display: grid;
	position: relative
}

.card {
	flex-direction: column;
	flex: 1;
	justify-content: flex-end;
	align-items: stretch;
	min-width: 25%;
	text-decoration: none;
	display: flex;
	position: relative;
	overflow: hidden;
	box-shadow: 0 0 14px 3px #0000000d
}

.iframe {
	border: 1px #000;
	width: 100%;
	height: 100%;
	position: relative
}

.index_button_text {
	letter-spacing: 5px;
	justify-content: center;
	align-items: center;
	font-family: 'Neutra Text', sans-serif;
	font-size: 12px;
	display: flex;
	position: absolute;
	inset: 0%
}

.index_button_text.close-lateral,
.index_button_text.asdasd,
.index_button_text.close-fullscreen {
	display: none
}

.vr_button {
	z-index: 15;
	border: 5px solid var(--sea-mist);
	opacity: .7;
	filter: grayscale();
	color: var(--soft-white);
	text-transform: uppercase;
	cursor: pointer;
	border-radius: 5px;
	flex: 1;
	justify-content: center;
	align-self: stretch;
	align-items: flex-end;
	width: 200px;
	min-height: 100px;
	margin: .5vw 60px;
	padding-bottom: 10px;
	font-weight: 700;
	display: flex;
	position: relative
}

.vr_button.w--current {
	border-color: var(--soft-white);
	opacity: 1;
	filter: none;
	background-image: linear-gradient(#0000 50%, #00000038), url(https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg);
	background-position: 0 0, 50%;
	background-repeat: repeat, no-repeat;
	background-size: auto, cover
}

.card_image {
	z-index: 1;
	object-fit: cover;
	flex: none;
	width: 100%;
	height: 100%;
	min-height: 100%;
	max-height: 100%;
	position: relative
}

.splide__list {
	flex-direction: column;
	justify-content: center;
	align-items: center;
	width: 100%;
	height: 100%;
	margin-bottom: 0;
	padding-left: 0;
	list-style-type: none;
	display: flex
}

.splide__list.is-amenities {
	flex-flow: row;
	justify-content: flex-start;
	align-items: flex-start
}

.stylesheet {
	z-index: 100;
	background-color: var(--soft-white);
	display: none;
	position: absolute;
	inset: 0%
}

.splide__track {
	flex-direction: column;
	flex: 1;
	justify-content: center;
	align-items: center;
	width: 100%;
	display: flex
}

.splide__arrow {
	z-index: 3;
	border: 1px solid var(--khaki);
	background-color: #f2edde80;
	border-radius: 100%;
	justify-content: center;
	align-items: center;
	width: 50px;
	height: 50px;
	transition: all .2s cubic-bezier(.455, .03, .515, .955);
	display: flex;
	position: absolute
}

.splide__arrow.splide__arrow--prev {
	background-image: url("../images/arrow-right-beige.svg");
	background-position: 50%;
	background-repeat: no-repeat;
	background-size: 20px;
	padding: 0;
	transform: rotate(180deg)
}

.splide__arrow.splide__arrow--prev.is-amenities {
	position: static
}

.splide__arrow.splide__arrow--next {
	background-image: url("../images/arrow-right-beige.svg");
	background-position: 50%;
	background-repeat: no-repeat;
	background-size: 20px;
	right: 10px
}

.splide__arrow.splide__arrow--next.is-amenities {
	position: static
}

.splide__arrows {
	justify-content: space-between;
	align-items: center;
	width: 100%;
	height: 0;
	padding-left: 10px;
	padding-right: 10px;
	display: flex;
	position: absolute;
	top: 50%
}

.splide__arrows.is-amenities {
	grid-column-gap: 25px;
	grid-row-gap: 25px;
	flex-flow: row;
	justify-content: flex-start;
	align-items: flex-start;
	height: 50px;
	margin-top: 40px;
	margin-bottom: 100px;
	padding-left: 0;
	padding-right: 0;
	position: static;
	top: 0%
}

.splide__slide {
	opacity: 1;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	width: 100%;
	height: 100%;
	list-style-type: none;
	display: flex
}

.display-none {
	display: none
}

.splide {
	flex-direction: column;
	flex: 1;
	justify-content: flex-start;
	align-items: center;
	width: 100%;
	height: 100%;
	display: flex;
	position: relative
}

.splide.splide_amenities {
	flex: 0 auto;
	height: 40vw;
	min-height: 600px
}

.vr_button-2 {
	z-index: 15;
	opacity: .7;
	filter: grayscale();
	color: #fff;
	text-transform: uppercase;
	cursor: pointer;
	border: 5px solid #b2e7dd;
	border-radius: 5px;
	flex: 1;
	justify-content: center;
	align-self: stretch;
	align-items: flex-end;
	width: 200px;
	margin: 10px 60px;
	padding-bottom: 10px;
	font-weight: 700;
	display: flex;
	position: relative
}

.vr_button-2.w--current {
	opacity: 1;
	filter: none;
	background-image: linear-gradient(#0000 50%, #00000038), url(https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg);
	background-position: 0 0, 50%;
	background-repeat: repeat, no-repeat;
	background-size: auto, cover;
	border-color: #fff
}

.nav_component {
	grid-row-gap: 48px;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	display: flex
}

.section {
	z-index: 1;
	justify-content: center;
	align-items: center;
	width: 100%;
	padding-left: 100px;
	padding-right: 100px;
	display: flex;
	position: relative;
	overflow: hidden
}

.section.align-vertical {
	background-image: url("../images/pattern-sand_white.webp");
	background-position: 0%;
	background-repeat: no-repeat;
	background-size: contain
}

.section.is-footer {
	order: 1;
	padding-left: 0;
	padding-right: 0
}

.section.is-map {
	height: 56vw;
	padding-left: 0;
	padding-right: 0
}

.section.is-contact {
	min-height: 100vh
}

.section.bg-sand-beige.is-contact {
	order: 1;
	padding: 100px
}

.section.bg-sand-beige.is-contact.contact-padding.contact-us-section {
	display: none
}

.section.bg-sand-beige.more-margin {
	padding-bottom: 80px;
	overflow: visible
}

.section.bg-sand-beige.more-margin.ph4-section1 {
	padding-left: 0
}

.section.bg-sand-beige.in-interiors {
	padding-bottom: 80px
}

.section.bg-sand-beige.in-interiors.p4 {
	padding-top: 80px;
	padding-left: 0
}

.section.bg-sand-beige.in-interiors.p4_2 {
	padding-top: 80px;
	padding-left: 100px;
	padding-right: 0
}

#residences.mixed-use.section.bg-sand-beige.in-interiors.p4_2{
	padding-right: inherit;
}

.section.bg-sand-beige.in-interiors.p4_3 {
	padding-top: 80px;
	padding-left: 100px;
	padding-right: 100px
}

.section.bg-sand-beige.in-amenities {
	padding-bottom: 0;
	display: block
}

.section.bg-sand-beige.is-download {
	padding: 150px 100px 100px
}

.section.sand-img-bg {
	background-image: url("../images/bg-2.jpg");
	background-position: 50%;
	display: block
}

.section.sand-img-bg.p4_bg {
	background: transparent;
	padding-left: 100px;
	padding-right: 100px;
	display: block
}

.section.bg-sand-beige {
	background-color: #FFF;
}

.section.bg-sand-beige.is-amenities {
	padding-left: 220px;
	padding-right: 0
}
#slider-bottom{
	padding-top: 80px;
	padding-bottom: 0;
}
.container {
	z-index: 1;
	grid-column-gap: 60px;
	grid-row-gap: 60px;
	flex-flow: row;
	flex: 1;
	grid-template-rows: auto auto;
	grid-template-columns: 1fr 1fr;
	grid-auto-columns: 1fr;
	max-width: 1140px;
	margin-left: auto;
	margin-right: auto;
	display: flex;
	position: relative
}
#slider-bottom .container{
	display: inherit;
}
.maps-captowers{
	position: relative;
	z-index: 9;
	margin-top: -400px;
}
.container.margin-vertical {
	clear: both;
	object-fit: fill;
	order: 0;
	align-self: flex-end;
	margin-top: 80px;
	display: block;
	position: relative
}
.vivre-tanger .container.margin-vertical{
	margin-top: 120px;
}
.section.bg-sand-beige.vivre-tanger-grid{
	background-color: #F7F8F9;
	padding-top: 65px;
	padding-bottom: 65px;
	margin-top: 120px;
	margin-bottom: 120px;
}
.section.bg-sand-beige.vivre-tanger-grid .grid{
	text-align: center;
}
.section.bg-sand-beige.vivre-tanger-grid .card-grid p{
	margin-bottom: 0;
	margin-top: 15px;
}
.vivre-tanger-grid .container.margin-vertical {
	margin-top: 0;
}
.image-bottom-final{
	margin-top: 30px;
	background-color: transparent !important;
}
#work-progress{
	padding-top: 60px;
	padding-bottom: 60px;
}
#work-progress .container{
	display: inherit;
}
#work-progress h2{
	font-family: "Nib Pro", sans-serif;
	font-weight: 300;
	font-style: italic;
	font-size: 35px;
	line-height: 24px;
	color: #06173A;
	margin-bottom: 40px;
	margin-top: 0;
	padding-bottom: 20px;
	border-bottom: 2px solid #F7F8F9;
}
#work-progress h2 sup{
	font-size: 18px;
}
#work-progress h2 a{
	font-family: 'Neutra Text Alt',sans-serif;
	font-weight: 500;
	font-style: normal;
	font-size: 18px;
	line-height: 24px;
	text-transform: uppercase;
	float: right;
	text-decoration: none;
	color: #06173A;
}

#the-location-content .container.margin-vertical {
	margin-top: 40px;
	max-width: 1420px;
}

.container.margin-vertical.align-vertical {
	flex-flow: column
}

.container.margin-vertical.more-margin {
	margin-bottom: 140px
}

.container.margin-vertical.ph4-container1 {
	max-width: 1170px;
	margin-left: 0
}
#vivre-left{
	align-self: flex-start;
	margin-left: 0;
}

.container.margin-vertical.p4_inner_wrapper_1 {
	max-width: 1420px;
	margin-top: 0;
	display: flex
}

.container.is-full-image {
	max-width: 1170px;
	padding-top: 80px;
	padding-bottom: 60px;
	overflow: hidden
}


.container.is-full-image.spacing-last {
	padding-top: 0
}

.container.is-full-image.p4_wrapper_gallery {
	padding-top: 60px;
	padding-bottom: 80px
}

.container.is-footer {
	grid-column-gap: 0px;
	grid-row-gap: 0px;
	justify-content: space-between;
	align-items: flex-end;
	width: 100%
}

.container.is-amenities {
	max-width: none;
	margin-left: 0;
	margin-right: 0
}

.container.splide_container {
	flex-flow: column;
	max-width: none;
	overflow: hidden
}

.footer_component {
	grid-row-gap: 10px;
	background-color: #041539;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	width: 100%;
	min-height: 200px;
	padding: 60px 30px;
	display: flex;
}
.footer-first{
	position: relative;
}
.footer-first:before{
	content: "";
	position: absolute;
	height: 2px;
	width: 100%;
	top: -60px;
	left: 0;
	background-color: rgba(180, 198, 234, 0.1);
}

.return_button {
	z-index: 1000;
	background-color: #fff;
	background-image: url("../images/left-arrow.svg");
	background-position: 50%;
	background-repeat: no-repeat;
	background-size: 40px;
	border: 2px solid #000;
	width: 50px;
	height: 50px;
	display: none;
	position: fixed;
	inset: 10px auto auto 10px
}

.value {
	text-transform: none;
	margin-left: 32px;
	font-style: italic;
	font-weight: 400
}

.section_background {
	position: absolute;
	inset: 0%
}

.spacer {
	z-index: 2;
	width: 100%;
	height: 100vh;
	position: relative
}

.home-content_wrapper {
	z-index: 2;
	background-color: var(--soft-white);
	justify-content: center;
	align-items: center;
	min-height: 100vh;
	display: flex;
	position: relative;
	overflow: hidden
}

.home-content_wrapper.align-vertical {
	flex-flow: column;
	justify-content: flex-start;
	align-items: center;
	min-height: 68vh
}

.home-content_wrapper.align-vertical.overflow-hidden {
	display: none;
	overflow: hidden
}

.home-content_wrapper.align-vertical.padding {
	background-color: #fff0;
	padding-bottom: 15vw;
	overflow: visible
}

.home-content_wrapper.align-vertical.p4 {
	min-height: auto;
	overflow: visible
}

.hero_background {
	inset: 0%;
	overflow: hidden;
	position: relative;
}

.hero-hover {
	z-index: 1;
	background-image: linear-gradient(#0000004d, #fff0 30%), linear-gradient(#fff0 40%, #0006 60%);
	justify-content: center;
	align-items: center;
	font-size: 18px;
	display: flex;
	position: absolute;
	inset: 0%
}

.page_wrapper {
	z-index: 6;
	position: relative
}

.home-hero_wrapper {
	z-index: 1;
	grid-row-gap: 10px;
	flex-direction: column;
	align-items: center;
	margin-bottom: -100vh;
	display: flex;
	position: relative
}

.home-hero_section {
	justify-content: center;
	align-items: flex-end;
	width: 100%;
	display: flex;
	position: relative;
	top: 0
}

.home-hero_section.phase-3 {
	justify-content: center;
	align-items: center
}

.hero_logo {
	z-index: 9;
	width: 15vw;
	min-width: 180px;
	max-width: 250px;
	height: 80px
}

.image-cover {
	object-fit: cover;
	width: 100%;
	max-width: none;
	height: 100%
}

.image-cover.is-sepia {
	filter: sepia(30%)
}

.image-cover.align-right {
	object-fit: cover;
	object-position: 100% 100%
}

.image-cover.align-left {
	object-fit: fill;
	object-position: 35% 100%
}
#the-location-content .image-cover.align-left {
	object-fit: cover;
	object-position: center;
	max-height: 620px;
}
.image-cover.not-cover {
	object-fit: contain
}

.image-cover._90-per-ing {
	width: 445px;
	height: 655px;
	margin-top: 80px
}

#interiors-content .image-cover._90-per-ing {
	margin-top: 0;
	height: 760px;
}
#interiors-content.about-content .image-cover._90-per-ing{
	max-width: 343px;
	width: 100%;
	height: auto;
}

#interiors-content.about-content .tanger-content .image-cover._90-per-ing{
	max-width: 100%;
	width: 100%;
	height: auto;
}

.image-contain {
	object-fit: contain;
	width: 88%;
	height: 100%
}

.image-contain.p4,
.image-contain.footer-logo-size {
	width: 100%
}

.home-cta_section {
	background-color: #fff;
	justify-content: center;
	align-items: center;
	height: 100vh;
	display: flex;
	position: sticky;
	top: 0
}

.hero_container {
	z-index: 2;
	grid-column-gap: 40px;
	grid-row-gap: 40px;
	flex-flow: column;
	justify-content: center;
	align-items: flex-end;
	width: 100%;
	max-width: 1200px;
	display: flex
}

.hero_container.phase-3 {
	justify-content: center;
	align-items: center;
	padding-top: 140px
}

.hero-title {
	color: var(--soft-white);
	letter-spacing: -.5px;
	justify-content: center;
	align-self: auto;
	align-items: center;
	max-width: 850px;
	padding-bottom: 0;
	font-family: 'Neutra Text', sans-serif;
	font-size: 40px;
	font-weight: 200;
	line-height: 25px;
	display: flex
}

.section-title {
	color: var(--soft-white);
	text-align: center;
	letter-spacing: 6px;
	text-transform: uppercase;
	font-family: 'Neutra Text', sans-serif;
	font-weight: 300;
	line-height: 20px
}

.nav-hero {
	display: flex;
	z-index: 5;
	grid-column-gap: 30px;
	grid-row-gap: 30px;
	align-items: center;
	/*margin-top: 60px;*/
	margin-left: auto;
	margin-right: auto;
	position: fixed;
	inset: 0% 20px auto;
	border-bottom: 2px solid rgba(255, 255, 255, 0.1);
}

.nav-hero_container {
	z-index: 5;
	flex-flow: row;
	justify-content: flex-end;
	align-items: center;
	min-width: 55%;
	max-width: 1200px;
	display: flex;
	position: fixed;
	inset: 30px 20px auto auto
}

.pattern-section-1 {
	opacity: 1;
	background-image: url("../images/7-towers.svg");
	background-size: auto 548px;
	background-position: center left;
	background-repeat: no-repeat;
	order: 0;
	justify-content: flex-start;
	align-self: auto;
	align-items: center;
	width: 45%;
	display: flex;
	position: absolute;
	inset: 0% auto 0% 0%
}
.pattern-section-2 {
	opacity: 1;
	background-image: url("../images/pattern-bottom-2.svg");
	background-size: 214px 87px;
	background-position: center left;
	background-repeat: no-repeat;
	order: 0;
	justify-content: flex-start;
	align-self: auto;
	align-items: center;
	width: 214px;
	height: 87px;
	display: flex;
	position: absolute;
	left: calc(50% - 160px);
	bottom: 60px;
}

#the-location-content .pattern-section-1, .about-content .pattern-section-1{
	background-image: url("../images/skyline.svg");
	left: inherit;
	right: 0;
	background-size: auto 548px;
	background-position: center right;
	opacity: 1;
}

.about-content .pattern-section-1{
	background-position: right 20%;
}

.half-text {
	float: left;
	clear: none;
	width: 49%;
	position: relative
}

#cap-7-towers .half-text{
	width: calc(50% - 80px);
}


.half-text.is-form {
	width: 70%
}

.half-text.half-text-right {
	float: right;
	width: calc(50% - 80px);
    justify-content: flex-end;
    display: flex;
}
.vivre-tanger .half-text.half-text-right{
	justify-content: flex-start;
}
.about-content .half-text.half-text-right {
	justify-content: flex-start;
	width: calc(50% - 70px);
}

.half-text._35percetage {
	width: 40%
}

.half-text.p4_inner_text_wrapper {
	float: none;
	align-self: center;
	width: 50%
}

.half-text.p4_inner_text_wrapper.slide,
.half-image {
	width: 50%
}

.half-image.is-vertical {
	float: right;
	clear: none;
	width: 49%;
	height: 620px;
	position: relative
}

.half-image.is-vertical.in-residences {
	float: right;
	width: 50%;
	height: 50%;
	margin-right: 10vw;
	display: block
}

.half-image.is-vertical.in-residences.ph4-section3-img {
	width: 45%;
	height: 45%;
	margin-right: 13vw
}
#cap-7-towers .half-image.is-vertical.in-residences.ph4-section3-img{
	width: calc(50% - 80px);
	height: auto;
	margin-right: 0;
	float: left;
}
#interiors-content .half-image.is-vertical.in-residences.ph4-section3-img{
	float: left;
	width: calc(50% - 80px);
    margin-right: 0;
}
#interiors-content .vivre-tanger .half-image.is-vertical.in-residences.ph4-section3-img,
#interiors-content .vivre-tanger .half-image_absolute.is-square.in-residences, 
#interiors-content .vivre-tanger .image-cover._90-per-ing{
	float: right;
}
#interiors-content.about-content .half-image.is-vertical.in-residences.ph4-section3-img{
	width: calc(50% - 140px);
	text-align: right;
}
#interiors-content.about-content .tanger-content .half-image.is-vertical.in-residences.ph4-section3-img{
	width: calc(50% - 30px);
	text-align: right;
}
.half-image.is-vertical.quarter-img {
	width: 35%;
	height: auto
}

.half-image.is-vertical.section-one-half-img {
	float: left
}

.half-image.is-vertical.p4_inner_image_wrapper {
	float: none;
	width: 54%;
	height: auto
}
#residences img{
	max-height: 600px;
}
#residences.mixed-use img{
	max-height: initial;
}

.half-image.is-small {
	width: 500px;
	height: 300px
}

.half-image.is-small.in-amenities {
	width: 50%;
	height: 450px
}

.main-text {
	color: var(--dark-blue);
	letter-spacing: .5px;
	max-width: 400px;
	font-family: 'Neutra Text', sans-serif;
	font-size: 40px;
	font-weight: 200;
	line-height: 43px
}

.main-text.ph4-main-title {
	font-size: 48px;
	line-height: 52px
}

.main-text.ph4-main-title.p4-main-text.slide {
	max-width: 500px
}

.main-text.ph4-main-title.p4-main-text.slider_p4 {
	max-width: 450px
}

.paragraph {
	color: #273F70;
	text-align: justify;
	flex: 0 auto;
	width: 100%;
	margin-bottom: 0;
	font-family: 'Neutra Text', sans-serif;
	font-size: 15px;
	font-weight: 500;
	line-height: 24px;
	position: static
}

.page-template-about-us-cap-towers .paragraph {
	font-size: 16px;
}

.mixed-use .paragraph{
	text-align: center;
	max-width: 900px;
	margin-left: auto;
	margin-right: auto;
}
.paragraph.align-center{
	text-align: center;
	max-width: 435px;
	margin: auto;
}
html[lang="fr-FR"] .paragraph.align-center{
	max-width: 445px;
}
.paragraph.align-center a{
	color: #273F70;
	text-decoration: none;
}
.logos .half-text:first-child{
	position: relative;
}
.logos .half-text:first-child:before{
	content: "";
	position: absolute;
	width: 1px;
	height: 100%;
	background-color: #F2F3F5;
	top: 0;
	right: -30px;
}
.logos .text_container.align-center{
	margin-left: 0;
	grid-row-gap: 20px;
}

.paragraph.in-amenities {
	color: var(--soft-white);
	width: auto
}

.paragraph_container {
	grid-column-gap: 30px;
	grid-row-gap: 30px;
	flex-flow: column;
	justify-content: flex-start;
	align-items: flex-start;
	margin-top: 160px;
	display: flex;
	position: relative
}
#the-location-content .paragraph_container{
	max-width: 540px;
	margin-left: 150px;
}

.paragraph_container.align-left {
	justify-content: flex-start;
	align-items: flex-start
}

.paragraph_container.align-left.ph4-section-text-block {
	margin-top: 190px
}
#cap-7-towers .paragraph_container.align-left.ph4-section-text-block {
	max-width: 445px;
}
#interiors-content .paragraph_container.align-left.ph4-section-text-block {
	margin-top: 95px;
	max-width: 445px;
}
#interiors-content .vivre-tanger .paragraph_container.align-left.ph4-section-text-block{
	margin-top: 0;
}
#interiors-content.about-content .paragraph_container.align-left.ph4-section-text-block{
	margin-top: 160px;
	max-width: 485px;
}
#interiors-content.about-content .tanger-content .paragraph_container.align-left.ph4-section-text-block{
	margin-top: 160px;
	max-width: 385px;
}

.paragraph_container.p4 {
	margin-top: 0
}
#residences .paragraph_container.p4{
	max-width: 445px;
	margin-right: 50px;
}
#residences.mixed-use .paragraph_container.p4{
	max-width: 100%;
	margin-right: 0;
	align-items: center;
}
#residences.image-with-bg img{
	max-width: 800px;
}
#residences.image-with-bg{
	padding-bottom: 55px;
	padding-top: 50px;
}
.tower-sale{
	position: absolute;
	top: 270px;
  left: -175px;
}
#residences.image-with-bg .container{
	justify-content: center;
}
#residences.image-with-bg:before{
	  content: "";
    background: #EFEEF3;
    position: absolute;
    height: 583px;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: -1;
}

#residences .paragraph_container.p4 .div-block-47{
	width: 100%;
}
#residences .half-text.p4_inner_text_wrapper{
	display: flex;
	justify-content: flex-end;
	width: 43%;
}
#residences .half-image.is-vertical.p4_inner_image_wrapper{
	width: 57%;
}
.subtitle {
	color: #B4906E;
	letter-spacing: 1.8px;
	text-transform: uppercase;
	font-family: "Nib Pro", sans-serif;
	font-size: 18px;
	font-weight: 400;
	line-height: 18px;
	font-style: normal;
}

.text_container {
	grid-column-gap: 30px;
	grid-row-gap: 10px;
	flex-flow: column;
	justify-content: center;
	align-items: flex-start;
	margin-left: 60px;
	display: flex
}

.text_container.align-left {
	margin-left: 0
}

.text_container.align-left.p4_padding_top {
	padding-top: 50px
}

.text_container.ph4-text-content-section1 {
	flex: 0 auto;
	justify-content: center;
	align-items: flex-start;
	margin-left: 0
}

.image-hover {
	z-index: 1;
	background-color: #0000004d;
	position: absolute;
	inset: 0%
}

.image-hover.is-contact {
	opacity: .5;
	background-color: #00000073
}

.image-hover.in-amenities,
.image-hover.in-residences {
	background-color: #0006
}

.div-block-9-copy {
	z-index: 2;
	grid-column-gap: 20px;
	grid-row-gap: 20px;
	flex-flow: column;
	justify-content: center;
	align-items: center;
	display: flex;
	position: relative
}

.section-quotes {
	color: var(--soft-white);
	text-align: center;
	letter-spacing: -.5px;
	max-width: 600px;
	margin-top: 60px;
	font-family: 'Neutra Text', sans-serif;
	font-size: 55px;
	font-weight: 200;
	line-height: 55px
}

.section-quotes.in-contact {
	max-width: 900px
}

.section-quotes.in-contact.p4 {
	letter-spacing: 0;
	-webkit-text-stroke-color: var(--transparent);
	max-width: 800px;
	font-family: "Nib Pro", Tahoma, sans-serif;
	font-size: 46px;
	font-weight: 400;
	line-height: 130%
}

.full-image {
	width: 100%;
	height: 45vw;
	position: relative
}

.full-image.p4_portrait_slider {
	aspect-ratio: 1;
	width: 50%;
	height: 100%
}

.slide {
	width: 400px;
	margin-right: 30px
}

.slider {
	background-color: #ddd0;
	height: 500px
}

.mask {
	overflow: visible
}

.amenities_wrapper {
	z-index: 2;
	grid-column-gap: 30px;
	grid-row-gap: 30px;
	flex-flow: column;
	justify-content: flex-start;
	align-items: flex-start;
	max-width: 250px;
	display: flex;
	position: relative
}

.amenities_wrapper.p4 {
	justify-content: space-between;
	align-items: flex-start;
	height: 100%;
	padding-top: 20px;
	font-family: 'Neutra Text', sans-serif
}

.arrow-cta {
	z-index: 1;
	color: var(--soft-white);
	flex-direction: column;
	justify-content: center;
	align-items: center;
	width: 20px;
	height: 20px;
	margin-left: 10px;
	display: flex;
	position: relative
}

.arrow-cta.is-download {
	transform: rotate(90deg)
}

.amenities-image {
	position: absolute;
	inset: 0%
}

.form {
	grid-column-gap: 30px;
	grid-row-gap: 30px;
	grid-template-rows: auto auto auto auto auto;
	grid-template-columns: 1fr 1fr;
	grid-auto-columns: 1fr;
	display: grid
}

.field-label {
	color: var(--sea-mist);
	margin-bottom: 20px;
	font-family: 'Neutra Text', sans-serif;
	font-size: 16px;
	font-weight: 300
}

.text-field {
	border-style: solid;
	border-width: 0 0 1px;
	border-color: black black var(--stone-brown);
	color: var(--stone-brown);
	background-color: #fff0;
	border-radius: 0;
	width: 100%;
	min-width: 100%;
	max-width: 100%;
	min-height: 50px;
	max-height: 200px;
	font-family: 'Neutra Text', sans-serif;
	font-size: 16px;
	font-weight: 300
}

.text-field:focus-visible,
.text-field[data-wf-focus-visible] {
	border-bottom-color: var(--sea-mist)
}

.text-field::placeholder {
	color: var(--stone-brown);
	font-family: 'Neutra Text', sans-serif;
	font-size: 16px;
	font-weight: 300
}

.text-field.tel {
	mix-blend-mode: normal
}

.text-field.broker-assisted-select.select-field.select {
	text-align: left
}

.div-block-9 {
	width: 220px
}

.logo_footer {
	width: 120px
}

.logo_footer.is-partner {
	width: 255px
}

.text-block-10 {
	color: #FFF;
	text-decoration: none;
	font-family: 'Neutra Text Alt', sans-serif;
	font-weight: 500;
	font-style: normal;
	font-size: 14px;
	line-height: 25px;
	text-transform: uppercase;
}
.div-block-footer {
	width: 33%;
	display: inline-flex;
	align-content: flex-start;
	flex-wrap: wrap;
	align-items: flex-start;
	align-self: flex-start;
}

.div-block-footer.div-block-center{
	justify-content: center;
}
.footer-2{
	margin-top: 60px;
}

.div-block-footer:last-child{
	justify-content: flex-end;
}

.div-block-11 {
	grid-column-gap: 30px;
	grid-row-gap: 30px;
	flex-flow: column;
}

.div-block-11.is-social {
	grid-column-gap: 10px;
	grid-row-gap: 10px;
	flex-flow: row;
	height: auto
}

.div-block-11.is-social .footer_link{
	margin-right: 20px;
}

.div-block-11.is-social .footer_link:last-child{
	margin-right: 0;
}

.text-block-11 {
	color: #FFF;
	text-decoration: none;
	font-family: 'Neutra Text Alt', sans-serif;
	font-weight: 500;
	font-style: normal;
	font-size: 14px;
	line-height: 25px;
	text-transform: uppercase;
}

.text-block-11.is-legal {
	font-size: 10px;
	text-decoration: underline
}

.social-icon {
	color: var(--soft-white);
	width: 30px;
	height: 30px
}

.div-block-12 {
	grid-column-gap: 30px;
	grid-row-gap: 30px;
	flex-flow: column;
	display: flex
}

.div-block-13 {
	grid-column-gap: 30px;
	grid-row-gap: 30px;
	flex-flow: column;
	height: auto;
	display: flex
}

.div-block-14 {
	grid-column-gap: 30px;
	grid-row-gap: 30px;
	display: flex
}

.nav_fixed {
	z-index: 10;
	background-color: #041539;
	flex-flow: row;
	justify-content: center;
	align-items: center;
	width: 100%;
	height: 80px;
	padding-left: 30px;
	padding-right: 30px;
	display: none;
	position: fixed;
	inset: 0% 0% auto
}

.nav_fixed.is-contact {
	display: flex
}

.nav_container {
	flex: 1;
	justify-content: space-between;
	align-items: center;
	max-width: 1200px;
	display: flex
}

.list {
	grid-column-gap: 1vw;
	grid-row-gap: 1vw;
	margin-bottom: 0;
	padding-left: 0;
	list-style-type: none;
	display: flex
}


.list-item {
	justify-content: center;
	align-items: center;
	display: flex
}

.lightbox_block {
	justify-content: flex-start;
	align-items: flex-end;
	width: 25vw;
	height: 30vw;
	display: flex;
	position: relative;
	overflow: hidden
}

.hide {
	display: none
}

.nav_link {
	color: var(--soft-white);
	font-family: 'Neutra Text Alt', sans-serif;
	font-weight: 500;
	font-size: 14px;
	text-decoration: none;
	text-transform: uppercase;
}

.nav_link.w--current {
	border-bottom: 1px solid #fff;
	padding-bottom: 5px;
	display: flex
}

.nav-link_div {
	grid-column-gap: 4px;
	grid-row-gap: 4px;
	justify-content: flex-start;
	align-items: center;
	height: 20px;
	display: flex;
	position: relative
}

.nav-link_div.hide,
.nav-link_div.is-desktop.hide-register-button {
	display: none
}

.nav-link_line {
	background-color: transparent;
    width: 0%;
    height: 1px;
    position: absolute;
    border-radius: 5px;
    width: 5px !important;
    height: 5px  !important;
    left: calc(50% - 2.5px);
    bottom: -6px;
}

.lang-5 .nav-link_line, .lang-fixed5 .nav-link_line{
	left: calc(50% + 8.5px);
}

.nav-link_div:hover .nav-link_line {
	background-color: #FFF;
}

.nav-link_line.w--current {
	width: 100%
}

.slider-vp {
	height: 45vw
}

.slider-vp.p4 {
	object-fit: fill;
	background-color: #ddd0;
	width: 100%;
	height: 100%
}

.slide-nav {
	display: none
}

.right-arrow {
	z-index: 11;
	border: 1px solid var(--soft-white);
	background-image: url("../images/arrow-right-white.svg");
	background-position: 50%;
	background-repeat: no-repeat;
	background-size: 20px;
	border-radius: 100%;
	width: 50px;
	height: 50px;
	transition: background-color .25s;
	display: flex;
	top: auto;
	bottom: 50%;
	right: 20px;
	transform: translateY(50%)
}

.right-arrow:hover {
	background-color: #ccc5b233
}

.right-arrow.p4 {
	background-image: url("../images/arrow-right.svg");
	background-position: 50%;
	background-repeat: no-repeat;
	background-size: 50px;
	border-width: 0;
	width: 50px;
	height: 50px;
	right: -80px;
	border-radius: 0;
}

.left-arrow:hover {
	background-color: #ccc5b233
}

.left-arrow.p4 {
	border-width: 0;
	border-color: var(--soft-white);
	background-image: url("../images/arrow-left.svg");
	background-position: 50%;
	background-repeat: no-repeat;
	background-size: 50px;
	width: 50px;
	height: 50px;
	left: -80px;
	border-radius: 0;
}

.didascalia_txt {
	color: var(--soft-white);
	justify-content: flex-end;
	align-items: center;
	font-family: 'Neutra Text', sans-serif;
	font-size: 12px;
	font-weight: 300;
	display: flex;
	position: relative;
	inset: auto 0 -25px auto
}

.didascalia_txt.p4 {
	color: var(--dark-blue);
	font-weight: 400
}

.button {
	cursor: pointer;
	border: 1px solid #ffffff80;
	border-radius: 100px;
	justify-content: center;
	align-items: center;
	padding: 10px 30px;
	text-decoration: none;
	display: flex
}

.button.is-small {
	padding-left: 20px;
	padding-right: 20px
}

.button_text {
	color: var(--soft-white);
	letter-spacing: 3px;
	text-transform: uppercase;
	font-family: 'Neutra Text', sans-serif;
	font-size: 12px;
	font-weight: 300;
	line-height: .9;
	position: relative;
	top: 1px
}

.button_text.is-small {
	letter-spacing: 1px
}

.half-image_absolute {
	width: 30vw;
	max-width: 400px;
	height: 250px;
	position: absolute;
	inset: auto 60px -70px auto
}

.half-image_absolute.is-vertical {
	height: 700px
}

.half-image_absolute.is-square {
	width: 300px;
	height: 300px;
	top: auto;
	bottom: -120px;
	right: auto
}

.half-image_absolute.is-square.in-residences {
	width: 160px;
	height: auto;
	float: right;
	text-align: right;
	display: block;
	inset: 0% 0% 0% auto
}
.vivre-tanger .half-image_absolute.is-square.in-residences{
	inset: 0% auto 0% 0%;
}
.about-content .half-image_absolute.is-square.in-residences{
	inset: 0% -4% 0% auto
}
#interiors-content .half-image_absolute.is-square.in-residences{
	float: left;
	position: inherit;
	margin-top: 150px;
}

.about-content p.title{
	margin-top: 60px;
	margin-bottom: 60px;
	font-family: "Nib Pro", sans-serif;
	font-weight: 400;
	font-style: normal;
	font-size: 18px;
	line-height: 18px;
	letter-spacing: 1.8px;
	text-transform: uppercase;
	color: #B4906E;
}

#interiors-content.about-content .half-image_absolute.is-square.in-residences{
	margin-top: 125px;
}

.half-image_absolute.is-small {
	width: 500px;
	height: 300px
}

.half-image_absolute.in-location {
	z-index: 10;
	display: none;
	bottom: -240px
}

.half-image_absolute.in-residences {
	display: block;
	bottom: auto
}

.half-image_absolute.in-residences.section-4-small-img {
	box-sizing: border-box;
	float: left;
	aspect-ratio: auto;
	object-fit: fill;
	width: 15vw;
	max-width: none;
	height: auto;
	margin-top: 13vw;
	margin-left: 4%;
	position: relative;
	inset: 0% 0% auto
}

.image-map {
	object-fit: cover;
	width: 100%;
	height: 100%
}

.footer_containe {
	z-index: 1;
	grid-column-gap: 60px;
	grid-row-gap: 60px;
	flex-flow: row;
	flex: 1;
	justify-content: space-between;
	width: 100%;
	max-width: 1370px;
	margin-left: auto;
	margin-right: auto;
	display: flex;
	position: relative
}

.footer-last.footer_containe{
	margin-top: 30px;
	justify-content: center;
}

.footer_containe.margin-vertical {
	margin-top: 140px;
	margin-bottom: 140px
}

.footer_containe.margin-vertical.align-vertical {
	flex-flow: column
}

.footer_containe.is-full-image {
	max-width: none;
	padding-top: 100px;
	padding-bottom: 100px;
	overflow: hidden
}

.footer_containe.is-footer {
	grid-column-gap: 0px;
	grid-row-gap: 0px;
	justify-content: space-between;
	align-items: flex-end;
	width: 100%
}

.div-block-25 {
	cursor: pointer;
	border-radius: 100px;
	justify-content: center;
	align-items: center;
	width: 200px;
	height: 45px;
	display: flex;
	position: relative;
	overflow: hidden
}

.ancor {
	position: absolute;
	inset: -79px auto auto 0%
}

.text-home_div {
	grid-column-gap: 60px;
	grid-row-gap: 60px;
	flex-flow: column;
	justify-content: center;
	align-items: center;
	padding-left: 60px;
	padding-right: 60px;
	display: flex
}

.menu-mobile {
	display: none
}

.nav-list_container {
	z-index: 5;
	grid-column-gap: 2vw;
	grid-row-gap: 2vw;
	align-self: auto;
	display: flex;
	position: static
}

.hero_logo-mobile {
	z-index: 2;
	width: 200px;
	height: 80px;
	display: none
}

.menu-close,
.text-block-18,
.div-block-41 {
	display: none
}

.image-hero {
	object-fit: cover;
	width: 100%;
	height: 100%
}

.image-hero.is-sepia {
	filter: sepia(30%)
}

.hero-subtitle {
	color: var(--soft-white);
	letter-spacing: 3px;
	text-transform: uppercase;
	margin-right: 5px;
	font-family: 'Neutra Text', sans-serif;
	font-weight: 300;
	line-height: 20px
}

.slide-lightbox,
.menu-mobile_fixed {
	display: none
}

.footer_link {
	color: #FFF;
	text-decoration: none;
	font-family: 'Neutra Text Alt', sans-serif;
	font-weight: 500;
	font-style: normal;
	font-size: 14px;
	line-height: 25px;
	text-transform: uppercase;
}

.footer-last .footer_link{
	text-transform: none;
	line-height: 20px;
	color: #FFF80;
	text-align: center;
	max-width: 1110px;
	margin: auto;
}

.body {
	justify-content: center;
	align-items: flex-start;
	display: flex
}

.scroll_div {
	border: 1px solid #f8f6f6;
	border-radius: 100px;
	justify-content: center;
	align-items: center;
	margin-left: 5px;
	padding-left: 25px;
	padding-right: 25px;
	text-decoration: none;
	display: flex
}

.scroll_div.main-cta-button {
	display: none
}

.div-block-46 {
	width: 45px;
	height: 45px
}

.arrow {
	width: 100%;
	height: 100%
}

.div-block-47 {
	grid-column-gap: 30px;
	grid-row-gap: 30px;
	flex-flow: column;
	flex: 0 auto;
	display: block
}

.div-label_absolute {
	justify-content: center;
	align-items: center;
	width: 2vw;
	height: 2vw;
	display: flex;
	position: absolute;
	bottom: 18%;
	left: 39%
}

.div-label_absolute._02 {
	display: flex;
	bottom: 23%;
	left: 53.5%
}

.div-label_absolute._03 {
	display: flex;
	bottom: 6.5%;
	left: 29%
}

.div-label_absolute._04 {
	bottom: 2.5%;
	left: 23.3%
}

.div-label_absolute._05 {
	bottom: 74.5%;
	left: 61.5%
}

.div-label_absolute._06 {
	bottom: 69%;
	left: 64%
}

.div-label_absolute._07 {
	bottom: 66%;
	left: 54.5%
}

.div-label_absolute._08 {
	justify-content: flex-start;
	align-items: center;
	bottom: 61.5%;
	left: 64.5%
}

.div-label_absolute._10 {
	bottom: 47.5%;
	left: 45.5%
}

.div-label_absolute._11 {
	bottom: 62.5%;
	left: 50.5%
}

.div-label_absolute._12 {
	bottom: 58.5%;
	left: 57.6%
}

.div-label_absolute._13 {
	justify-content: flex-start;
	align-items: center;
	bottom: 41.5%;
	left: 39%
}

.div-label_absolute._15 {
	display: flex;
	bottom: 29%;
	left: 51.3%
}

.div-label_absolute._16 {
	display: flex;
	bottom: 23%;
	left: 52.8%
}

.div-label_absolute._17 {
	display: flex;
	bottom: 57%;
	left: 43.5%
}

.div-label_absolute._18 {
	bottom: 59%;
	left: 39.5%
}

.div-label_absolute._19 {
	display: flex;
	bottom: 47%;
	left: 63%
}

.label-distance {
	background-color: var(--soft-white);
	border-radius: 10px;
	justify-content: center;
	align-items: center;
	height: 35px;
	padding: 10px 15px;
	display: flex;
	position: absolute;
	bottom: 3.3vw;
	box-shadow: 0 2px 5px #0003
}

.label-distance._08,
.label-distance.lateral {
	bottom: -.2vw;
	left: 3vw
}

.label-distance.down {
	top: 3.3vw;
	bottom: auto
}

.hover_slide {
	z-index: 10;
	opacity: 0;
	background-image: linear-gradient(90deg, #0009, #0000 15% 85%, #0009);
	position: absolute;
	inset: 0%
}

.logo_nakheel {
	object-fit: contain;
	width: 100%;
	height: 100%
}

.nekheel_wrap {
	width: 120px
}

.nekheel_wrap.is-tabletmobile {
	display: none
}

.nakheel_masterplan {
	z-index: 4;
	width: 150px;
	display: none;
	position: absolute;
	inset: auto auto 15px 15px
}

.di_masterplan {
	z-index: 4;
	width: 150px;
	display: none;
	position: absolute;
	inset: auto 15px 15px auto
}

.mp_overlay_gradient {
	z-index: 2;
	background-image: linear-gradient(#0000 83%, #0000004d);
	display: block;
	position: absolute;
	inset: 0%
}

.paragraph-2 {
	color: #b3ab98;
	width: 350px;
	margin-bottom: 0;
	font-family: 'Neutra Text', sans-serif;
	font-size: 14px;
	font-weight: 300;
	line-height: 22px
}

.paragraph-2.in-amenities {
	color: #fff;
	width: auto
}

.splide__pagination-2 {
	grid-column-gap: 4px;
	grid-row-gap: 4px;
	flex-wrap: wrap;
	flex: none;
	place-content: center;
	align-items: center;
	width: 100%;
	min-height: 40px;
	padding: 10px 40px;
	display: none;
	overflow: hidden
}

.slider_container-2 {
	z-index: 5;
	opacity: 1;
	background-color: #9e9d9c;
	flex-direction: row;
	flex: none;
	justify-content: flex-start;
	align-items: flex-end;
	width: 100%;
	height: 100%;
	padding-bottom: 30px;
	padding-left: 30px;
	padding-right: 30px;
	font-size: 2em;
	text-decoration: none;
	transition: opacity .5s cubic-bezier(.455, .03, .515, .955);
	display: flex;
	position: relative
}

.slider_container-2.w--current {
	opacity: .4;
	position: relative
}

.slider_container-2.p4 {
	flex-flow: column;
	justify-content: space-between;
	padding-top: 30px
}

.text-block-25 {
	color: #fff;
	font-family: 'Neutra Text', sans-serif;
	font-size: 25px;
	font-weight: 300;
	line-height: 30px
}

.text-block-25.p4 {
	font-family: 'Neutra Text', sans-serif;
	font-size: 20px
}

.splide_style {
	height: 50px;
	display: none
}

.distances_legend {
	grid-column-gap: 10px;
	grid-row-gap: 10px;
	background-color: var(--soft-white);
	grid-template-rows: auto auto auto auto auto auto;
	grid-template-columns: 2fr 1fr;
	grid-auto-columns: 1fr;
	width: 400px;
	padding: 20px;
	display: grid;
	position: absolute;
	bottom: 10px;
	right: 10px
}

.distances_legend.mobile.bottom-location-details {
	display: none
}

.additional-broker-field-select.select-field {
	text-align: center
}

.additional-broker-field-select.select-field.en {
	direction: ltr;
	text-align: left;
	border: 1px #000
}

.additional-broker-field-select.select-field.select.text-field {
	text-align: left
}

.broker-assisted-select.select-field {
	text-align: center
}

.broker-assisted-select.select-field.en {
	text-align: left;
	font-family: 'Neutra Text', sans-serif
}

.recaptcha {
	order: -1
}

.under-registration-broker-field_select.broker-required-field.select-field.tom-select {
	direction: ltr
}

.select-broker-field.broker-required-field {
	display: block
}

.select-broker-field.broker-required-field.select-field.tom-select {
	direction: ltr
}

.condition-checkbox {
	color: var(--khaki);
	margin-right: 20px;
	font-family: 'Neutra Text', sans-serif;
	font-size: 11px;
	font-weight: 300
}

.button-fp-tt {
	text-align: center;
	letter-spacing: 0;
	background-color: #80a6b0;
	border-radius: 7px;
	justify-content: center;
	align-items: center;
	width: 150px;
	height: 100%;
	padding: 2% 3%;
	font-size: 15px;
	line-height: 150%;
	display: flex
}

.toolkit_pop_up-mp {
	z-index: 10;
	justify-content: center;
	align-items: center;
	display: none;
	position: fixed;
	inset: 0%
}

.factsheet {
	color: #fff;
	cursor: pointer;
	width: 40px;
	padding: 10px;
	position: absolute;
	inset: 0% 0% auto auto
}

.toolkit_pop_up-floorplans {
	z-index: 10;
	justify-content: center;
	align-items: center;
	display: none;
	position: fixed;
	inset: 0%
}


.toolkit_pop_up_floorplans,
.toolkit_pop_up_brochour {
	z-index: 10;
	justify-content: center;
	align-items: center;
	display: none;
	position: fixed;
	inset: 0%
}

.toolkit_factsheet_popup,
.toolkit_gallery_popup {
	z-index: 10;
	justify-content: center;
	align-items: center;
	display: none;
	position: fixed;
	inset: 0%
}


.toolkit_popup_pp {
	z-index: 10;
	justify-content: center;
	align-items: center;
	display: none;
	position: fixed;
	inset: 0%
}

.button-container {
	box-sizing: border-box;
	clear: both;
	text-align: center;
	object-fit: fill;
	flex: 1;
	align-self: center;
	width: 100%;
	padding-top: 40px;
	padding-bottom: 40px;
	position: relative;
	inset: auto 0% 0%
}

.button-container.ar {
	flex-flow: row;
	justify-content: center;
	align-self: flex-end;
	align-items: center;
	margin-top: 0;
	padding-bottom: 60px;
	font-family: 'Neutra Text', sans-serif;
	font-weight: 300;
	display: flex
}

.button-container.hide-button-block {
	display: none
}

.downllad-btn {
	text-align: center;
	justify-content: center;
	align-items: center;
	display: inline-block
}

.downllad-btn.button-fp-tt {
	float: none;
	clear: none;
	width: 250px;
	margin: 0 10px 20px;
	padding-top: 1%;
	padding-bottom: 1%;
	font-family: 'Neutra Text', sans-serif;
	display: inline-block
}

.downllad-btn.button-fp-tt.ar {
	font-family: 'Neutra Text', sans-serif
}

.thumbnail {
	position: static
}

.banner-text-sm {
	color: var(--soft-white);
	text-align: center;
	letter-spacing: 1px;
	flex: 0 auto;
	justify-content: center;
	align-items: center;
	max-width: 850px;
	font-family: 'Neutra Text', sans-serif;
	font-size: 18px;
	font-weight: 200;
	line-height: 1.5em;
	display: flex
}

.slide-text-wraper {
	text-align: right;
	justify-content: flex-end;
	align-items: center;
	font-family: 'Neutra Text', sans-serif;
	font-size: 12px;
	display: flex;
	position: relative
}

.span-medium-slide {
	color: var(--dark-blue);
	justify-content: flex-end;
	align-self: auto;
	align-items: center;
	font-family: 'Neutra Text', sans-serif;
	font-size: 12px;
	font-weight: 500;
	display: flex;
	position: relative;
	inset: auto 0% -25px
}

.baygrove-logo-in-text {
	max-width: 25%
}

.margin-bottom {
	flex-flow: row;
	place-content: center flex-start;
	align-items: center;
	margin-top: 0;
	margin-left: 0;
	margin-right: 0;
	display: flex
}

.image {
	max-width: 25%
}

.grid {
	grid-template-columns: 1fr 1fr 1fr 1fr 1fr
}

.image-2 {
	box-sizing: border-box;
	aspect-ratio: auto;
	object-fit: fill;
	width: 100%
}

.image-2.thumb-fit-screen {
	display: block
}

.margin-top {
	margin-bottom: 0;
	margin-left: 0;
	margin-right: 0
}

.p4-toolkit_gallery_popup {
	z-index: 10;
	justify-content: center;
	align-items: center;
	display: none;
	position: fixed;
	inset: 0%
}

.btn {
	color: #051328;
	cursor: pointer;
	background-color: #e7e7e7;
	border: 1px #000;
	justify-content: center;
	align-items: center;
	padding: 1.5rem 3rem;
	text-decoration: none;
	display: flex;
	position: relative
}

.float-img-section1 {
	width: 360px;
	height: 360px;
	position: absolute;
	inset: 10.7vw -140px 0% auto
}

.p4-main-text {
	color: var(--dark-blue);
	letter-spacing: .5px;
	max-width: 400px;
	font-family: 'Neutra Text', sans-serif;
	font-size: 40px;
	font-weight: 200;
	line-height: 43px
}

.p4-main-text.ph4-main-title {
	margin-top: 15px;
	font-family: "Nib Pro", sans-serif;
	font-size: 45px;
	font-weight: 300;
	font-style: italic;
	line-height: 50px
}

.page-template-about-us-cap-towers-php .p4-main-text.ph4-main-title{
	font-size: 35px;
	line-height: 40px
}

.text-span-4,
.text-span-6,
.text-span-7 {
	font-style: italic
}

@media screen and (min-width:1280px) {
	.section.is-footer {
		order: 1
	}

	.section.bg-sand-beige.is-contact {
		order: -1
	}

	.home-content_wrapper.align-vertical {
		min-height: 68vh
	}

	.home-cta_section {
		height: 100vh
	}

	.paragraph {
		color: var(--dark-blue)
	}

	.paragraph_container {
		margin-top: 80px
	}

	.nav_fixed {
		display: none
	}

	.toolkit_gallery_popup {
		display: none
	}

	.button-container {
		margin-top: 0;
		padding-bottom: 60px
	}

	.image-2 {
		aspect-ratio: auto
	}

	.p4-toolkit_gallery_popup {
		display: none
	}
}

@media screen and (max-width:991px) {
	.navigator {
		z-index: 200
	}

	.splide__arrow {
		width: 45px;
		height: 45px
	}

	.splide__arrow.splide__arrow--prev {
		right: 33.7%
	}

	.splide__arrow.splide__arrow--next {
		left: 67.2%
	}

	.splide__arrows {
		height: 60px;
		bottom: 170px
	}

	.splide__slide {
		flex: none;
		width: 33.333%
	}

	.nav_component {
		flex-direction: row;
		padding-top: 20px;
		padding-left: 32px;
		padding-right: 32px
	}

	.section.is-map {
		height: 66vw
	}

	.section.bg-sand-beige.is-contact {
		padding: 60px
	}

	.section.bg-sand-beige.is-amenities {
		padding-left: 60px
	}

	.section.bg-sand-beige.more-margin {
		padding-bottom: 0
	}

	.section.bg-sand-beige.more-margin.ph4-section1 {
		flex-flow: row
	}

	.section.bg-sand-beige.in-interiors {
		flex-flow: column;
		justify-content: center;
		align-items: center;
		padding-bottom: 0
	}

	.section.bg-sand-beige.in-interiors.p4_2 {
		padding-bottom: 80px
	}

	.section.bg-sand-beige.in-amenities {
		padding-bottom: 0
	}

	.section.bg-sand-beige.is-slider.p4 {
		padding: 50px
	}

	.section.bg-sand-beige.is-download {
		padding-bottom: 60px;
		padding-left: 60px;
		padding-right: 60px
	}

	.section.sand-img-bg {
		padding-left: 30px;
		padding-right: 30px
	}

	.section.sand-img-bg.p4_bg,
	.section.sand-img-bg.p4_bg.slider_p4 {
		padding-left: 50px;
		padding-right: 50px
	}

	.section.bg-sand-beige {
		padding-left: 60px;
		padding-right: 60px
	}

	.section.bg-sand-beige.is-amenities {
		padding-top: 60px;
		padding-left: 60px
	}

	.container {
		flex-flow: column;
		padding-left: 10px;
		padding-right: 10px
	}

	.container.margin-vertical {
		grid-column-gap: 60px;
		grid-row-gap: 60px;
		flex-flow: column;
		grid-template-rows: auto auto;
		grid-template-columns: 1fr;
		grid-auto-columns: 1fr;
		max-width: none;
		margin-top: 0;
		margin-bottom: 0;
		display: grid
	}

	.container.margin-vertical.more-margin {
		margin-top: 60px;
		margin-bottom: 100px
	}

	.container.margin-vertical.ph4-container1 {
		grid-column-gap: 0px;
		grid-row-gap: 0px;
		flex-flow: row;
		flex: 1;
		grid-template-rows: auto auto;
		grid-template-columns: 1fr;
		grid-auto-columns: 1fr;
		align-items: stretch;
		max-width: 100%;
		padding-left: 0;
		display: grid
	}

	.container.margin-vertical.p4_inner_wrapper_1 {
		padding-left: 0;
		padding-right: 0
	}

	.container.is-full-image {
		padding-top: 40px;
		padding-bottom: 40px;
		overflow: visible
	}

	.container.is-footer {
		grid-column-gap: 60px;
		grid-row-gap: 60px;
		flex-flow: column;
		justify-content: space-between;
		align-items: center
	}

	.home-content_wrapper.align-vertical {
		min-height: auto;
		overflow: hidden
	}

	.hero-hover {
		background-image: linear-gradient(#0009 49%, #fff0 71%), linear-gradient(#fff0 40%, #0006 70%)
	}

	.page_wrapper {
		z-index: 6
	}

	.home-hero_wrapper {
		z-index: 3
	}

	.home-hero_section {
		justify-content: center;
		align-items: flex-start
	}

	.image-cover._90-per-ing {
		margin-top: 0
	}

	.home-cta_wrapper {
		height: 270vh
	}

	.home-cta_section {
		height: 100vh;
		padding: 50px
	}

	.hero_container {
		justify-content: flex-end;
		align-items: flex-start;
		margin-top: auto;
		margin-bottom: auto
	}

	.hero-title {
		max-width: 600px;
		font-size: 30px;
		line-height: 40px
	}

	.page_contents {
		z-index: 5;
		position: relative
	}

	.nav-hero {
		z-index: 999;
		margin-top: 20px;
		display: flex;
		left: 60px;
		right: 60px;
		justify-content: space-between;
	}

	.nav-hero_container {
		z-index: 10;
		background-color: #041539;
		justify-content: flex-start;
		align-items: center;
		padding-top: 260px;
		padding-bottom: 60px;
		padding-left: 140px;
		display: none;
		position: fixed;
		inset: 0%;
		overflow: auto
	}

	.half-text {
		width: 100%;
		margin-bottom: 100px
	}

	.half-text.is-form {
		width: 100%
	}

	.half-text.half-text-right {
		flex: 0 auto;
		padding-left: 60px
	}

	.half-text._35percetage {
		margin-bottom: 50px
	}

	.half-text.p4_inner_text_wrapper {
		width: 100%;
		padding-left: 12%
	}

	.half-text.p4_inner_text_wrapper.slide {
		width: 100%;
		margin-bottom: 0;
		margin-right: 0;
		padding-left: 0%
	}

	.half-text.p4_inner_text_wrapper.next {
		margin-bottom: 0;
		padding-left: 0%
	}

	.half-image.is-vertical {
		width: 100%;
		height: 600px
	}

	.half-image.is-vertical.in-residences {
		height: 700px
	}

	.half-image.is-vertical.in-residences.ph4-section3-img {
		width: 60%;
		height: 100%;
		margin-right: 25%;
		overflow: clip
	}

	.half-image.is-vertical.quarter-img {
		width: 40%;
		margin-left: 30%
	}

	.half-image.is-vertical.section-one-half-img {
		width: 90%;
		margin: 0;
		padding: 0
	}

	.half-image.is-vertical.p4_inner_image_wrapper {
		width: 100%;
		padding-left: 20%
	}

	.half-image.is-vertical.p4_inner_image_wrapper.next1 {
		padding-left: 0%;
		padding-right: 20%
	}

	.half-image.is-small {
		width: 100%;
		height: 350px
	}

	.half-image.is-small.in-amenities {
		width: 100%
	}

	.main-text {
		max-width: 500px
	}

	.main-text.ph4-main-title.p4-main-text {
		width: 600px;
		max-width: none
	}

	.paragraph {
		color: var(--dark-blue);
		width: auto;
		max-width: 90%
	}

	.paragraph_container {
		grid-column-gap: 60px;
		grid-row-gap: 60px;
		flex-flow: column;
		justify-content: center;
		align-items: flex-start;
		margin-top: 50px
	}

	.paragraph_container.align-left.ph4-section-text-block {
		max-width: 100%;
		margin-top: 0;
	}

	.paragraph_container.p4 {
		width: 100%;
		max-width: 600px
	}

	.text_container,
	.text_container.align-left {
		margin-left: 0
	}

	.text_container.align-left.p4_padding_top {
		padding-top: 0
	}

	.text_container.align-left.p4_description {
		width: 600px
	}

	.text_container.ph4-text-content-section1 {
		justify-content: flex-start;
		align-items: flex-start;
		display: block
	}

	.div-block-9-copy.p4 {
		padding: 50px
	}

	.section-quotes {
		margin-top: 0;
		font-size: 30px;
		line-height: 35px
	}

	.section-quotes.in-contact {
		max-width: 650px
	}

	.section-quotes.in-contact.p4 {
		font-size: 36px
	}

	.full-image.p4_portrait_slider {
		aspect-ratio: auto;
		width: 80%;
		padding-left: 10%
	}

	.amenities_wrapper {
		z-index: 6
	}

	.amenities-image {
		z-index: 4
	}

	.logo_footer {
		width: 150px
	}

	.text-block-10 {
		font-size: 16px
	}

	.text-block-10.in-menu {
		color: var(--soft-white);
		font-weight: 400
	}

	.div-block-11 {
		grid-column-gap: 20px;
		grid-row-gap: 20px;
		justify-content: center;
		align-items: center
	}

	.div-block-11.in-menu {
		justify-content: center;
		align-items: flex-start
	}

	.text-block-11 {
		text-align: center;
		font-size: 14px;
		line-height: 24px
	}

	.text-block-11.is-legal {
		flex-flow: row;
		justify-content: center;
		align-items: center;
		font-size: 12px;
		line-height: 26px
	}

	.text-block-11.align-left {
		color: var(--soft-white);
		text-align: left
	}

	.div-block-13 {
		grid-column-gap: 20px;
		grid-row-gap: 20px;
		justify-content: space-around;
		align-items: center;
		height: auto
	}

	.div-block-14 {
		grid-column-gap: 60px;
		grid-row-gap: 60px;
		flex-flow: column
	}

	.div-block-14.in-menu {
		flex-flow: row
	}

	.nav_fixed {
		padding-left: 60px;
		padding-right: 60px
	}

	.nav_container {
		grid-column-gap: 30px;
		grid-row-gap: 30px
	}

	.list {
		display: none
	}

	.nav_link {
		color: var(--soft-white);
		font-size: 40px;
		line-height: 45px
	}

	.nav-link_div {
		height: auto
	}

	.nav-link_div.hide {
		display: none
	}

	.nav-link_div.is-desktop {
		display: none
	}

	.didascalia_txt {
		bottom: -15px
	}

	.half-image_absolute {
		width: 300px;
		max-width: none;
		height: 200px;
		display: none;
		position: static
	}

	.half-image_absolute.is-vertical {
		width: 100%
	}

	.half-image_absolute.is-square {
		display: flex
	}

	.half-image_absolute.is-square.in-residences {
		width: 160px;
		height: auto;
	}

	.half-image_absolute.in-residences.section-4-small-img {
		width: 20vw;
		margin-top: -6vw;
		position: absolute;
		top: 67%;
		left: 28%
	}

	.footer_containe {
		flex-flow: column;
		justify-content: space-around;
		align-items: center
	}

	.footer_containe.margin-vertical {
		grid-column-gap: 60px;
		grid-row-gap: 60px;
		flex-flow: column;
		grid-template-rows: auto auto;
		grid-template-columns: 1fr;
		grid-auto-columns: 1fr;
		margin-top: 100px;
		margin-bottom: 100px;
		display: grid
	}

	.footer_containe.is-full-image {
		padding-top: 0
	}

	.footer_containe.is-footer {
		grid-column-gap: 60px;
		grid-row-gap: 60px;
		flex-flow: column;
		justify-content: space-between;
		align-items: center
	}

	.form-block {
		margin-top: 30px
	}

	.menu-mobile {
		z-index: 5;
		cursor: pointer;
		background-image: url("../images/menu-mobile.svg");
		background-position: 50%;
		background-repeat: no-repeat;
		background-size: contain;
		width: 50px;
		height: 50px;
		padding-bottom: 0;
		padding-right: 0;
		display: flex;
		position: relative
	}

	.nav-list_container {
		grid-column-gap: 40px;
		grid-row-gap: 30px;
		flex-flow: column;
		margin-top: auto;
		margin-bottom: auto;
		position: relative;
		top: auto;
		left: 0
	}

	.hero_logo-mobile {
		width: 230px;
		display: flex;
		position: absolute;
		inset: 60px auto auto 60px
	}

	.menu-close {
		z-index: 1;
		cursor: pointer;
		background-image: url("../images/close.svg");
		background-position: 50%;
		background-repeat: no-repeat;
		background-size: 30px;
		width: 50px;
		height: 50px;
		padding-bottom: 0;
		padding-right: 0;
		display: flex;
		position: absolute;
		inset: 75px 60px auto auto
	}

	.text-block-18 {
		color: var(--soft-white);
		font-family: 'Neutra Text', sans-serif;
		font-size: 12px;
		display: flex;
		position: relative;
		top: -8px;
		right: 10px
	}

	.div-block-41 {
		display: flex;
		position: absolute;
		inset: auto 60px 60px
	}

	.div-block-41.in-menu {
		margin-top: 140px;
		margin-left: -78px;
		position: static;
		inset: auto 60px 60px
	}
	.hero_background{
		width: 100%;
	}
	.image-hero {
		object-position: bottom;
    max-height: 820px;
    width: 100%;
	}
	.gallery-1 .display-in-mobile{
		max-width: 500px;
		margin: auto;
	}

	.menu-mobile_fixed {
		z-index: 5;
		cursor: pointer;
		background-image: url("../images/menu-mobile.svg");
		background-position: 50%;
		background-repeat: no-repeat;
		background-size: contain;
		width: 50px;
		height: 50px;
		padding-bottom: 0;
		padding-right: 0;
		display: flex;
		position: relative
	}

	.footer_link.in-menu {
		color: var(--soft-white)
	}

	.nekheel_wrap {
		display: none
	}

	.nekheel_wrap.is-tabletmobile {
		margin-left: auto;
		display: block
	}

	.paragraph-2 {
		width: auto;
		max-width: 80%
	}

	.slider_container-2 {
		flex: 1;
		width: 100%;
		min-width: 300px
	}

	.distances_legend {
		width: 250px
	}

	.distances_legend.dsk {
		display: none
	}

	.distances_legend.mobile {
		grid-column-gap: 60px;
		grid-template-columns: auto 1.25fr;
		width: 100%;
		padding: 40px;
		position: static
	}

	.button-fp-tt {
		font-size: 11px
	}

	.button-container {
		margin-top: 20px;
		margin-bottom: 20px;
		padding-top: 20px;
		padding-bottom: 20px
	}

	.downllad-btn.button-fp-tt {
		width: 200px;
		margin-bottom: 20px;
		margin-left: 5px;
		padding-top: 2%;
		padding-bottom: 2%
	}

	.slide-text-wraper {
		justify-content: flex-end;
		align-items: center
	}

	.span-medium-slide {
		bottom: -15px
	}

	.margin-bottom {
		margin-top: 0;
		margin-left: 0;
		margin-right: 0
	}

	.image {
		max-width: 20%
	}

	.margin-top {
		margin-bottom: 0;
		margin-left: 0;
		margin-right: 0
	}

	.p4-main-text {
		max-width: 500px
	}
	.half-text.half-text-right, #cap-7-towers .half-text, 
	#cap-7-towers .half-image.is-vertical.in-residences.ph4-section3-img,
	#interiors-content .half-image.is-vertical.in-residences.ph4-section3-img{
		width: 100%;
	}
	#the-location-content .paragraph_container{
		margin-left: 0;
	}
	.image-cover._90-per-ing, #interiors-content .image-cover._90-per-ing{
		width: 71%;
		height: auto;
	}
	#cap-7-towers .image-cover._90-per-ing{
		margin-top: 50px;
	}
	#cap-7-towers .half-image_absolute.is-square.in-residences{
		position: absolute;
		top: 60px;
	}
	.paragraph:last-child{
		margin-bottom: 0;
	}
	#cap-7-towers .half-text{
		margin-bottom: 0;
	}
	#interiors-content{
		margin-top: -60px;
	}
	#interiors-content .half-image_absolute.is-square.in-residences{
		position: absolute;
		height: 180px;
	}
	#interiors-content .half-text.half-text-right, 
	#interiors-content .main-text.ph4-main-title.p4-main-text,
	#interiors-content .paragraph_container.align-left.ph4-section-text-block{
		margin-top: 0;
        margin-bottom: 0;
        padding-left: 0;
	}
	.section.bg-sand-beige.in-interiors.p4_2{
		padding-top: 0;
	}
	#interiors-content .section.bg-sand-beige.in-amenities{
		position: relative;
	}
	.pattern-section-2{
		bottom: inherit;
	    top: 330px;
	    right: 0;
	    left: inherit;
	    background-size: 154px 87px;
	    width: 154px;
    	height: 87px;
	}
	#slider-bottom{
		padding-top: 50px;
	}
	.maps-captowers{
		margin-top: -230px;
	}
	.maps-captowers:before{
		top: 0;
		height: 100%;
	}
	.left-arrow.p4{
		left: 0px;
	}
	.right-arrow.p4{
		right: 0px;
	}
	.div-block-footer, .div-block-footer:last-child{
		width: 100%;
		justify-content: center;
		text-align: center;
	}
	.footer_containe{
		grid-row-gap: 30px;
	}


	#slider-bottom .container{
		padding: 0;
	}
}

@media screen and (max-width:767px) {
	.splide__arrow.splide__arrow--prev {
		right: 50.5%
	}

	.splide__arrow.splide__arrow--next {
		left: 50.5%
	}

	.splide__arrows {
		bottom: 140px
	}

	.splide__arrows.is-amenities {
		margin-bottom: 60px
	}

	.splide__slide {
		width: 50%
	}

	.section.is-map {
		height: 80vw
	}

	.section.bg-sand-beige {
		padding-left: 60px;
		padding-right: 60px
	}

	.container {
		padding-left: 10px;
		padding-right: 10px
	}

	.container.margin-vertical {
		margin-top: 60px;
		margin-bottom: 60px
	}

	.container.margin-vertical.more-margin {
		margin-bottom: 60px
	}

	.container.is-full-image {
		padding-top: 60px
	}

	.hero-hover {
		background-image: linear-gradient(#0009 32%, #fff0 60%), linear-gradient(#fff0 40%, #0006 70%)
	}

	.home-hero_section {
		justify-content: center;
		align-items: flex-start;
	}

	.hero_logo {
		min-width: 150px;
		height: 70px;
		margin-bottom: 0
	}

	.home-cta_section {
		padding-top: 80px
	}

	.hero_container {
		grid-column-gap: 20px;
		grid-row-gap: 20px;
		margin-top: 0
	}

	.hero-title {
		max-width: 600px;
		font-size: 20px;
		line-height: 30px
	}

	.nav-hero {
		margin-top: 20px
	}

	.nav-hero_container {
		padding-left: 100px
	}

	.image-hover {
		background-color: #00000080
	}

	.div-block-9-copy {
		padding-left: 60px;
		padding-right: 60px
	}

	.section-quotes {
		max-width: 450px;
		margin-top: 0;
		font-size: 25px;
		line-height: 32px
	}

	.section-quotes.in-contact {
		font-size: 20px;
		line-height: 28px
	}

	.form {
		grid-template-columns: 1fr
	}

	.div-block-9 {
		width: 120px
	}

	.div-block-36 {
		height: 150%
	}

	.pin-project {
		width: 17vw;
		bottom: 62%;
		left: 9%
	}

	.pin-text {
		bottom: 36%
	}

	.pin-text.dubai {
		font-size: 14px;
		bottom: 7%;
		left: 28%
	}

	.pin-text.jumeirah {
		display: none
	}

	.pin-text.dubai-island {
		top: auto;
		bottom: 60%;
		left: 33%
	}

	.pin-text.island-b {
		bottom: 58.5%;
		left: 57%
	}

	.pin-text.dera {
		bottom: 36%;
		left: 53%
	}

	.pin-poi._02 {
		bottom: 13%;
		left: 28%
	}

	.pin-poi._03 {
		display: none
	}

	.pin-poi._04 {
		bottom: 38%;
		left: 68%
	}

	.pin-poi._05 {
		bottom: 44%;
		left: 52%
	}

	.pin-poi._06 {
		bottom: 61%;
		left: 76%
	}

	.pin-poi._07,
	.pin-poi._08 {
		display: none
	}

	.pin-poi._09 {
		bottom: 50%;
		left: 61%
	}

	.pin-poi._10 {
		bottom: 21%;
		left: 76%
	}

	.pin-poi._11,
	.pin-poi._12,
	.pin-poi._13,
	.pin-poi._14,
	.pin-poi._15 {
		display: none
	}

	.pin-poi._16 {
		bottom: 20.5%;
		left: 41%
	}

	.pin-poi._17 {
		bottom: 39%;
		right: 68%
	}

	.pin-poi._18 {
		bottom: 37.5%;
		left: 37%
	}

	.pin-poi._01 {
		display: none
	}

	.pin-poi._19 {
		bottom: 74%;
		right: 29%
	}

	.hero_logo-mobile {
		margin-bottom: 0
	}

	.div-block-41.in-menu {
		flex-flow: column;
		margin-left: -40px
	}

	.slider_container-2 {
		max-width: 100%
	}

	.downllad-btn.button-fp-tt {
		margin: 5px 20px
	}

	.margin-bottom {
		margin-top: 0;
		margin-left: 0;
		margin-right: 0
	}

	.margin-top {
		margin-bottom: 0;
		margin-left: 0;
		margin-right: 0
	}
}

@media screen and (max-width:479px) {
	.gallery-rose img{
		height: 430px;
	}
	.nav_logo {
		width: 35vw;
		min-width: 100px
	}

	.splide__arrow.splide__arrow--prev {
		right: 50%
	}

	.splide__arrow.splide__arrow--prev.is-amenities {
		background-size: 15px;
		width: 35px;
		height: 35px
	}

	.splide__arrow.splide__arrow--next {
		left: 50%
	}

	.splide__arrow.splide__arrow--next.is-amenities {
		background-size: 15px;
		width: 35px;
		height: 35px
	}

	.splide__arrows {
		bottom: 130px
	}

	.splide__arrows.is-amenities {
		grid-column-gap: 15px;
		grid-row-gap: 15px
	}

	.splide__slide {
		width: 100%
	}

	.nav_component {
		padding-left: 20px;
		padding-right: 20px
	}

	.section.is-map {
		height: 120vw
	}

	.section.bg-sand-beige.is-contact {
		padding: 60px 20px
	}

	.section.bg-sand-beige.more-margin {
		padding-left: 20px;
		padding-right: 20px
	}

	.section.bg-sand-beige.in-interiors {
		width: 98%;
		padding-left: 10px;
		padding-right: 10px
	}

	.section.bg-sand-beige.in-interiors.p4 {
		padding-top: 50px;
		padding-bottom: 40px;
		padding-right: 0
	}

	.section.bg-sand-beige.in-interiors.p4_2 {
		padding-bottom: 0;
		padding-left: 20px
	}

	.section.bg-sand-beige.in-interiors.p4_2.apartment-section {
		padding-bottom: 40px
	}

	.section.bg-sand-beige.in-interiors.p4_3 {
		padding-left: 0;
		padding-right: 0
	}

	.section.bg-sand-beige.in-interiors.p4_3.costal-living-section {
		width: 100%;
		padding-top: 60px
	}

	.section.bg-sand-beige.in-amenities,
	.section.bg-sand-beige.is-slider {
		padding-left: 20px;
		padding-right: 20px
	}

	.section.bg-sand-beige.is-slider.p4 {
		padding-top: 0;
		padding-bottom: 10px
	}

	.section.bg-sand-beige.is-slider.p4.first-gallery-full-width {
		padding-left: 35px;
		padding-right: 35px
	}

	.section.bg-sand-beige.is-download {
		padding-bottom: 60px;
		padding-left: 20px;
		padding-right: 20px
	}

	.section.sand-img-bg {
		padding-bottom: 20px;
		padding-left: 20px;
		padding-right: 20px
	}

	.section.sand-img-bg.p4_bg {
		padding-bottom: 40px;
		padding-left: 20px;
		padding-right: 20px
	}
	#slider-bottom, #work-progress .container{
		padding-left: 0;
		padding-right: 0;
	}


	.section.sand-img-bg.p4_bg.slider_p4 {
		padding-left: 20px;
		padding-right: 20px
	}

	.section.bg-sand-beige {
		padding-left: 30px;
		padding-right: 30px
	}

	.section.bg-sand-beige.is-amenities {
		padding-left: 20px
	}

	.container {
		justify-content: center;
		align-items: center;
		max-width: none;
		padding-left: 10px;
		padding-right: 10px;
		display: flex
	}

	.container.margin-vertical {
		width: 100%;
		margin-top: 0;
		margin-bottom: 0;
		display: flex
	}

	.container.margin-vertical.ph4-container1 {
		margin-bottom: 0
	}

	.container.is-full-image {
		padding: 60px 0 40px
	}

	.container.is-full-image.spacing-last {
		flex: 1;
		max-width: none;
		padding-top: 0
	}

	.container.is-full-image.p4_wrapper_gallery {
		padding-top: 40px
	}

	.hero-hover {
		background-image: linear-gradient(#0000004d, #fff0 28%), linear-gradient(#fff0 28%, #00000080 48%)
	}

	.home-hero_wrapper.phase-3 {
		width: 100%
	}

	.home-hero_section {
		justify-content: center;
		align-items: flex-end;
	}

	.hero_logo {
		width: 35vw;
		min-width: 100px;
		height: 65px
	}

	.hero_logo.w--current {
		grid-column-gap: 16px;
		grid-row-gap: 16px;
		grid-template-rows: auto auto;
		grid-template-columns: 1fr 1fr;
		grid-auto-columns: 1fr;
		width: 35vw;
		display: inline-block
	}

	.image-cover.is-sepia {
		float: none;
		aspect-ratio: auto;
		filter: sepia(30%);
		text-align: left;
		object-fit: fill;
		position: static
	}

	.image-contain {
		width: 100%
	}

	.image-contain.p4 {
		margin-top: 20px
	}

	.home-cta_section {
		height: 100vh;
		padding-top: 40px;
		padding-bottom: 40px
	}

	.hero_container {
		grid-column-gap: 30px;
		grid-row-gap: 30px;
		justify-content: center;
		align-items: flex-start;
		margin-bottom: 0;
		margin-left: 0;
		margin-right: 0;
		display: flex;
		position: static
	}

	.hero-title {
		text-align: center;
		align-self: auto;
		width: 100%;
		max-width: 500px;
		font-size: 25px;
		font-style: normal;
		line-height: 40px
	}

	.section-title {
		min-width: 300px
	}

	.nav-hero {
		grid-column-gap: 0px;
		grid-row-gap: 0px;
		grid-template-rows: auto auto;
		grid-template-columns: 1fr 1fr 1fr;
		grid-auto-columns: 1fr;
		justify-content: center;
		margin-top: 0;
		display: flex;
		left: 20px;
		right: 20px
	}

	.nav-hero_container {
		padding: 200px 30px 40px 30px;
		display: none
	}

	.pattern-section-1 {
		width: 100%;
		display: flex
	}
	#cap-7-towers .pattern-section-1{
		display: none;
	}

	.half-text {
		margin-bottom: 20px
	}

	.half-text.half-text-right {
		margin-top: 40px;
		margin-bottom: 40px;
		padding-left: 30px
	}

	.half-text._35percetage {
		width: 100%;
		margin-bottom: 0
	}

	.half-text.p4_inner_text_wrapper {
		padding-left: 5%
	}

	.half-text.p4_inner_text_wrapper.slide {
		width: 100%;
		padding-left: 5%
	}

	.half-text.p4_inner_text_wrapper.next {
		width: 100%
	}

	.half-image.is-vertical,
	.half-image.is-vertical.in-residences {
		height: 350px
	}

	.half-image.is-vertical.in-residences.ph4-section3-img {
		width: 71%
	}

	.half-image.is-vertical.quarter-img {
		width: 50%
	}

	.half-image.is-vertical.quarter-img.interior-small-img {
		width: 59%;
		margin-left: 38%
	}

	.half-image.is-vertical.p4_inner_image_wrapper {
		padding-left: 10%
	}

	.half-image.is-vertical.p4_inner_image_wrapper.next1 {
		padding-right: 0%
	}

	.half-image.is-vertical.p4_inner_image_wrapper.apart-4-img {
		width: 99%;
		padding-left: 0%;
		padding-right: 6%
	}

	.half-image.is-small,
	.half-image.is-small.in-amenities {
		height: 250px
	}

	.main-text {
		max-width: none;
		font-size: 35px;
		line-height: 35px
	}

	.main-text.ph4-main-title.p4-main-text {
		text-overflow: clip;
		overflow-wrap: normal;
		width: auto;
		font-size: 38px;
		position: relative
	}

	.main-text.ph4-main-title.p4-main-text.slider_p4 {
		width: 100%;
		max-width: none
	}

	.paragraph {
		max-width: none;
		font-size: 16px;
		line-height: 24px;
		margin-bottom: 10px;
	}

	.paragraph.para-right-padding {
		padding-right: 10px
	}

	.paragraph_container {
		width: 100%;
		margin-top: 0
	}

	.paragraph_container.p4 {
		width: 100%;
		max-width: none
	}

	.subtitle {
		font-size: 11px;
		line-height: 20px
	}

	.text_container.align-left.p4_description {
		width: 100%
	}

	.image-hover {
		background-color: #0000004d
	}

	.div-block-9-copy {
		padding-left: 20px;
		padding-right: 20px
	}

	.section-quotes {
		min-width: auto;
		max-width: none;
		margin-top: 60px;
		font-size: 35px;
		line-height: 35px
	}

	.section-quotes.in-contact {
		max-width: 300px;
		font-size: 30px;
		line-height: 34px
	}

	.section-quotes.in-contact.p4 {
		width: 100%;
		margin-top: 40px
	}

	.full-image {
		width: 76%;
		height: 45vw
	}

	.full-image.p4_portrait_slider {
		width: 100%;
		padding-left: 0%
	}

	.full-image.gallery-rose,
	.full-image.gallery-1,
	.mask {
		width: 100%
	}

	.form {
		flex-flow: column;
		grid-template-columns: 1fr;
		display: flex
	}

	.div-block-9 {
		width: 160px
	}

	.div-block-11.in-menu {
		grid-column-gap: 20px;
		grid-row-gap: 20px
	}

	.text-block-11.align-left {
		line-height: 22px
	}

	.div-block-14.in-menu {
		flex-flow: column
	}

	.nav_fixed {
		padding-left: 30px;
		padding-right: 30px;
		display: none
	}

	.nav_container {
		grid-column-gap: 20px;
		grid-row-gap: 20px
	}

	.list {
		display: none
	}

	.nav_link {
		font-size: 25px;
		line-height: 30px
	}

	.left-arrow.p4.costal-gallery-arrows.left-arrow-full-gallery {
		left: -29vw
	}

	.didascalia_txt {
		text-align: right;
		font-size: 8px;
		line-height: 14px;
		bottom: -10px
	}

	.didascalia_txt.p4 {
		color: var(--dark-blue);
		-webkit-text-stroke-color: var(--dark-blue);
		bottom: 0
	}

	.half-image_absolute.in-residences.section-4-small-img {
		width: 25vw;
		margin-left: -10%;
		top: 74%;
		left: 15%
	}

	.div-block-36 {
		background-position: 42%
	}

	.pin-project {
		width: 25vw;
		left: 7%
	}

	.pin-text.dubai {
		left: 34%
	}

	.pin-text.dubai-island {
		left: 42%
	}

	.pin-text.island-b {
		left: 79%
	}

	.pin-text.dera {
		bottom: 34%;
		left: 65%
	}

	.pin-poi._02 {
		left: 34%
	}

	.pin-poi._04 {
		display: none
	}

	.pin-poi._05 {
		left: 71%
	}

	.pin-poi._06,
	.pin-poi._09,
	.pin-poi._10 {
		display: none
	}

	.pin-poi._16 {
		bottom: 21%;
		left: 54%
	}

	.pin-poi._17 {
		right: 59%
	}

	.pin-poi._18 {
		bottom: 37.5%;
		left: 48%
	}

	.pin-poi._19 {
		right: 1%
	}

	.menu-mobile {
		width: 40px;
		height: 40px;
		display: flex;
		position: absolute;
		right: 0;
	}

	.nav-list_container {
		display: flex
	}

	.hero_logo-mobile {
		width: 180px;
		height: 65px;
		top: 30px;
		left: 30px
	}

	.hero_logo-mobile.w--current {
		left: 30px;
		right: 30px
	}

	.menu-close {
		top: 38px;
		right: 30px
	}

	.div-block-41.in-menu {
		margin-top: 100px;
		margin-left: 0
	}

	.slide-lightbox {
		z-index: 11;
		-webkit-text-stroke-color: #333;
		display: flex;
		position: absolute;
		inset: 0%
	}

	.scroll_div {
		justify-content: flex-start;
		align-items: center
	}

	.div-block-47 {
		width: 100%
	}

	.hover_slide {
		background-image: none
	}

	.logo_nakheel {
		width: 20vw;
		min-width: 50px;
		max-width: 80px
	}

	.nekheel_wrap.is-tabletmobile {
		width: 90px;
		display: flex
	}

	.nakheel_masterplan,
	.di_masterplan {
		width: 80px;
		display: none
	}

	.mp_overlay_gradient {
		object-fit: fill
	}

	.paragraph-2 {
		max-width: none;
		font-size: 16px;
		line-height: 24px
	}

	.distances_legend.mobile {
		grid-column-gap: 20px;
		padding-left: 20px;
		padding-right: 20px
	}

	.select-country-field.select-field.tom-select {
		background-color: #0000
	}

	.recaptcha {
		margin-top: 10px;
		margin-bottom: 20px
	}

	.button-fp-tt {
		letter-spacing: 1px;
		padding-top: 4%;
		padding-bottom: 4%;
		font-size: 12px
	}

	.toolkit_pop_up-mp {
		display: none
	}

	.factsheet {
		width: 40px
	}

	.toolkit_pop_up-floorplans {
		display: none
	}

	
	.toolkit_pop_up_floorplans,
	.toolkit_pop_up_brochour,
	.toolkit_factsheet_popup {
		display: none
	}

	.toolkit_gallery_popup {
		z-index: 10;
		display: none;
		position: fixed;
		inset: 0%
	}

	
	.toolkit_popup_pp {
		display: none
	}

	.button-container {
		margin-top: 0;
		margin-bottom: 0;
		padding-top: 0
	}

	.downllad-btn.button-fp-tt {
		margin-top: 5px;
		margin-bottom: 5px
	}

	.downllad-btn.button-fp-tt.ar {
		width: 100%;
		min-width: 36%;
		margin-left: 5px;
		margin-right: 0;
		padding-left: 0%;
		padding-right: 0%
	}

	.banner-text-sm {
		text-align: center;
		align-self: auto;
		font-size: 16px
	}

	.slide-text-wraper {
		clear: none;
		aspect-ratio: auto;
		justify-content: center;
		align-items: center;
		width: 98%;
		height: 40px;
		margin-top: 7px;
		margin-right: 10px
	}

	.slide-text-wraper.building-arc-label {
		justify-content: flex-end;
		align-items: center;
		width: 100%
	}

	.span-medium-slide {
		justify-content: flex-end;
		align-self: auto;
		align-items: center;
		font-size: 8px;
		bottom: 0
	}

	.baygrove-logo-in-text {
		max-width: 60%
	}

	.margin-bottom {
		text-align: center;
		justify-content: center;
		align-items: center;
		margin-top: 0;
		margin-left: auto;
		margin-right: auto;
		display: block
	}

	.image {
		max-width: 75%
	}

	.margin-top {
		margin-bottom: 0;
		margin-left: 0;
		margin-right: 0
	}

	.p4-toolkit_gallery_popup {
		z-index: 10;
		display: none;
		position: fixed;
		inset: 0%
	}

	.float-img-section1 {
		width: 80%;
		height: auto;
		margin-left: 35vw;
		top: 9.9vw;
		right: auto;
		overflow: hidden
	}

	.p4-main-text {
		max-width: none;
		font-size: 35px;
		line-height: 35px
	}

	.image-4 {
		aspect-ratio: auto;
		object-fit: fill;
		width: 100%;
		max-width: none;
		height: auto;
		margin-left: 0%
	}

	.image-5 {
		height: 180px
	}

	.paragraph_container{
		grid-row-gap: 20px;
	}
}
.logos{
	padding-top: 80px;
	padding-bottom: 40px;
}

#w-node-_743e0d9e-accf-ae12-2d7e-922d5475bdb7-fa0c7a9b,
#w-node-_44519d8f-df51-91de-3302-cec07c64803a-fa0c7a9b {
	grid-area: span 1/span 2/span 1/span 2
}

#w-node-ed53ba9c-3e9f-0853-1005-ab3a766c1a36-fa0c7a9b {
	grid-area: span 1/span 1/span 1/span 1
}

#w-node-_850d2995-8946-c3a5-528c-5e031f61264d-fa0c7a9b,
#w-node-_340dd286-5426-9217-03db-155c1b1d1694-fa0c7a9b {
	grid-area: span 1/span 2/span 1/span 2
}

#w-node-a5cfa5a7-54cc-79fa-5faa-1c75bd87a6ec-fa0c7a9b {
	grid-area: span 1/span 2/span 1/span 2;
	align-self: center
}

#w-node-_9c663e15-3ab7-86b1-feb1-4cead2aa8d56-fa0c7a9b {
	grid-area: span 1/span 1/span 1/span 1;
	justify-self: end
}

#w-node-_5e9cecee-d6ab-c894-2cd3-e340a69d7019-fa0c7a9b {
	grid-area: 5/2/6/3;
	justify-self: end
}

@media screen and (max-width:991px) {

	#w-node-a2030b20-4711-3d30-5802-37044a0eaba6-fa0c7a9b {
		grid-area: 2/1/3/2
	}

	#w-node-_42a3e722-385d-c5cd-dc25-240f00b46c07-fa0c7a9b,
	#w-node-_6d234d6c-e37e-7002-fde9-60f4bbcee976-fa0c7a9b {
		justify-self: end
	}

	#w-node-_5476eaef-a205-9dbd-7da1-fa825c9f6324-fa0c7a9b {
		grid-area: span 1/span 1/span 1/span 1;
		justify-self: end
	}

	#w-node-f3f04a7b-6039-7349-d53a-5f21a70dddbe-fa0c7a9b {
		grid-area: span 1/span 2/span 1/span 2
	}

	#w-node-_9c663e15-3ab7-86b1-feb1-4cead2aa8d56-fa0c7a9b {
		grid-area: span 1/span 1/span 1/span 1;
		justify-self: auto
	}
}

@media screen and (max-width:767px) {

	#w-node-ed53ba9c-3e9f-0853-1005-ab3a766c1a36-fa0c7a9b,
	#w-node-db282968-98c6-d7e2-1956-ca65abd71aae-fa0c7a9b,
	#w-node-_8785702f-416e-7ed1-2065-96316d42221a-fa0c7a9b,
	#w-node-_65d7346f-1512-0036-edc7-86acc115b53b-fa0c7a9b,
	#w-node-_45b821bc-7e24-87cd-a2f8-a50991784774-fa0c7a9b,
	#w-node-f05ddbe5-4b17-e690-2467-f5bc2614baa6-fa0c7a9b,
	#w-node-_9e4fcc48-224c-a950-6309-9817b5db5237-fa0c7a9b,
	#w-node-_641b12e3-c75c-c43b-5d67-c95c6f0e75a8-fa0c7a9b,
	#w-node-b649ec4b-3b74-0b8a-6f1e-865c392678f8-fa0c7a9b,
	#w-node-_850d2995-8946-c3a5-528c-5e031f61264d-fa0c7a9b,
	#w-node-_340dd286-5426-9217-03db-155c1b1d1694-fa0c7a9b,
	#w-node-d981f45c-48e2-d489-b1d6-d9ba7eb50298-fa0c7a9b,
	#w-node-_3fa6fe45-ecd0-5ee3-83e0-6ecf49cf5d3d-fa0c7a9b,
	#w-node-f3f04a7b-6039-7349-d53a-5f21a70dddbe-fa0c7a9b {
		grid-area: span 1/span 1/span 1/span 1
	}

	#w-node-_9c663e15-3ab7-86b1-feb1-4cead2aa8d56-fa0c7a9b {
		grid-area: span 1/span 1/span 1/span 1;
		justify-self: auto
	}
}

@media screen and (max-width:479px) {

	#w-node-f3f04a7b-6039-7349-d53a-5f21a70dddbe-fa0c7a9b {
		grid-area: span 1/span 1/span 1/span 1
	}

	#w-node-_9c663e15-3ab7-86b1-feb1-4cead2aa8d56-fa0c7a9b {
		grid-area: span 1/span 1/span 1/span 1;
		justify-self: start
	}
}
.contact_wrap{
	background-color: #041539;
	padding: 60px 30px;
}
.contact_wrap .container{
	display: block;
	text-align: center;
}
.contact_wrap h2{
	font-family: "Nib Pro", sans-serif;
	font-weight: 300;
	font-style: Italic;
	font-size: 35px;
	line-height: 1;
	text-align: center;
	margin-bottom: 60px;
	color: #FFF;
}
.contact_wrap .contact .wpcf7 {
	width: 100%;
	max-width: 920px;
	margin: auto;
}

.contact_wrap .contact .wpcf7 ul {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	padding-left: 0;
	list-style: none;
}

.contact_wrap .contact .wpcf7 ul li {
	width: calc(50% - 15px);
	margin-bottom: 30px;
}

@media (max-width: 500px) {
	.contact_wrap .contact .wpcf7 ul li {
		width: 99%;
	}
	#the-location-content .container.margin-vertical{
		margin-top: 20px;
	}
}

.contact_wrap .contact .wpcf7 ul li textarea {
	height: 26px;
	overflow: hidden;
	resize: none;
}

.contact_wrap .contact .wpcf7 ul li input,
.contact_wrap .contact .wpcf7 ul li textarea,
.contact_wrap .contact .wpcf7 ul li select {
	display: block;
	width: 100%;
	font-size: 14px;
	line-height: 1.1;
	letter-spacing: 0;
	background-color: transparent;
	color: #FFF;
	padding-left: 0;
	padding-bottom: 11px;
	box-sizing: border-box;
	border: none;
	border-bottom: 1px solid rgba(180, 198, 234, 0.3);
	outline: none;
	-webkit-appearance: none;
	border-radius: 0px;
	text-transform: uppercase;
	font-family: "Neutra Text", sans-serif;
}
.contact_wrap .contact .wpcf7 ul li option{
	background-color: #041539;
	color: #FFF;
	padding: 10px;
	border-color: #041539;
}

.contact_wrap .contact .wpcf7 ul li input::placeholder,
.contact_wrap .contact .wpcf7 ul li textarea::placeholder {
	/* Chrome, Firefox, Opera, Safari 10.1+ */
	font-size: 14px;
	line-height: 1.1;
	letter-spacing: 0;
	color: #FFF;
	opacity: 1;
	/* Firefox */
}

.contact_wrap .contact .wpcf7 ul li input:-ms-input-placeholder,
.contact_wrap .contact .wpcf7 ul li textarea:-ms-input-placeholder {
	/* Internet Explorer 10-11 */
	font-size: 14px;
	line-height: 1.1;
	letter-spacing: 2px;
	color: #FFF;
}

.contact_wrap .contact .wpcf7 ul li input::-ms-input-placeholder,
.contact_wrap .contact .wpcf7 ul li textarea::-ms-input-placeholder {
	/* Microsoft Edge */
	font-size: 14px;
	line-height: 1.1;
	letter-spacing: 2px;
	color: #FFF;
}

.contact_wrap .contact .wpcf7 ul li input.wpcf7-submit,
.contact_wrap .contact .wpcf7 ul li textarea.wpcf7-submit {
	width: auto;
	margin: 0 auto;
	border: 1px solid rgba(180, 198, 234, 0.3);
	cursor: pointer;
	font-size: 25px;
	line-height: 1.1;
	font-weight: 300;
	font-family: "Nib Pro", sans-serif;
	padding: 13px 140px;
	transition: all 0.5s;

}

@media (max-width: 500px) {

	.contact_wrap .contact .wpcf7 ul li input.wpcf7-submit,
	.contact_wrap .contact .wpcf7 ul li textarea.wpcf7-submit {
		width: 100%;
		padding-left: 0;
		padding-right: 0;
		text-align: center;
	}
	.maps-captowers img{
		height: 450px;
	}
}

.contact_wrap .contact .wpcf7 ul li input.wpcf7-submit:hover,
.contact_wrap .contact .wpcf7 ul li textarea.wpcf7-submit:hover {
	background-color: #FFF !important;
	color: #041539;
}

.contact_wrap .contact .wpcf7 ul li input.wpcf7-not-valid,
.contact_wrap .contact .wpcf7 ul li textarea.wpcf7-not-valid {
	border-bottom: 1px solid red;
}

.contact_wrap .contact .wpcf7 ul li.btn_row {
	width: 100%;
	margin-top: 40px;
}
.lang-5{
	margin-left: -10px;
	padding-left: 20px;
	border-left: 1px solid #FFF;
}
.lang-fixed5{
	padding-left: 15px;
	border-left: 1px solid #FFF;
}
.lang-6{
	margin-left: -18px;
}

@media (max-width: 500px) {
	.contact_wrap .contact .wpcf7 ul li {
		margin-bottom: 30px;
	}

	.contact_wrap .contact .wpcf7 ul li:nth-of-type(1) {
		order: 1;
	}

	.contact_wrap .contact .wpcf7 ul li:nth-of-type(3) {
		order: 1;
	}

	.contact_wrap .contact .wpcf7 ul li:nth-of-type(5) {
		order: 1;
	}

	.contact_wrap .contact .wpcf7 ul li:nth-of-type(2) {
		order: 2;
	}

	.contact_wrap .contact .wpcf7 ul li:nth-of-type(4) {
		order: 2;
	}

	.contact_wrap .contact .wpcf7 ul li:nth-of-type(6) {
		order: 2;
	}

	.contact_wrap .contact .wpcf7 ul li:nth-of-type(7) {
		order: 2;
	}
}

.contact_wrap .contact .wpcf7 .wpcf7-not-valid-tip {
	display: none;
}

.contact_wrap .contact .wpcf7 form .wpcf7-response-output {
	text-align: center;
	margin: 0;
	padding: 0;
	width: 100%;
	font-family: "Neutra Text", sans-serif;
	color: #fff;
}

@media (max-width: 768px) {
	.contact_wrap .contact .wpcf7 form .wpcf7-response-output {
		position: relative;
		bottom: auto;
		margin: 30px 0;
	}
}

.contact_wrap .contact .wpcf7 .cs-option,
.contact_wrap .contact .wpcf7 .cs-selected {
	padding: 0;
	color: #FFF;
	font-size: 14px;
	line-height: 1.1;
	border: none;
	padding-bottom: 20px;
	font-family: "Neutra Text", sans-serif;
}

@media (max-width: 1950px) {

	.contact_wrap .contact .wpcf7 .cs-option,
	.contact_wrap .contact .wpcf7 .cs-selected {
		font-size: 13px;
		padding-bottom: 8px;
	}
}

.contact_wrap .contact .wpcf7 .custom-combobox {
	border-bottom: 1px solid #707070;
}

.contact_wrap .contact .wpcf7 .cs-dropdown a {
	background-color: #dddddd;
	color: #204935;
	padding: 3px 15px;
	transition: all 0.5s;
}

.contact_wrap .contact .wpcf7 .cs-dropdown a:hover {
	background-color: #FFF;
	color: #041539;
}

.contact_wrap .contact .wpcf7 .cs-select {
	position: relative;
}

.contact_wrap .contact .wpcf7 .cs-select:after {
	content: "";
	width: 17px;
	height: 17px;
	position: absolute;
	top: 0;
	right: 5px;
	border-bottom: 1px solid #FFF;
	border-left: 1px solid #FFF;
	transform: rotate(-45deg);
}

@media (max-width: 1950px) {
	.contact_wrap .contact .wpcf7 .cs-select:after {
		width: 7px;
		height: 7px;
	}
}

.contact_wrap .contact .wpcf7 .cs-dropdown {
	border: 1px solid #dddddd;
}

.contact_wrap .contact .wpcf7-spinner {
	position: absolute;
}
.partener-image{
	height: 65px;
	width: auto;
	margin-top: 50px;
}
.partener-image:last-child{
	margin-right: 0;
}
@media (min-width:1820px) {
    #the-location-content .container.margin-vertical,
    .container.margin-vertical.p4_inner_wrapper_1{
        max-width: 100%;
    }
    #residences .paragraph_container.p4{
    	margin-right: 20px;
    }
}
#the-location-content .half-text.half-text-right{
	justify-content: flex-start;
}
#the-location-content .paragraph_container{
	margin-left: 120px;
}
@media screen and (max-width: 991px) {
    #the-location-content .paragraph_container {
        margin-left: 0;
    }
    #residences .half-text.p4_inner_text_wrapper.next {
        width: 100%;
    }
    #residences .half-text{
    	padding-right: 20px;
    }
   	#residences .half-image.is-vertical.p4_inner_image_wrapper.apart-4-img {
        width: 100%;
        padding-left: 0%;
        padding-right: 0%;
    }
    #residences .paragraph_container.p4{
    	margin-right: 0;
    }
    #residences .image-5{
    	height: 70px;
    }
    .footer-first .div-block-footer.div-block-center{
    	margin-top: 50px;
    	margin-bottom: 50px;
    }
    .logos .half-text:first-child:before{
    	display: none;
    }
    #the-location-content .half-text.half-text-right{
    	justify-content: center;
    }
    .paragraph{
    	max-width: 100%;
    }
    #cap-7-towers .paragraph_container.align-left.ph4-section-text-block,
    #interiors-content .paragraph_container.align-left.ph4-section-text-block,
    #residences .paragraph_container.p4,
    .main-text.ph4-main-title.p4-main-text{
    	margin: auto;
    	max-width: 500px;
    	width: 100%;
    }
    .home .in-residences img, #interiors-content.about-content .half-image.is-vertical.in-residences.ph4-section3-img img{
    	max-width: 500px;
    	width: 100%;
    	margin: auto;
    	display: block;
    }
    .home #residences.apartment-section{
    	padding: 0;
    	margin-top: 60px;
    	margin-bottom: 60px;
    }
    .container.margin-vertical.p4_inner_wrapper_1{
    	width: 100%;
    }
    .lang-5 {
        border-left: 0;
        margin-left: 0;
        padding-left: 0;
    }
    .lang-6 {
        margin-left: 0;
    }
    .nav-link_div:hover .nav-link_line{
    	display: none;
    }
    .logos{
    	padding-top: 60px;
    }
    .logos .half-text{
    	margin-bottom: 0;
    }
    #slider-bottom{
    	padding-top: 20px;
    }
    #interiors-content.about-content .half-image.is-vertical.in-residences.ph4-section3-img,
    .about-content .half-text.half-text-right,
    #interiors-content.about-content .tanger-content .half-image.is-vertical.in-residences.ph4-section3-img{
    	width: 100%;
    	text-align: center;
    	justify-content: center;
    }
    #interiors-content.about-content .paragraph_container.align-left.ph4-section-text-block,
    #interiors-content.about-content .tanger-content .paragraph_container.align-left.ph4-section-text-block{
    	max-width: 500px;
    	margin-top: 0;
    	margin-left: auto;
    	margin-right: auto;
    }
    .vivre-tanger .container.margin-vertical {
		    margin-top: 0;
		}
		.section.bg-sand-beige.vivre-tanger-grid{
			margin: 0;
			padding-top: 0;
		}
		#vivre-left .half-text.p4_inner_text_wrapper{
			padding-left: 20px;
			padding-right: 20px;
			margin-top: -20px;
		}
		#residences.image-bottom-final{
		    margin-top: -60px;
		}
		#residences.image-bottom-final .image-5{
			width: 100%;
			height: auto;
		}
    #interiors-content.about-content .tanger-content .paragraph_container.align-left.ph4-section-text-block{
    	margin-top: -20px;
    }
    .about-content p.title{
    	margin-top: 30px;
    	margin-bottom: 30px;
    }
    .mixed-use-1{
    	margin-top: -60px;
    }
    .page-template-about-us-cap-towers #residences .image-5{
    	height: auto;
    }
    #residences.image-with-bg:before{
    	height: calc(100% - 70px);
    }
    #residences.image-with-bg img{
    	max-width: 500px;
    	width: 100%;
    }
    #residences.image-with-bg{
    	padding: 0 10px 30px 10px;
    }
    #residences.image-with-bg .container{
    	gap: 0;
    }
    .page-template-about-us-cap-towers .container.margin-vertical{
    	display: flex;
    }
    .page-template-about-us-cap-towers #interiors-content .main-text.ph4-main-title.p4-main-text{
    	margin-bottom: 0 !important;
    }
}
@media screen and (max-width: 540px) {
	.home #residences.apartment-section{
		margin-top: 0;
	}
	.home #residences .paragraph_container.p4{
		padding-left: 30px;
		padding-right: 30px;
	}
	.logos .text_container.align-center img{
		max-width: 200px;
	}
}
/* Section avec vidéo background */
.video-hero-section {
    position: relative;
    width: 100%;
    display: block;
}

.page-template-vivre-a-tanger .video-hero-section {
	margin-top: -60px;
}

.page-template-vivre-a-tanger .home-content_wrapper{
	background-color: transparent !important;
}

.page-template-about-us-cap-towers .home-content_wrapper,.page-template-about-us-cap-towers  .section.bg-sand-beige{
	background-color: transparent;
}

.page-template-about-us-cap-towers  .section.bg-sand-beige.grid-text{
	padding-bottom: 60px;
}

/* Container vidéo */
.video-background {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}

.video-background video {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

/* Contenu texte par-dessus la vidéo */
.video-content {
    position: absolute;
    width: 100%;
    height: 100px;
    text-align: center;
    top: 30%;
    left: 0;
}

.video-content h2 {
    font-size: 4rem;
    font-weight: 300;
    font-style: italic;
    margin-bottom: 20px;
    text-shadow: 2px 2px 8px rgba(0, 0, 0, 0.7);
    letter-spacing: 2px;
}

.video-content p {
    font-size: 1.2rem;
    font-weight: 300;
    opacity: 0.9;
    text-shadow: 1px 1px 4px rgba(0, 0, 0, 0.5);
    line-height: 1.6;
}

/* Responsive */
@media (max-width: 768px) {
    .video-hero-section {
        height: 50vh;
        min-height: 400px;
    }

    .video-content h2 {
        font-size: 2.5rem;
    }

    .video-content p {
        font-size: 1rem;
    }

    /* Sur mobile, on peut cacher la vidéo et utiliser une image */
    .video-background video {
        display: none;
    }

    .video-background {
        background-image: url('../images/mobile.gif');
        background-size: cover;
        background-position: center;
    }
    #work-progress h2{
    	padding-bottom: 40px;
    	line-height: 1;
    }
    #work-progress h2 a{
    	margin-top: 10px;
    }
}
@media (min-width: 1768px) {
	.maps-captowers{
		margin-top: -500px;
	}
}
.display-in-desktop{
	display: block !important;
}
.display-in-mobile{
	display: none !important;
}
@media screen and (max-width: 991px) {
	.display-in-desktop{
		display: none !important;
	}
	.display-in-mobile{
		display: block !important;
	}
	.nav-link_div.display-in-mobile{
		display: flex !important;
	}
}
@media screen and (max-width:500px) {
	.maps-captowers{
		margin-top: -200px;
	}
	.lang-5{
		border-left: 0;
		margin-left: 0;
		padding-left: 0;
	}
	.lang-6{
		margin-left: 0;
	}
}
/* Styles du popup */
.popup-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.8);
    z-index: 9999;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease;
}

.popup-overlay.show {
    opacity: 1;
    visibility: visible;
}

.popup-content {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) scale(0.8);
    background: white;
    border-radius: 10px;
    max-width: 90%;
    max-height: 90%;
    width: 800px;
    overflow: hidden;
    transition: all 0.3s ease;
}

.popup-overlay.show .popup-content {
    transform: translate(-50%, -50%) scale(1);
}

.popup-header {
    padding: 20px;
    border-bottom: 1px solid #eee;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.popup-title {
    margin: 0;
    font-size: 24px;
    color: #06173A;
}

.close-btn {
    background: none;
    border: none;
    font-size: 28px;
    cursor: pointer;
    color: #999;
    padding: 0;
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.close-btn:hover {
    color: #333;
}

/* Styles du slider */
.slider-container {
    position: relative;
    padding: 20px;
}

.popup-content .slider {
    position: relative;
    overflow: hidden;
    border-radius: 8px;
    height: 400px;
    direction: ltr;
}

.slider-track {
    display: flex;
    transition: transform 0.5s ease;
    width: 600%; /* AJOUTÉ - 5 slides * 100% */
}

.slider-track .slide {
    width: 16.666%; /* CHANGÉ - 100% / 5 slides */
    flex-shrink: 0; /* AJOUTÉ */
    display: flex; /* AJOUTÉ */
    justify-content: center; /* AJOUTÉ */
    align-items: center; /* AJOUTÉ */
    background: #f8f8f8; /* AJOUTÉ */
    min-height: 400px; /* AJOUTÉ */
    margin-right: 0;
}

.slide img {
    max-width: 100%;
    max-height: 400px;
    width: auto;
    height: auto;
    object-fit: contain;
    display: block;
}

.slider-arrow {
    position: absolute;
    top: calc(50% - 25px);
    transform: translateY(-50%);
    background: rgba(255, 255, 255, 0.9);
    border: none;
    width: 50px;
    padding: 15px;
    height: 50px;
    border-radius: 50%;
    cursor: pointer;
    display: flex;
    justify-content: center;
    font-size: 35px;
    line-height: 39px;
    color: #06173A;
    transition: all 0.3s ease;
    z-index: 10;
}

.slider-arrow:hover {
    background: white;
    transform: translateY(-50%) scale(1.1);
}

.slider-arrow.prev {
    left: 15px;
}

.slider-arrow.next {
    right: 15px;
}

.slider-dots {
    display: flex;
    justify-content: center;
    gap: 10px;
    margin-top: 20px;
}

.slider-dot {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background: #ccc;
    cursor: pointer;
    transition: all 0.3s ease;
}

.slider-dot.active {
    background: #06173A;
    transform: scale(1.2);
}

/* Responsive */
@media (max-width: 768px) {
    .popup-content {
        width: 95%;
        max-height: 95%;
    }
    
    .slide img {
                max-height: 250px;
    }
    
    .slider-arrow {
        width: 40px;
        height: 40px;
        font-size: 16px;
    }
    
    .popup-header {
        padding: 15px;
    }
    
    .popup-title {
        font-size: 20px;
    }
}
html[lang="en-GB"] .contact_wrap,html[lang="en-GB"]  .footer_component{
    background: #00183e;
}


.about-features {
  list-style: none;
  padding: 0;
  margin: 25px 0 0; /* espace au-dessus */
  display: grid;
  grid-template-columns: repeat(2, 1fr); /* 2 colonnes */
  gap: 15px 30px;
}

.about-features li {
  display: flex;
  align-items: center;
  font-size: 1rem;
  font-weight: 500;
  color: #0A1A3C;
}

.about-features li span {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 32px;
  height: 32px;
  margin-right: 10px;
  border-radius: 50%;
  background: #f2f5fa;
  font-size: 1.1rem;
}
/* Sous-menu - Style de base */
.submenu {
    position: absolute;
    top: 190%;
    left: 0;
    background-color: #7C9CB6;
    text-transform: uppercase;
    text-align: left;
    border: 1px solid rgba(255, 255, 255, 0.5);
    box-shadow: 0 4px 25px rgba(0, 0, 0, 0.1);
    opacity: 0;
    visibility: hidden;
    transform: translateY(-10px);
    transition: all 0.3s ease;
    list-style: none;
    margin: 0;
    padding: 0;
    min-width: 150px;
    z-index: 1000;
}

/* Afficher le sous-menu au hover */
.has-submenu:hover .submenu {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

/* Items du sous-menu */
.submenu-item {
    list-style: none;
    margin: 0;
    padding: 0;
}

.submenu_link {
    display: block;
    padding: 16.5px 20px;
    color: #FFF;
    text-decoration: none;
    transition: background-color 0.2s ease;
    white-space: nowrap;
}

.submenu_link:hover {
    background-color: #7C9CB6;
}
.nav_fixed .submenu_link, .nav_fixed .submenu_link:hover {
	background-color: #041539
}
.nav_fixed .submenu{
	border-color: #041539;
}

/* Assurer que le parent a position relative */
.has-submenu {
    position: relative;
}

.has-submenu .nav-link_line {
    background-color: transparent;
    position: absolute;
    width: 20px !important;
    height: 10px !important;
    left: calc(50% - 10px);
    bottom: -12px;
    background-image: url("../images/menu-hover.svg");
}

.has-submenu .nav-link_div:hover .nav-link_line, .has-submenu.nav-link_div:hover .nav-link_line {
	background-color: transparent !important;
}

/* Pour le menu mobile - affichage vertical */
@media (max-width: 991px) {
    .submenu {
        display: none;
    }
    
    .has-submenu .nav-link_line{
    	display: none !important;
    }
}
.grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
}

.card-grid h2 {
    font-family: "Nib Pro", sans-serif;
		font-weight: 300;
		font-style: italic;
		font-size: 25px;
		line-height: 25px;
		color: #06173A;
}

.card-grid p {
    color: #06173A;
    font-family: 'Neutra Text',sans-serif;
		font-weight: 500;
		font-style: normal;
		font-size: 16px;
		line-height: 24px;
		color: #06173A;
}
.grid-last h2{
	margin-top: 0;
}

/* Responsive pour mobile et tablette - 1 colonne à la fois */
@media (max-width: 992px) {
    .grid {
        grid-template-columns: 1fr;
        gap: 30px;
    }
    .card-grid h2 {
    	margin-top: 0;
    }
    .card-grid p {
    	margin-bottom: 0;
    }
    .grid-last{
    	margin-top: -30px;
    }
}
@media screen and (max-width: 479px) {
    .page-template-about-us-cap-towers .paragraph_container {
        grid-row-gap: 60px;
    }
    .half-image.is-vertical.section-one-half-img{
    	width: 88%;
    }
}
#tour-usage, #avancement-projet{
	inset: 0;
}