/* fontawsome icon */
@import url("https://use.fontawesome.com/releases/v5.0.7/css/all.css");
@import url("https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css");

*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

@font-face {
    font-family: 'FreightNeoW03';
    src: url('../Fonts/FreightNeoW03-BlackItalic.woff2') format('woff2'),
        url('../Fonts/FreightNeoW03-BlackItalic.woff') format('woff');
    font-weight: 900;
    font-style: italic;
    font-display: swap;
}



@font-face {
    font-family: 'FreightNeoW03';
    src: url('../Fonts/FreightNeoW03-BlackItalic.woff2') format('woff2'),
        url('../Fonts/FreightNeoW03-BlackItalic.woff') format('woff');
    font-weight: 900;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'FreightNeoW03';
    src: url('../Fonts/FreightNeoW03-BlackItalic.woff2') format('woff2'),
        url('../Fonts/FreightNeoW03-BlackItalic.woff') format('woff');
    font-weight: 900;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'FreightNeoW03-Book';
    src: url('../Fonts/FreightNeoW03-Book.woff2') format('woff2'),
        url('../Fonts/FreightNeoW03-Book.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'FreightNeoW03';
    src: url('../Fonts/FreightNeoW03-Bold.woff2') format('woff2'),
        url('../Fonts/FreightNeoW03-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'FreightNeoW03';
    src: url('../Fonts/FreightNeoW03-Bold.woff2') format('woff2'),
        url('../Fonts/FreightNeoW03-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'FreightNeoW03-Book';
    src: url('../Fonts/FreightNeoW03-Book.woff2') format('woff2'),
        url('../Fonts/FreightNeoW03-Book.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'FreightNeoW03';
    src: url('../Fonts/FreightNeoW03-Light.woff2') format('woff2'),
        url('../Fonts/FreightNeoW03-Light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'FreightNeoW03';
    src: url('../Fonts/FreightNeoW03-Medium.woff2') format('woff2'),
        url('../Fonts/FreightNeoW03-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'FreightNeoW03';
    src: url('../Fonts/FreightNeoW03-Light.woff2') format('woff2'),
        url('../Fonts/FreightNeoW03-Light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'FreightNeoW03';
    src: url('../Fonts/FreightNeoW03-Medium.woff2') format('woff2'),
        url('../Fonts/FreightNeoW03-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'FreightNeoW03-Semi';
    src: url('../Fonts/FreightNeoW03-Semi.woff2') format('woff2'),
        url('../Fonts/FreightNeoW03-Semi.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'FreightNeoW03-Semi';
    src: url('../Fonts/FreightNeoW03-Semi.woff2') format('woff2'),
        url('../Fonts/FreightNeoW03-Semi.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}



body, html{
    height: 100%;
}
h1, h2, h3, h4, h5, h6{
    font-family: 'Optima';
    letter-spacing: 1px;
    font-family: -apple-system, system-ui, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
}
p{
    font-family: -apple-system, system-ui, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
}
ul, ol{
    padding: 0;
    margin: 0;
    list-style: none;
}
a{
    text-decoration: none;
}
header {
    padding: 25px 0;
    position: absolute;
    left: 0;
    width: 100%;
    z-index: 9;
    background-image: linear-gradient(180deg, #000000ba 0%, #00000000 90%);
}
.brand{
    color: #000;
    text-decoration: none;
    font-size: 22px;
    line-height: 26px;
    font-family: 'FreightNeoW03';
}
.brand strong{
    font-family: 'FreightNeoW03-Semi';
}
header .ConTact_lIst_Right{
    display: flex;
    align-items: center;
    justify-content: flex-end;
}
header .ConTact_lIst_Right li a {
    color: #fff;
    font-size: 17px;
    text-transform: uppercase;
    display: flex;
    align-items: center;
    gap: 6px;
    position: relative;
    padding: 0 25px;
    transition: all 0.4s ease-in-out;
}
header .ConTact_lIst_Right li a:hover {
    color: #d4b769;
}
header .ConTact_lIst_Right li a::after {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    width: 1px;
    height: 100%;
    background:#999;
}
header .ConTact_lIst_Right li:last-child a::after {
    display: none;
}
header .ConTact_lIst_Right li:last-child a {
    background: #d4b769;
    color: #fff;
    border-radius: 40px;
    padding: 6px 25px 6px 10px;
    margin-left: 25px;
}
header .ConTact_lIst_Right li:last-child a:hover {
    background: #0a315a;
    color: #fff;
}
header .ConTact_lIst_Right li:last-child a i {
  background: #275ca2;
 
}
header .ConTact_lIst_Right li:last-child a:hover i {
    background: #d4b769;
   
}
header .ConTact_lIst_Right li a i {
    background: #d4b769;
    color: #fff;
    border-radius: 40px;
    width: 32px;
    height: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
}


.D_top__slider .product-wrap img{
    object-fit: cover;
    height: 95vh;
    position: relative;
    width: 100%;
}

.D_top__slider .owl-prev, .D_top__slider .owl-next {
    background: rgba(0, 0, 0, .5);
    border: none;
    height: 40px;
    outline: none;
    position: absolute;
    top: 45%;
    width: 40px;
    z-index: 1;
    color: #fff;
    font-size: 33px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.D_top__slider .owl-prev {
    left: 50px;
}
.D_top__slider .owl-next{
    right: 50px;
}
.D_top__slider .product-wrap {
    position: relative;
}
.product-wrap-content {
    position: absolute;
    left: 0;
    bottom: 30%;
    width: 100%;
    z-index: 1;
}
.product-wrap-content h2{
    font-family: 'FreightNeoW03';
    color: #fff;
    font-size: 72px;
}
.product-wrap-content p{
    font-family: 'FreightNeoW03';
    color: #fff;
    font-size: 26px;
    max-width: 390px;
    font-weight: 300;
}
.D_top__slider .product-wrap:after {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    content: '';
    background: rgba(0, 0, 0, .45);
}
.content-section{
    padding: 80px 0;
    text-align: center;
}
.content-section h1{
    font-family: 'FreightNeoW03-Book';
    font-size: 32px;
    color: #222326;
}
.content-section p{
    font-family: 'FreightNeoW03-Book';
    color: #444;
    font-size: 16px;
}
.content-section p strong{
  font-family: -apple-system, system-ui, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
  font-size: 18px;
  color: #bb9b44;
}
.content-section p a{
  color: #bb9b44;
}
.content-section p .btn-default {
  border: none;
  background-color: #d4b769;
  padding: 12px 30px;
  border-radius: 0;
  font-family: 'FreightNeoW03';
  font-weight: 300;
  font-size: 1.2rem;
  color: #fff;
  margin-top: 40px;
  border-radius: 40px;
}
.content-section p .btn-default:hover {
    background-color: #c9a441;
    -webkit-transition: all ease-in-out .3s;
    -o-transition: all ease-in-out .3s;
    transition: all ease-in-out .3s;
}
.property-list h2{
    font-family: 'FreightNeoW03-Book';
    font-size: 32px;
    color: #222326;
    text-align: center;
}


.owl-actus {
  display: grid !important;
  grid-template-areas: "carousel carousel" "btn navigation";
  grid-template-rows: 1fr 40px;
  grid-column-gap: 20px;
  grid-row-gap: 25px;
  grid-template-columns: 40px 1fr;
}
.owl-actus .owl-nav {
  grid-area: btn;
}
.owl-actus .owl-dots {
  grid-area: navigation;
}
.owl-actus .owl-dots .owl-dot span {
  margin-bottom: 0;
}
.owl-actus .owl-stage-outer {
  grid-area: carousel;
}
.owl-actus .owl-dots, .owl-actus .owl-nav {
  min-height: 40px;
  display: flex !important;
  align-items: center;
  flex-wrap: nowrap;
  margin-top: 0;
  width: 90%;
}
.owl-carousel.owl-actus {
  grid-template-columns: 1fr 4fr;
}
.owl-carousel.owl-actus .owl-nav, .owl-carousel.owl-actus .owl-dots {
  grid-area: navigation;
}
.owl-carousel.owl-actus .owl-dots {
  margin-left: 55px;
}
.img-actu {
    padding: 20px 0;
}
.owl-carousel.owl-actus .img-actu .field {
  height: 350px;
  width: 100%;
}
.owl-carousel.owl-actus .img-actu .field img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 8px;
}
.owl-actus .owl-item img {
  margin: 0 auto;
}
.owl-actus .owl-item a, .owl-actus .owl-item a:hover, .owl-actus .owl-item a:focus {
  color: #000;
}
.owl-actus .owl-dots.disabled .owl-dot, .owl-actus .owl-dots.disabled .owl-next, .owl-actus .owl-dots.disabled .owl-prev, .owl-actus .owl-nav.disabled .owl-dot, .owl-actus .owl-nav.disabled .owl-next, .owl-actus .owl-nav.disabled .owl-prev {
  cursor: default;
}
.owl-actus .owl-dots.disabled span, .owl-actus .owl-nav.disabled span {
  opacity: 0.3;
}
.owl-actus .owl-dots.disabled span {
  color: white;
  background-color: white !important;
}
.owl-actus .owl-nav.disabled span::before {
  background-color: white;
  color: white;
  display: none;
}
.owl-actus .owl-nav span {
  padding: 10px;
}
.owl-actus .owl-dots .owl-dot.active span, .owl-actus .owl-dots .owl-dot:hover span {
  background: #000;
}
.owl-actus .owl-dots .owl-dot {
  width: 100%;
  padding: 15px 0 !important;
}
.owl-actus .owl-dots .owl-dot span {
  width: 100%;
  height: 2px;
  margin: 0;
  margin-left: 20px;
  background: #E9E9E9;
  display: block;
  -webkit-backface-visibility: visible;
  transition: opacity 0.2s ease;
}
.owl-actus .title-actu .field {
    margin: 15px 0;
    font-size: 16px;
    font-weight: 300;
    min-height: 50px;
    display: block;
}
.owl-actus i.las {
  color: #000;
  font-size: 2em;
  font-family: 'FreightNeoW03';
    font-weight: 300;
}
.actu-teaser .date-actu .year {
    color: #333;
}

@media (max-width: 575.98px) {
  .owl-carousel.owl-actus {
    grid-template-columns: 1fr;
  }
  .owl-carousel.owl-actus .owl-nav, .owl-carousel.owl-actus .owl-dots {
    grid-area: btn;
  }
}
.owl-actus .owl-nav i {
    font-size: 36px;
    margin: 0 10px;
}

.actu-teaser {
  border-left: 1px solid #757575;
  padding: 0 20px;
  padding-bottom: 15px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  min-height: 400px;
  width: 100%;
}
.actu-teaser .date-actu {
  color: #1773d1;
  font-size: 1rem;
  line-height: 2rem;
  font-family: 'FreightNeoW03';
  font-weight: bold;
}
@media (max-width: 575.98px) {
  .actu-teaser .date-actu {
    line-height: 2.5rem;
  }
}
.actu-teaser .date-actu .day {
  font-size: 2rem;
  text-transform: uppercase;
  font-family: 'FreightNeoW03';
  font-weight: 300;
  color: #d4b769;
}

.actu-teaser .url-actu a {
    color: #d4b769;
    display: flex;
    align-items: center;
    place-content: space-between;
    margin-top: 20px;
}
.field.field--name-field-image-hero {
    overflow: hidden;
}
.field.field--name-field-image-hero img{
    -webkit-transform: scale(1);
	transform: scale(1);
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
}
.field.field--name-field-image-hero:hover img {
	-webkit-transform: scale(1.2);
	transform: scale(1.2);
}

.invest_in_dubai{
  background: url(../images/damac-tower.jpg);
  background-attachment: fixed;
  background-position: center;
  background-size: cover;
  padding: 70px 0;
  margin-bottom: 80px;
  position: relative;
}
.invest_in_dubai:after {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  content: '';
  background: rgba(0, 0, 0, .75);
}
.invest_in_dubai_content{
  position: relative;
  z-index:1;
}
.invest_in_dubai h2{
  font-family: 'FreightNeoW03-Book';
  font-size: 34px;
  text-align: center;
}
.invest_in_dubai p{
  font-family: 'FreightNeoW03';
  font-weight: 300;
  text-align: center;
}
.invest_in_dubai_slider{
  margin-top: 40px;
}
.product_Content {
  border: 1px solid #d4b769;
  min-height: 400px;
  padding: 30px 20px 10px;
  border-radius: 6px;
}
.invest_in_dubai_slider h3{
  font-family: 'FreightNeoW03-Book';
  font-size: 24px;
  text-align: center;
  color: #fff;
  margin-bottom: 20px;
}
.invest_in_dubai_slider ul li{
  font-family: 'FreightNeoW03';
  font-weight: 300;
  text-align: left;
  color: #fff;
  position: relative;
  margin: 8px 0;
  font-size: 16px;
  padding-left: 22px;
}
.invest_in_dubai_slider ul li::before {
  content: '\f046';
  font-family: 'FontAwesome';
  position: absolute;
  left: 0;
  top: 2px;
  right: auto;
  color: #d4b769;
}
.product_Content .WID_icon {
  background: #d4b769;
  width: 80px !important;
  height: 80px;
  margin: auto;
  margin-bottom: 20px;
  border-radius: 50px;
  padding: 20px;
}
.product_Content .WID_icon img{
  filter: invert();
}

.invest_in_dubai_slider .owl-dots {
  text-align: center;
}
.invest_in_dubai_slider .owl-dots, .invest_in_dubai_slider .owl-nav{
  grid-area: navigation;
  min-height: 40px;
  display: flex !important;
  align-items: center;
  flex-wrap: nowrap;
  margin-top: 0;
  width: 93.7%;
}
.invest_in_dubai_slider .owl-dot{
  width: 100%;
  padding: 15px 0 !important;
}
.invest_in_dubai_slider .owl-dot span{
  width: 100%;
  height: 2px;
  margin: 0;
  margin-left: 20px;
  background: #E9E9E9;
  display: block;
  -webkit-backface-visibility: visible;
  transition: opacity 0.2s ease;
}
.invest_in_dubai_slider .owl-dots .owl-dot.active span, .invest_in_dubai_slider .owl-dots .owl-dot:hover span {
  background: #d4b769;
}
.invest_in_dubai_slider .owl-nav i {
  font-size: 36px;
  margin: 0 10px;
  color:#d4b769;
}
.owl-carousel.invest_in_dubai_slider {
  grid-template-columns: 1fr 4fr;
  display: grid !important;
  grid-template-areas:
      "carousel carousel"
      "btn navigation";
  grid-template-rows: 1fr 40px;
  grid-column-gap: 20px;
  grid-row-gap: 65px;
}
.owl-carousel.invest_in_dubai_slider .owl-stage-outer {
  grid-area: carousel;
}
.owl-carousel.invest_in_dubai_slider .owl-dots {
  margin-left: 55px;
}
.invest_in_dubai_slider h3 small {
  font-size: 14px;
  font-family: 'FreightNeoW03';
  font-weight: 300;
}

.product_Content h5 {
  color: #fff;
  text-decoration: underline;
  font-size: 14px;
  text-align: center;
  font-weight: 400;
}
.product_Content table tr td {
  border: 1px solid #808080;
  color: #fff;
  padding: 5px 6px;
  font-size: 14px;
}

.ContactForm{
    padding:70px 0 80px 0;
}

.ContactForm {
  background-image: linear-gradient(
    to left bottom,
    #051937,
    #05162f,
    #051327,
    #040f1f,
    #010a18
  );
  background-size: 800%;
  animation: animateClr 1s infinite cubic-bezier(0.62, 0.28, 0.23, 0.99);
}
.ContactForm h2{
    font-family: 'FreightNeoW03-Book';
    font-size: 32px;
    text-align: center;
}
.ContactForm p{
    font-family: 'FreightNeoW03';
    font-weight: 300;
}
.ContactForm  h3 {
    font-size: 28px;
    font-family: 'FreightNeoW03-Book';
}
.ContactForm  label{
    font-family: 'FreightNeoW03-Book';
}
.ContactForm input[type="text"],
.ContactForm input[type="email"],
.ContactForm input[type="tel"],
.ContactForm textarea {
  border: none;
  border-bottom: 2px solid rgb(128, 126, 126);
  background: transparent;
  outline: none;
  width: 100%;
  text-transform: capitalize;
  padding: 1rem 0rem;
  font-family: 'FreightNeoW03-Book';
}
.ContactForm  .btn-outline-dark {
    font-family: 'FreightNeoW03-Book';
    letter-spacing: 1px;
    font-size: 18px;
}
.ContactForm  .btn-outline-dark:hover {
    background: #d4b769;
    border-color: #d4b769;
    color: #fff;
}

.ContactForm .aside {
  background-image: linear-gradient(
    to left bottom,
    #051937,
    #002350,
    #002d69,
    #003684,
    #01409f
  );
  animation: animateClr 5s infinite cubic-bezier(0.62, 0.28, 0.23, 0.99);
  background-size: 400%;
}
.ContactForm ul li span{
    font-size: 18px;
    font-family: 'FreightNeoW03';
}
@keyframes animateClr {
  0% {
    background-position: 0% 50%;
  }

  50% {
    background-position: 100% 50%;
  }

  100% {
    background-position: 0% 50%;
  }
}
.property-list {
    padding-bottom: 40px;
}
.ContactForm span i.fa {
  border: 1px solid #ffff;
  border-radius: 10px;
  width: 55px;
  height: 55px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 24px;
  color: #fff;
}
.ContactForm input:focus, textarea:focus{
  border-color: #d4b769;
}
footer {
  background-color: #163057;
  padding: 70px 0 0;
  color: #fff;
  text-align: center;
  font-family: 'FreightNeoW03-Book';
}
footer  p{
  font-family: 'FreightNeoW03';
  font-weight: 300;
}
footer p span {
  color: #d4b769;
}
.Copyright {
  padding: 20px 0;
  border-top: 1px solid #204163;
  margin-top: 50px;
}
.Copyright a{
  color: #d4b769;
}
.small, small {
  font-size: .685em;
}
















@media (max-width: 991px){
  .container-fluid.px-5{
    padding: 0 15px !important;
  }
  header .ConTact_lIst_Right li a{
    padding: 0 15px;
  }
  .D_top__slider .product-wrap img{
    height: 90vh;
  }
  .D_top__slider .owl-prev {
    left: 20px;
  }
  .D_top__slider .owl-next{
      right: 20px;
  }
}
@media (max-width: 767px){
  .container-fluid.px-5{
    padding: 0 15px !important;
  }
  .D_top__slider .product-wrap img{
    height: 500px;
  }
  .product-wrap-content{
    bottom: 20%;
  }
  header .ConTact_lIst_Right li a {
    padding: 0 2px;
  }
  .content-section{
    padding: 60px 0;
  }
  .ContactForm {
    padding: 60px 15px;
  }
  .ContactForm .col-lg-8.col-md-12.p-5, .ContactForm .col-md-6.p-3 {
    padding: 0 15px !important;
  }
  .D_top__slider .owl-nav {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
    margin-top: -20px;
  }
  .D_top__slider .owl-prev, .D_top__slider .owl-next{
    position: static;
  }
  .invest_in_dubai_slider .owl-dots, .invest_in_dubai_slider .owl-nav{
    width: 100%;
  }
  .invest_in_dubai_slider .owl-nav{
    justify-content: center;
    margin-top: 15px;
    width: 100%;
  }
  .owl-carousel.invest_in_dubai_slider .owl-dots {
    margin-left: 0;
    width: 100%;
  }
  .owl-carousel.invest_in_dubai_slider .owl-nav, .owl-carousel.invest_in_dubai_slider .owl-dots {
    grid-area: btn;
  }
  .invest_in_dubai_slider .owl-dot span{
    margin-left: 0;
  }
  .owl-carousel.invest_in_dubai_slider{
    display: block !important;
  }
  .property-list h2{
    margin-bottom: 35px;
  }
  .ContactForm{
    margin-top: 50px;
  }
  .D_top__slider .owl-prev {
    left: 0px;
  }
  .D_top__slider .owl-next{
      right: 0px;
  }
}
@media (max-width: 580px){
  .container-fluid.px-5{
    padding: 0 15px !important;
  }
  .product-wrap-content h2 {
    font-size: 62px;
    line-height: 58px;
  }
  .product-wrap-content{
    bottom: 15%;
  }
  header .ConTact_lIst_Right li:last-child a{
    margin-left: 10px;
  }
  .actu-teaser{
    padding: 0 0 0 10px;
  }
  .owl-carousel.owl-actus .owl-dots, .owl-actus .owl-dots .owl-dot span {
    margin-left: 0;
    width: 100%;
  }
  .owl-actus .owl-nav{
    justify-content: center;
    margin-bottom: -50px;
    width: 100%;
  }
  header .brand img {
    width: 70px;
  }
}
@media (max-width: 380px){
  .container-fluid.px-5{
    padding: 0 15px !important;
  }
  .product-wrap-content h2 {
    font-size: 52px;
    line-height: 46px;
  }
  header .ConTact_lIst_Right li:last-child a{
    margin-left: 0;
    padding: 6px 20px 6px 10px;
    font-size:16px;
  }
  .product-wrap-content p {
    font-size: 22px;
    line-height: 28px;
  }
}