@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;
}

body{
    font-family: 'Acumin-Pro';
    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.5s ease-in-out;
    -moz-transition: 0.5s ease-in-out;
    transition: 0.5s ease-in-out;
}
a:hover{
  text-decoration: none;
  color: rgba(255, 178, 23, 1);
}

p{
  line-height: 30px;
  text-align: justify;
}
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;
}
.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;
/* display: inline-block;*/
}
.footer-link ul li a i{
  padding-right: 15px;
}
.socials-icons-list{
/*  border-bottom: 1px solid #fff;*/
  padding-bottom: 30px;
}
.socials-icons-list a{
  color: #fff;
  padding-right: 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: 'Karmina';
}
.register-interest-row{
  display: flex;
  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;
}
.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.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: right bottom;
}
.mission-bg h2{
  font-size: 25px;
  text-transform: uppercase;
}
/*mission- section end--*/
/*--cultivating-experience section start--*/
.cultivating-experience{
  padding: 50px 0px;
  background-image: url(../img/amwaj-bg-1.png);
  background-size: contain;
  background-position: right 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;
}
/*--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);*/
}
.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%;
}
.main-banner-row{
  width: 70%;
}
.main-banner-row h1 span{
  display: block;
} 
/*--header section start---*/
.main-header .navbar-brand{
  max-width: 250px;
}
.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: 17px;
  color: #af9685;
  text-align: center;
  border-radius: 5px;
  /*padding-left: 30px;
  padding-right: 30px;*/
  margin-left: 20px;
  padding: 5px 15px 1px 15px;
}
/*--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;
}
.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.png);
    background-size: contain;
    background-position: right;
    background-repeat: no-repeat;
    overflow-x: hidden;
}
/*--aboutus page start--*/
.about-bg{
  background-color: #fff;
  padding: 75px 0px;
  overflow-x: hidden;
}
.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: "Karmina";
}
.border-left-1{
  border-left: 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;
}
.payment-per{
  width: 25%;
  font-size: 40px;line-height: 1.3;
  color: #235457;
  font-family: Quasimoda-Bold;
  border-right: 2px solid #235457;
  padding-right: 10px;
}
.payment-detail{
  width: 75%;
  font-size: 16px;
  text-transform: uppercase;
  color: #000000;
  font-family: "Quasimoda-Regular";
  padding-left: 10px;
}
.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: "Quasimoda-Regular";
  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;
}
.navbar-nav select{
  padding: 5px 10px;
    word-wrap: normal;
    background-color: #fff;
    color: #af9685;
    border: 0;
    border-radius: 30px;
    outline: none;
    font-size: 17px;
}
.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;
   
}
@media only screen and (max-width: 767px)  {
.project
{
    margin: 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--- */
/* ---instagram landing page start--- */
.insta-logo{
  text-align: center;
  padding: 20px 0px;
}
.insta-logo a{
  display: block;
  text-align: center;
}
.insta-logo a img{
  max-width: 160px;
}
.insta-banner{
  width: 100%;
  overflow-x: hidden;
}
.insta-banner img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.chat-us-btn{
  color: #a08c7b;
font-weight: bold;
font-family: "Karmina";
text-align: center;
font-size: 21px;
border-radius: 44px;
border: 1px solid #a08c7b;
padding: 10px 30px;
background: transparent;
}
.chat-us-btn:hover{
  color: #fff;
  background: #a08c7b;
}
.chat-with-us{
  padding: 40px 0px;
  text-align: center;
}
.smm-body{
  overflow-x: hidden;
}
.smm-body ul{
  list-style: none;
  padding: 0;
}
.smm-body ul li a{
  background-color: #a08c7b;
  margin-bottom: 8px;
  color: #FFF;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  flex-wrap: wrap;
  padding: 5px 17px;
}
.smm-body ul li a span:first-child{
  width: 85%;
  font-size: 20px;
color: #fefefe;
font-weight: bold;
font-family: "Karmina";
text-align: center;
}
.smm-body ul li a span:last-child{
  width: 15%;
}
.smm-body ul li a span img{
  width: 20px;
}
.insta-social-icon{
  overflow-x: hidden;
}
.insta-social-icon h2{
  font-size: 19px;
color: #a08c7b;
font-weight: bold;
font-family: "Karmina";
text-align: center;
padding:10px 15px 15px 15px;
border-bottom: 2px solid #a08c7b;
}
.insta-social-icon-row{
  text-align: center;
  padding: 20px 0px;
}
.insta-social-icon-row a{
  display: inline-block;
  padding: 0px 15px;
}
.insta-social-icon-row a img{
  width: 30px;
}
/* ---instagram landing page end--- */
.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;
}