@font-face {font-family: 'Karmina';
  src: url('../font/Karmina-Regular.woff2') format('woff2'),
        url('../font/Karmina-Regular.woff') format('woff'); 
        font-weight: normal;
        font-style: normal;
        font-display: swap;
}
@font-face {font-family: 'Acumin-Pro';
  src:  url('../font/Acumin-RPro.woff') format('woff'); 
/*        font-weight: 200;*/
        font-style: normal;
}
@font-face {font-family: 'Acumin-ItPro';
  src:  url('../font/Acumin-ItPro.woff') format('woff'); 
/*        font-weight: 200;*/
        font-style: normal;
}
@font-face {font-family: 'Quasimoda-Bold';
  src:  url('../font/Quasimoda-Bold.woff') format('woff'); 
        font-style: normal;
}
@font-face {font-family: 'Quasimoda-Regular';
  src:  url('../font/Quasimoda-Regular.woff') format('woff'); 
        font-style: normal;
}
@font-face {font-family: 'GE-Hili-Book';
  src:  url('../font/GE-Hili-Book.woff') format('woff'); 
        font-style: normal;
}
@font-face {font-family: 'GE-Hili-Light';
  src:  url('../font/GE-Hili-Light.woff') format('woff'); 
        font-style: normal;
}
@font-face {font-family: 'GE-SS-Two-Light';
  src:  url('../font/GE-SS-Two-Light.woff') format('woff'); 
        font-style: normal;
}
@font-face {font-family: 'GE-SS-Two-Medium';
  src:  url('../font/GE-SS-Two-Medium.woff') format('woff'); 
        font-style: normal;
}
body{
    font-family: 'GE-SS-Two-Light';
    padding: 0;
    margin: 0;
    color: #3f322d;
    font-size: 18px;
    overflow-x: hidden;
    background: #fff;
    font-weight: 300;
}
*{
  box-sizing: border-box;
}
html {
  scroll-behavior: smooth;
}
a{
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
}
a:hover{
  text-decoration: none;
  color: rgba(255, 178, 23, 1);
}

