
* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  font-family: 'Sora', sans-serif;
}
ul{
  list-style: none;
}
body {
  width: 100%;
  overflow-x: hidden;
}
p {
  color: var(--primary-font);
  font-size:0.9rem;
  line-height: 1.8rem;
 
 
}


/* colours  */

:root {
  --primary: #C7A880;
  --off-white:#F6F6F6;
  --secondary: #0A4559;
  

}


/* Basic css */


h2 {
  font-size: calc(1.6rem + 0.5vw);
  font-weight: 400!important;
  color: #14181C;
  font-family: 'Sora', sans-serif;
  text-transform: capitalize;
  margin-bottom: 20px;
}
h3 {
  font-size: calc(1.2rem + 0.5vw);
  color: var(--primary);
  font-family: 'Sora', sans-serif;
}

a {
  color: #fff;
  transition: all 0.3s ease-in-out;
}

a:hover {
  text-decoration: none;
}
.dropdown-menu{
  border: 0px;
  border-radius: 0px;
}
.dropdown-item{
  color: var(--secondary);
  border-bottom: 1px solid rgba(10, 69, 89, 0.1);
  font-size: 0.9rem;
}
.dropdown-item:last-child{
  border-bottom: 0px;
}
.dropdown-menu::before {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  width: 0;
  height: 0;
  border-bottom: 10px solid rgb(255, 255, 255);
  border-right: 10px solid transparent;
  border-left: 10px solid transparent;
  position: absolute;
  top: -10px;
  left: 50%;
  transform: translateX(-50%);
  }
.nav-link{
  color: var(--primary)!important;
  font-size: 0.9rem;
  font-weight: 500;
}
.carousel-caption{
  bottom: 150px!important;
}
.carousel-caption h1 span{
  color: var(--primary);
}
.cust-container{
  width: 100%;
  height: auto;
  padding: 0px 50px;
}

.mobile-logo-bx{
  display: none;
}
.top-bar{
   width: 100%;
   min-height: 80px;
   background-color: var(--off-white);
   padding: 0px 50px;
   display: flex;
   align-items: center;
   justify-content: space-between;
}
.header-res a{
  color: var(--primary);
}
.header-res span{
  color: var(--primary);
  font-weight: 600;
}
nav{
  background-color: var(--off-white)!important;
}
.navbar-nav {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  height: auto;
  position: relative;
  background-color: var(--off-white);
}

.navbar-nav > li {
  margin: 0px 10px;
}


.logo-container {
  display: flex;
  justify-content: center;
  align-items: center;
}

.logo {
  /* width: 50px;
  height: 50px; */
  position: absolute;
  margin-top: -95px;
  z-index: 99;
}
.logo-right{
  margin-left: 180px!important;
}
@media (max-width: 768px) {
  .logo-container {
    order: 6;
  }
}



@media (max-width: 768px) {
  .slider-text h1 {
    font-size: 2em;
  }
  .slider-text p {
    font-size: 1em;
  }
}

.feature-bx{
  width: 100%;
  min-height: 300px;
  padding: 2rem 2.5rem!important;
  background-color: var(--secondary);
  color: #CCCCCC;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.feature-bx p{
  font-weight: 200;
  line-height: 1.5rem;
}
.feature-bx h5{
  color: var(--primary);
}
.feature-bx1{
  width: 100%;
  min-height: 300px;
  padding: 2rem 2.5rem!important;
  background-color: var(--primary);
  color:var(--secondary);
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.feature-bx1 p{
  font-weight: 200;
  line-height: 1.5rem;
}
.feature-bx1 h5{
  color: var(--secondary);
}
.feat-img-bx{
  width: 100%;
  min-height: 300px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.abt-cont-bx{
  width: 100%;
  min-height: 460px;
  background-image: url('../img/h-abt-bg.jpg');
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  padding: 4.3rem!important;
  position: relative;
}

.abt-cont-bx p{
  color: var(--secondary);
  font-weight: 200;
}
.abt-cont-bx h2{
  color: var(--secondary);
}
.fez-cont-bx{
  width: 100%;
  min-height: 450px;
  background-image: url('../img/h-abt-bg.jpg');
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  padding: 3.5rem!important;
  position: relative;
}
.fez-cont-bx p{
  color: var(--secondary);
  font-weight: 200;
}
.fez-cont-bx h2{
  color: var(--secondary);
}
.sb-tit{
  color: var(--primary);
  font-size: 1.1rem;
  font-weight: 500;
  
}
/* .abt-cont-bx .sb-tit::before{
  content: url('../icons/crown.svg');
  position: absolute;
  top: -38px;
  left: 0;
} */
.hm-slider-ar-bx{
  position: absolute;
  bottom: 0;
  right: 0;

}
.ar-right{
  width: 70px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: var(--secondary);
  cursor: pointer;
}
.ar-left{
  width: 70px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: var(--secondary);
  cursor: pointer;
}
.ar-right1{
  width: 70px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: var(--secondary);
  cursor: pointer;
}
.ar-left1{
  width: 70px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: var(--secondary);
  cursor: pointer;
}
.habt-sec{
  width: 100%;
  min-height: 460px;
}
.abt-car-item{
  height: 100%;
  position: relative;
}
.abt-car-item-con{
  width: 60%;
  min-height: 180px;
  background-color: var(--primary);
  padding: 1.5rem;
  position: absolute;
  left: 0;
  bottom: 0;
}
.abt-car-item-con h6{
  color: #fff;
}
.abt-car-item-con p{
  color: var(--secondary);
  font-weight: 200;
}
.fes-header{
  width: 100%;
  text-align: center;

}
.fez-sec{
  padding: 60px 0px;
}
.fez-bx{
  width: 100%;
  height: 430px;
  position: relative;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
.laf-title{
 
  width: 45px;
  height: 100%!important;
  background-color: rgba(10, 69, 89, 0.8);
  display: flex;
  align-items: center;
  justify-content: center;
  writing-mode: vertical-rl; /* set the writing-mode property to vertical-rl to make text flow from bottom to top */
  text-orientation: sideways-right; /* set the text-orientation property to upright to ensure the text is upright */
  color: var(--primary);
  
}
/* .laf-title span{
  position: relative;
}
.laf-title span::after{
  position: absolute;
  bottom: -85px;
  left: 10px;
  content: '';
  width: 3%;
  height: 80px;
  background-color: var(--primary);
  opacity: 0.5;
  z-index: 99;
} */
.fez-bx-tit{
  width: 80%;
  height: 40px;
  position: absolute;
  bottom: 0px;
  right: 0;
  background-color: #ffffff;
  padding: 1rem;
  z-index: 9999;
  display: flex;
  align-items: center;
  justify-content: center;
}
.why-sec{
  width: 100%;
  height: auto;
   background-color: var(--secondary);
}
.why-best-wr-bx{
  padding-top: 40px!important;
  padding-left: 40px!important;
  padding-right: 40px!important;
  padding-bottom: 10px;
}
.why-best-wr-bx h2{
  color: var(--off-white);
}
.why-best-wr-bx hr{
  background-color: rgba(250, 250, 250, 0.2);
}
.best-bx{
  margin: 10px 0px;
}
.best-bx h5{
  color: var(--primary);
}
.best-bx p{
  color: #CFCECE;
}
.luxury-farm{
  background-color: var(--off-white);
  width: 100%;
  height: 52px;
  display: flex;
  align-items: center;
  justify-content: flex-end;
} 
.luxury-farm{
  color: var(--secondary);
  font-size: 1.2rem;
  font-weight: 600;
  padding-right: 135px;
}
.luxury-farm span{ 
  color: var(--primary);
  margin-left: 5px;
}
.why-best-img{
  position: relative;
  bottom: -80px!important;
}
.our-rate-sec{
  width: 100%;
  height: auto;
  background-image: url('../img/rate-bg.jpg');
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  padding: 60px 0px;
}
.rate-cont{
  padding: 6rem 0rem;
}
.rate-cont h2{
  color: var(--secondary);
}
.rate-cont h2 span{
  font-weight: 500;
}
.rate-cont p{
  color: var(--secondary);
}
.pr-btn{
  background-color: var(--secondary);
  color: var(--off-white);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.8rem 1.8rem;
  position: relative;
  z-index: 10;
  cursor: pointer;
}
.pr-btn::before{
  content: '';
  position: absolute;
  height: 100%;
  width: 100%;
  left: 3px;
  bottom: 3px;
  background-color: var(--primary);
  padding: 0.8rem 1.8rem;
  z-index: -10;
}
.subs-sec{
  width: 100%;
  height: 100px;
  background-color: var(--primary);
}
.subs-wr-bx{
  width: 100%;
  height: 100px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.subs-text{
  width: 30%;
}
.subs-text h3{
  color: var(--off-white);
  letter-spacing: 1px;
  font-weight: 500;
}
.subs-cont{
  display: flex;
  align-items: center;
  justify-content: center;
}
.em-sub-btn{
  height: 100%;
  background-color: var(--secondary);
  color: var(--off-white);
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem;
  font-size: 0.9rem;
  cursor: pointer;
}
.subs-cont input{
  padding: 0.7rem;
  background-color: #fff9f25b;
  color: #707070;
  border: 0;
  font-size: 0.9rem;
}
footer{
  background-image: url(../img/footer-bg.png);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  padding-top: 60px;
  padding-bottom: 30px;
}
footer p, footer ul li a{
  color: #7CA4AE;
}
footer a{
  color: #7CA4AE;
}
footer p{
  line-height: 1.5rem;
}
footer ul li {
  margin: 15px 0px;
  position: relative;
}
footer h5{
  color: var(--primary);
  margin-bottom: 15px;
}
footer ul li a{
  padding-left: 10%;
  font-size: 0.9rem;
}
footer ul li::before{
  content: url('../icons/add.svg');
  position: absolute;
  top: 0;
  left: 0;
}
.footer-cont-wrbx{
  width: 100%;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
}
.footer-cont-wrbx img{
  margin-right: 3%;
}
.copyright{
  width: 100%;
  height: 40px;
  background-color: var(--off-white);
  color: var(--secondary);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.8rem;
}

/* swiper style */
.mySwiper {
  height: 20%;
  box-sizing: border-box;
  padding-top: 5px;
}

.mySwiper .swiper-slide {
  width: 10%;
  height: auto;
  opacity: 0.4;
}

.mySwiper .swiper-slide-thumb-active {
  opacity: 1;
}

.swiper-slide img {
  display: block;
  width: 100%!important;
  height: 100%;
  object-fit: cover;
}
.qk-lnks a {
  transition: 0.3s ease-in-out;
}
.qk-lnks a:hover{
  color: var(--primary);
}
.cont-foot a:hover{
  color: var(--primary);
}

/******* About Page *********/

.inner-banner{
  width: 100%;
  height: 230px;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  position: relative;
  
}
.inner-banner-ov{
  width: 100%;
  height: 100%;
  background-color: rgba(10, 69, 89, 0.3);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 15;
}
.inner-banner h4{
  margin-top: 20px;
  color: var(--primary);
  position: relative;
  z-index: 99;
}
.inner-banner span{
  color: #fff;
  position: relative;
  z-index: 99;
}
.cultural-act{
  width: 100%;
  height: auto;
  padding: 40px 0px;
  background-color: var(--secondary);
  /* background-image: url('../img/cultural-act-banner.jpg'); */
  /* background-position: center;
  background-size: cover;
  background-repeat: no-repeat; */
}
.cultural-act p{
  color: #ebe7e7;
  text-align: center;
}
.cultural-act h3{
  text-align: center;
}
.cul-act-bx{
  display: flex;
  flex-direction: row;
   align-items: flex-start;
   justify-content: center;
  
}
.cul-act-bx ul {
  margin: 0px 80px;
}
.cul-act-bx ul li{
  margin: 25px 0px;
  text-transform: capitalize;
  color: var(--primary);
  white-space: nowrap;
}
.cul-act-bx ul li a{
  color: var(--primary);
}
.cul-act-bx ul li i{
  margin-right: 3%;
}
.abt-slider{
  padding: 30px 0px;
  background-color: var(--off-white);
}
.owl-dots {
  display: none;
}

.our-villas-sec{
  padding: 60px 0px;
  background-color: var(--off-white);
}
.our-villas-sec p{
  color: var(--secondary);
}
.our-villa-count{
  width: 100%;
  height: 30px;
  background-color: #f2f2f2;
  color: var(--secondary);
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 1rem 0rem;
  font-weight: 600;
  letter-spacing: 0.02rem;
}
.big-villas{
  margin-top: 60px;
}
.butler-sec{
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.butler-img{
  width: 45%;
}
.butler-cont{
  width: 50%;
  min-height: 350px;
  background-color: #fff;
  padding: 3rem;
  position: relative;
  z-index: 1;
  margin-left: -150px;
}
.butler-cont span{
  color: var(--primary);
  font-weight: 500;
}
.butler-cont p{
  color: var(--secondary);
}
.wild-main-img{
  width: 45%;
}
.wild-main-cont{
  width: 50%;
  min-height: 350px;
  background-color: #fff;
  padding: 3rem;
  position: relative;
  z-index: 1;
  margin-left: -150px;
}
.expl-wild{
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.wild-main-cont p{
  color: var(--secondary);
}
.contact-sec{
  width: 100%;
  height: auto;
  background-color: var(--off-white);
  padding: 60px 0px;
}
.contact-wr-bx h5{
  color: var(--secondary);
}
.contact-wr-bx p{
  color: var(--secondary);
}
.quick-cont h5{
  color: var(--secondary);
  margin-bottom: 20px;
}
.quick-cont input, .quick-cont textarea {
  background-color: transparent;
  font-size: 0.9rem;
}
.quick-cont .sec-btn{
  background-color: var(--secondary);
  color: var(--off-white);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.8rem 1.8rem;
  border: 0px;
}
.quick-cont input:focus, .quick-cont textarea:focus {
  background-color: transparent; 
}
.map{
  width: 100%;
  height: auto;
  position: relative;
}
.qr-code-bx{
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.community-sec{
  padding: 60px 0px;
  background-color: var(--off-white);
}
.owl-carousel-events{
  margin-top: 40px;
}
.why-sec-wr{
  width: 100%;
  height: auto;
  padding: 60px 0px;
  background-color: var(--off-white);

}
.blue-bx-r-b{
  width: 95%;
  min-height: 200px;
  background-color: rgba(7, 60, 77, 0.9);
  position: relative;
  padding: 1.5rem;
  margin-left:2.5%;
  top: -100px;
}
.blue-bx-r-b p{
  color: var(--off-white);
}
.blue-bx-r-b h3{
  color: var(--primary);
}

.why-we-are{
  position: relative;
}
.modal .sec-btn{
  background-color: var(--secondary);
  color: var(--off-white);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.8rem 1.8rem;
  border: 0px;
}
.modal h5{
  color: var(--primary);
}
.modal input, .modal textarea, .modal select{
  font-size: 0.9rem!important;
}
.modal label{
  font-size: 0.9rem;
}
.inner-banner span a:hover{
  color: var(--primary);
}
.float{
	position:fixed;
	width:60px;
	height:60px;
	bottom:40px;
	right:40px;
	background-color:#25d366;
	color:#FFF;
	border-radius:50px;
	text-align:center;
  font-size:30px;
	box-shadow: 2px 2px 3px #999;
  z-index:100;
}

.my-float{
	margin-top:16px;
}
.contact-bck{
  text-align: center;
  color: #acacac;
}