p{
  line-height: 30px;
  text-align: right;
}
strong{
    font-weight: 900;
}
.container{
   /*max-width: 1210px; */
max-width: 1440px;
}
/*--footer css start--*/
.footer-main{
  background-image: linear-gradient(180deg, #af9685 0%, #3f322d 94%);
  padding-top: 65px;
  color: #fff;
	text-align:end;
}

.footer-about img{
  max-width: 200px;
  margin-bottom: 30px;
}
.footer-title{
  font-size: 23px;
  font-weight: bold;
  margin-top: 80px;
}
.footer-link ul{
  list-style: none;
  padding: 0;
}
.footer-link ul li a{
 color: #fff;
 padding-top: 10px;
 display: flex;
 flex-direction: row-reverse;
/* display: inline-block;*/
}
.footer-link ul li a i{
  padding-left: 15px;
}
.socials-icons-list{
/*  border-bottom: 1px solid #fff;*/
  padding-bottom: 30px;
}
.socials-icons-list a{
  color: #fff;
  padding-left: 20px;
}
.footer-interest a{
  display: inline-block;
  padding: 5px 20px 0px;
  background: #fff;
  color: #af9685;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 15px;
  margin-top: 20px;  
}
.footer-interest{
  border-top: 1px solid #fff;
  display: inline-block;
}
.footer-1{
  padding-bottom: 50px;
}
.copy-right{
  text-align: center;
  font-size: 17px;
  line-height: 22px;
  text-transform: uppercase;
  color: #878787;
  font-weight: 300;
  padding-bottom: 20px;
}
/*--footer css End--*/
/*--Register section start--*/
.register-interest{
  background-image: url(../img/form-bg.png);
  background-size: cover;
  background-repeat: no-repeat;
}
.register-interest-bg{
  background-color: rgba(34,20,14,0.6);
  padding: 100px 0px 120px 0px;
  color: #fff;
}
.main-title{
  font-size: 62px;
  letter-spacing: 5px;
  line-height: 67px;
  font-family: 'GE-Hili-Book';
}
.register-interest-row{
  display: flex;
	flex-flow:column-reverse;
  flex-wrap: wrap;
  align-items: center;
}
.register-interest-col-1{
  width: 50%;
  padding-right: 80px;
}
.register-interest-col-2{
  width: 50%;
  padding: 0px 60px;
}
.register-interest-form-bg{
  background-color: rgba(34,20,14,0.8);
  padding: 40px 60px;
}
.custom-form .form-control,
.custom-form .custom-select{
  border: 0.5px solid #ffffff;
  background-color: transparent;
  color: #fff;
  height: 48px;
}
.custom-form textarea.form-control{
  height: 100px;
}
.custom-form .custom-select option{
  background-color:  rgba(34,20,14,1);
}
.custom-form label{
  margin-bottom: 0px;
}
.custom-form .btn{
  font-weight: bold;
  background: transparent;
  font-size: 18px;
  color: #fff;
  border: none;
  letter-spacing: 1px;
}
/*--Register section End*/
/*--latest-properties section start---*/
.latest-properties{
  background-image: linear-gradient(180deg, #af9685 0%, #3f322d 100%);
  padding: 75px 0px 120px 0px;
	text-align: end;
}
.properties-img{
  height: 250px;
  padding: 0px 10px;
}
.properties-img img{
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 15px;
}
/*--latest-properties section End*/
/*--mission section start---*/
.mission-bg{
  padding: 100px 0px;
  background-image: url(../img/bg-2-ar.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: left bottom;
	    text-align: end;
}
.mission-bg h2{
  font-size: 25px;
  text-transform: uppercase;
  font-family: 'GE-SS-Two-Medium';
}
/*mission- section end--*/
/*--cultivating-experience section start--*/
.cultivating-experience{
  padding: 50px 0px;
  background-image: url(../img/amwaj-bg-1-ar.png);
  background-size: contain;
  background-position: left bottom;
  background-repeat: no-repeat;
  overflow-x: hidden;
}
.cultivating-img-body{
  width: 50%;
  height: 600px;
  padding: 0px 10px;
}
.cultivating-img-body img{
  width: 100%;
  height: 100%;
  object-fit: cover;
   box-shadow: 0 10px 20px rgba(0,0,0,0.19), 0 6px 6px rgba(0,0,0,0.23);
}
.cultivating-img{
  display: flex;
  flex-wrap: wrap;
}
@media only screen and (max-width:991px)
{
	.cultivating-experience .col-md-6.right.aos-init.aos-animate {
		margin-top: 20px;
	}
}
/*--cultivating-experience section end*/
/*--Animated section start---*/
.animated-video{
  width: 100%;
  position: relative;
  height: auto;
  overflow: hidden;
}
.animated-video video,
.animated-video .animated-img{
  width: 100%;
  max-height: 1100px;
/*  height: 100%;*/
  object-fit: cover;
}
.animated-overlay{
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background-image: linear-gradient(180deg, rgba(34, 20, 14, 0), rgba(34, 20, 14, 1));
/*  background-color: rgba(34,20,14,0.8);*/
	    text-align: end;
}
.animated-overlay-row{
  display: flex;
  height: 100%;
  flex-direction: column;
  justify-content: flex-end;
  padding-bottom: 50px;
	
}
.animated-overlay-row span{
  text-transform: uppercase;
  color: #fff;
  font-size: 29px;
  letter-spacing: 5px;
  line-height: 38px;
}
/*--Animated section end---*/
.main-banner-img{
  width: 100%;
  height: 100vh;
}
.main-banner-img img{
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top;
}
.main-banner{
  position: relative;
}
.main-banner-overlay{
  position: absolute;
  bottom: 0;
  left: 0;
  background-image: linear-gradient(180deg, rgba(63,50,45,0) 8%, rgba(34,20,14,0.9999999999999999) 87%);
  color: #fff;
  width: 100%;
	text-align: end;
}
.main-banner-row{
  width: 70%;
	float:right;
}
.main-banner-row h1 span{
  display: block;
} 
/*--header section start---*/
.main-header .navbar-brand{
  max-width: 250px;
  margin-right:0px;
  margin-left:16px;
}
.main-header .navbar-brand img{
  width: 100%;
}
.main-header{
  position: fixed;
  width: 100%;
  z-index: 999;
  background-image: linear-gradient(0deg, rgba(63,50,45,0) 2%, rgba(34,20,14,0.9999999999999999) 100%);
  -webkit-transition: 3s all;
  -moz-transition: 3s all;
  transition: 3s all;
}
.main-header.header-bg{
  background-color: #22140ecc;
}
.main-header .nav-link{
  font-size: 20px;
  color: #fff!important;
  padding: 0px 40px !important;
}
.widget_polylang li
{
	  font-size: 20px;
  color: #fff!important;
  padding: 0px 40px !important;
}
.right-header a{
  font-size: 20px;
  color: #fff;
}
.right-header .w-btn{
  background-color: #fff;
  font-size: 32px;
  color: #af9685;
  text-align: center;
  border-radius: 27px;
  /*padding-left: 30px;
  padding-right: 30px;*/
  margin-left: 20px;
  padding: 5px 30px 0px 30px;
}
/*--header section end---*/
/*--project page start---*/
.location-map iframe{
  width: 100%;
  height: 500px;
  object-fit: cover;
}
.payment-paln-img{
  width: 100%;
  height: 500px;
}
.payment-paln-img img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.amenities-row{
  display: flex;
  flex-wrap: wrap;
/*  background-color: #f7f7f7;*/
}
.amenities-col{
    width: 25%;
}
.amenities-img{
    width: 80px;
    height: 80px;
    padding-bottom: 15px;
    /*border-radius: 50%;
    overflow: hidden;*/
    margin: 0 auto 20px auto;
}
.amenities-img img{
  width: 100%;
  height: 100%;
  object-fit: contain;
  -webkit-transition: 2s all;
  -moz-transition: 2s all;
  transition: 2s all;
}
.amenities{
/*  background-color: #f7f7f7;*/
  padding: 75px 0px;
}
.amenities-bg{
  background-color: #f7f7f7;
  padding: 50px 0px;
}
.amenities-card h3{
  font-size: 35px;
line-height: 1.3;
color: #000;
text-align: center;
margin-bottom: 20px;
text-transform: uppercase;
}
/*.amenities-card:hover .amenities-img img{
  -webkit-transform: scale(1.2);
  -moz-transform: scale(1.2);
  transform: scale(1.2);
}*/
.payment-paln,
.location-map{
  padding-top: 50px;
}
.interiors-row{
/* box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);*/
}
.interiors-img{
  width: 100%;
  height: 500px;
  margin: 0 auto;
/*   box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19)*/
}
.interiors-img img{
  width: 100%;
  height: 100%;
  object-fit: cover;  
}
.interiors-slider .slick-dots li button{
  width: 11px;
  height: 11px;
  border-radius: 50%;
  background-color: #fff;
  border: 1px solid #3f322d;
}
.interiors-slider .slick-dots li.slick-active button{
  background-color: #3f322d;
}
.interiors-slider .slick-dots li.slick-active button:before,
.interiors-slider .slick-dots li button:before{
  display: none;
}
.interiors-slider .slick-dots li{
  width: auto;
  height: auto;
}
.inte-exte{
  padding:0px 0px 75px 0px;
  text-align: right;
}
.padding-b-50{
  padding-bottom: 50px;
}
.about-project-text h3{
  font-size: 35px;
  color: #3f322d;
  line-height: 1;
  margin-bottom: 0;
  font-weight: 100 !important;
}
.chairman-name{
  font-family: 'Karmina' !important;
  font-style: italic;
}
.about-project-text a{
  font-size: 14px;
  color: #3f322d;
    font-weight: bold;
}
.about-project-img{
  width: 100%;
  height: 600px;
  padding-left: 30px;
}
.about-project-img img{
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top;
}
.project-about{
  padding: 75px 0px;
  background-image: url(../img/bg-2-ar.png);
    background-size: contain;
    background-position: left;
    background-repeat: no-repeat;
    overflow-x: hidden;
        text-align: right;
}
/*--aboutus page start--*/
.about-bg{
  background-color: #fff;
  padding: 75px 0px;
  overflow-x: hidden;
  text-align: right;
}
.our-mission{
  background-color: #af9685;
  padding: 60px 0px;
  color: #fff;
}
.our-mission h2{
  font-size: 22px;
letter-spacing: 1px;
line-height: 25px;
color: #22140e;
font-family: "GE-Hili-Book";
}
.border-left-1{
  border-right: 1px solid #fff;
}
.main-banner video{
  width: 100%;
  height: 100vh;
  object-fit: cover;
}
.floting-icon{
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background-image: linear-gradient(90deg, #af9685 0%, #3f322d 100%);
  line-height: 60px;
  color: #fff;
  text-align: center;
  font-size: 30px;
  display: inline-block;
}
.floting-icon:hover{
  color: #fff;
}
.floting-icon-body{
  position: fixed;
  right: 15px;
  bottom: 15px;
  z-index: 999;
}
/*--aboutus page end---*/
header .dropdown-menu{
/*  background: #af9685;*/
background: #22140ecc;
  color: #fff;
  border-radius: 4px;
  border: 0px;
}
header .dropdown-item{
  color: #fff;
}
header .dropdown-item:hover{
  color: #fff;
  background-color: #af9685;
}
header .dropdown-item.active,
header .dropdown-item:active{
   color: #fff;
  background-color: #af9685;
}
.payment-paln-text{
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  flex-direction: row-reverse;
}
.payment-per{
  width: 25%;
  font-size: 40px;line-height: 1.3;
  color: #235457;
  font-family: "Quasimoda-Regular";
  border-left: 2px solid #235457;
  padding-left: 10px;
}
.payment-detail{
  width: 75%;
  font-size: 16px;
  text-transform: uppercase;
  color: #000000;
  font-family: "GE-SS-Two-Light";
  padding-right: 10px;
  text-align: right;
}
.payment-paln h2{
  margin-bottom: 50px;
}
.location-map-detail{
/*  background-image: url(../img/dubai-map.jpg);*/
  background-repeat: no-repeat;
  background-size: cover;
  padding: 60px 0px 700px 0px;
  position: relative;
}
.location-map-img{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}
.location-map-img img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.location-map-detail h3{
  font-size: 25px;
  text-transform: uppercase;
  color: #000000;
  font-family: "GE-SS-Two-Medium";
  margin-bottom: 30px;
}
.payment-per span{
  display: block;
  color: #000;
  font-size: 12px;
  text-transform: uppercase;
  font-family: "Quasimoda-Regular";
}
.copy-right p{
  font-size: 14px;
line-height: 18px;
color: #ffffff;
font-weight: 100;
text-align: center;
text-transform: capitalize;
max-width: 1000px;
margin: 0 auto;
letter-spacing: 1px;
}

.interiors-img{
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23);

}
.interiors-col{
  padding: 15px;
}
.left
{
	order:1;text-align: end;
}
.right
{
	order:2;text-align: end;
}
.latest-properties p
{
	text-align: end;
}
/*---css 03-05-24---*/
.navbar-nav select{
  padding: 5px 10px;
    word-wrap: normal;
    background-color: #fff;
    color: #af9685;
    border: 0;
    border-radius: 30px;
    outline: none;
    font-size: 17px;
}
.latest-properties .w-50{
margin-left: auto;
}
.our-mission .row{
flex-direction: row-reverse;
}
.amenities h2,
.payment-paln h2,
.location-map h2,
.location-map-row{
text-align: right;
}

.project-about .row,
.about-bg .row{
flex-direction: row-reverse;
}
.custom-form label{
font-family: 'GE-SS-Two-Medium';
}
.custom-form .row .col-md-12:last-child p{
	display: flex;
    flex-direction: row-reverse;
    align-items: center;
}
.project
{
    margin-top: 20px;
}
.project a
{
    background-image: linear-gradient(45deg, #af9685 0%, #3f322d 100%);
    color: #fff;
    padding: 15px 30px;
    display: inline-block;
    letter-spacing: 0.5px;
    text-transform: uppercase;
    font-size: 16px;
    border-radius: 40px;
}
.project a:hover
{
    background-image: linear-gradient(45deg, #3f322d 0%, #af9685 100%);
    -webkit-transition: 1s ease-in-out;
    -moz-transition: 1s ease-in-out;
    transition: 1s ease-in-out;
   
}
/*--css for header menu 11-5-24--*/
.main-header{
direction: rtl;
}
.navbar-nav{
	text-align: right;
    padding: 0;
}
/*----24-5-24-----*/
.con p{
	display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    flex-direction: row-reverse;
}
.con p label{
width: 100%;
}
.dropdown-toggle::after{
margin-right: .255em;
margin-left: 0;
}
@media only screen and (max-width: 920px)  {
.in-header{
margin-top:15px
}
}

@media only screen and (max-width: 767px)  {
.project
{
    margin: 20px 0px 20px 0px;
}
}
/*--- news-banner page start--- */
.news-banner .main-banner-img{
  height: 100%;
}
.news-banner .main-banner-row{
  padding-bottom: 50px;
}
.news-blog{
  padding-top: 60px;
  /* position: relative; */
  background-image: url(../img/news-bg.png);
  background-repeat: no-repeat;
  background-size: 65%;
  background-position: right top;
}
.news-blog::after{
  /* content: '';
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 500px;
  background-image: url(../img/news-bg.png);
  background-repeat: no-repeat; */
}
.news-blog-inner{
  padding: 0px 35px;
}
.news-blog-inner .nav-tabs{
  border-bottom: 0px;
  margin-bottom: 50px;
}
.news-blog-inner .nav-tabs li a{
  border-radius: 0px;
  border:0px;
  font-family: 'Karmina';
  color: #26130b;
  font-weight: 400;
  font-size: 30px;
  padding: 0;
  border-bottom: 2px solid transparent;
}
.news-blog-inner .nav-tabs li a.active{
  border-bottom: 2px solid #26130b;
  color: #26130b;
}
.news-blog-inner .nav-tabs li{
  padding-right: 60px;
}
.news-img{
  width: 100%;
  height: auto;
  overflow: hidden;
}
.news-img img{
  width: 100%;
  height: 100%;
  object-fit: cover;
  overflow: hidden;
  -webkit-transition: all 2s ease-in-out;
  -moz-transition: all 2s ease-in-out;
  transition: all 2s ease-in-out;
}
.news-card-text{
  padding: 15px 0px;
  color: #483933;
}
.news-card-text p{
  color: #483933;
  line-height: 1.2;
  margin-bottom: 10px;
}
.news-card-text span{
  font-size: 14px;
  font-family: 'Quasimoda-Bold';
}
.news-card-text h3{
  font-size: 20px;
  font-family: 'Quasimoda-Bold';
  text-overflow: ellipsis;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}
.news-card-text a{
  font-size: 14px;
  color: #ac958b;
  font-family: 'Quasimoda-Bold';
}
.news-card-text a:hover{
  color: #483933;
}
.news-card{
  margin-bottom: 15px;
}
.news-card:hover .news-img img{
  -webkit-transform: scale(1.2);
  -moz-transform: scale(1.2);
  transform: scale(1.2);
}
.news-btn{
  color: #fff;
  background: #ac958b;
  padding: 7px 15px;
  border-radius: 0px;
  text-transform: capitalize;
}
.news-btn:hover{
  background: #483933;
  color: #fff;
}
.news-title{
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 20px;
}
.news-home{
  padding: 70px 0px;
  background-image: url(../img/news-bg.png);
  background-repeat: no-repeat;
  background-size: 50%;
  background-position: right top;
}
/*--- news-banner page end--- */
/* --news and blog detail section start--- */
.blog-detail{
  padding: 70px 0px;
  background-image: url(../img/news-bg.png);
    background-repeat: no-repeat;
    background-size: 65%;
    background-position: right top;
}
.main-link{
  color: #ac958b;
  display: inline-block;
  margin-bottom: 20px;
}
.main-link:hover{
  color: #483933;
}
.main-link i{
  display: inline-block;
  margin-right: 10px;
}
.news-place-date{
  display: flex;
    flex-wrap: wrap;
    align-items: center;
    border-top: 1px solid rgba(13, 71, 201, 0.1);
    border-bottom: 1px solid rgba(13, 71, 201, 0.1);
    margin-bottom: 50px;
    margin: 20px 0px;
}
.news-date {
  background: #483933;
  color: #fff;
  text-align: center;
  width: 286px;
  padding: 15px;
}
.news-place {
  padding: 15px;
}
.event-img {
  width: 100%;
  height: 400px;
  margin-bottom: 20px;
}
.event-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
/* --news and blog detail section end--- */
.about-project-img video{
width: 100%;
    height: 100%;
}
.about-project-img video{
width: 100%;
    height: 100%;
}
.play-btn{
position: absolute;
    top: 50%;
    left: 50%;
    color: #fff;
    font-size: 60px;
    opacity: 0.2;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
        box-shadow: none !important;
    outline: none;
}
.about-project-video{
    position: relative;
}
.about-project-video:hover .play-btn{
opacity: 0.9;
}
.play-btn:hover{
color: #fff;
}


.grecaptcha-badge 
{
	bottom:77px !important;
}
@media only screen and (max-width: 767px) {
.mobile-ar .row{
flex-direction: column-reverse;
}
}