@import url("https://cdn.jsdelivr.net/npm/bootstrap-icons@1.11.3/font/bootstrap-icons.min.css");
@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');

body{
  background-color: #f4e4cd!important;
  font-family: 'roboto', sans-serif!important;
  font-size: 16px;
  padding: 0;
  margin: 0;
  letter-spacing: 1px;
  }

  .navbar-nav {
    text-align: left;
  }
  .navbar .navbar-nav .nav-link {
    padding-right: 1em;
    color: #fff;
    font-size: 1.1em;
  }
 .top-slider{padding:10px;}
  .top-slider .owl-theme .owl-nav {
    margin-top: -55px;
    text-align: right !important;
    position: relative;
  }

  .scroll-down {
    text-align: center;
    margin-top: -26px;
    z-index: 9999;
    padding: 10px 20px;
    border-radius: 10px;
    animation: scroll 1s ease-in-out;
    animation-iteration-count: infinite;
    position: relative;

  }

  @keyframes scroll{
    0%{
      transform: translateY(0);
    }
    100%{
      transform: translateY(7px);
    }
  }
  .scroll-down img {
    background-color: #f4e4cd;
    padding: 10px 20px;
    border-radius: 10px;
  }
  .scroll-down a{
    cursor: pointer;
    position: relative;
    z-index: 9999;
  }
  .top-menu{
    position: absolute;
    z-index: 99999;
    transform: rotate(90deg);
    bottom: 50%;
    right: -85px;
    font-size: 14px;
  }
  .top-menu ul li{
    list-style: none;
    display: inline;
    margin: 0 5px;
  }
.top-menu li a{
  text-decoration: none;
  color: rgb(0, 0, 0);
}
.top-menu li a:hover{
  color: rgb(106, 106, 106);
}
.smalltxt{
  padding: 5px 20px;
  border-radius: 40px;
  border: 1px solid #373737;
  color: #373737;
  font-size: 12px;
  text-transform: capitalize;
}
.projects{
  background-color: #fcf5eb;
  margin: 40px 10px;
  padding: 30px 0px;
  border-radius: 20px;
}

.know-more-btn{
  text-align: end;
  position: absolute;
  right: 54px;
}

.know-btn {
  position: absolute;
  top:18px;
  right: -66px;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  background-color: #534531;
  color: white;
  font-size: 14px;
  padding: 2px 10px;
  border: 5px solid #fcf5eb;
  cursor: pointer;
  border-radius: 5px;
  text-align: center;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  padding-top: 0px;
}

 .know-btn:hover {
  background-color: black;
}
.know-sm-btn {
  position: absolute;
  top:11px;
  right: -44px;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  background-color: #534531;
  color: white;
  font-size: 14px;
  padding: 2px 5px;
  border: 3px solid #fcf5eb;
  cursor: pointer;
  border-radius: 5px;
  text-align: center;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  padding-top: 0px;
}

 .know-sm-btn:hover {
  background-color: black;
}



.content {
  position: relative;
  margin: auto;
  overflow: hidden;
}

.content .content-overlay {
  background: #6b894c;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  opacity: 0;
  border-radius: 5px;
  -webkit-transition: all 0.4s ease-in-out 0s;
  -moz-transition: all 0.4s ease-in-out 0s;
  transition: all 0.4s ease-in-out 0s;
}

.content:hover .content-overlay{
  opacity: 1;
}

.content-image{
  width: 100%;
}

.content-details {
  position: absolute;
  text-align: center;
  padding-left: 1em;
  padding-right: 1em;
  width: 100%;
  top: 50%;
  left: 50%;
  opacity: 0;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}

.content:hover .content-details{
  top: 50%;
  left: 50%;
  opacity: 1;
}

.content-details h3{
  color: #fff;
  font-weight: 500;
  letter-spacing: 0.15em;
  margin-bottom: 0.5em;
  text-transform: uppercase;
}

.content-details p{
  color: #fff;
  font-size: 0.8em;
}

.fadeIn-bottom{
  top: 80%;
}

.about-us{
  padding: 40px 0;
}

.con-btn{
  background-color: #fcf5eb;
  padding: 5px 10px;
  color: #000;
  border-radius: 20px;
  border: 0;
  font-size: 12px;
}

.partners{
  padding: 40px 0;
  background-color: #fcf5eb;
  border-radius: 10px;
  margin: 0 10px;
}
.part-bg{
  position: relative;
  background-color: #329a8c;
  font-size: 14px;
  padding: 10px;
  margin-left: -40px;
  border-radius: 10px;
  text-align: justify;
  height: 100%;
}
.eke-logo{
  position: absolute;
  width: 20%;
  background-color: #fcf5eb;
  color: white;
  font-size: 14px;
  padding: 2px 20px;
  border: 5px solid #fcf5eb;
  cursor: pointer;
  border-radius: 5px;
  text-align: center;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  padding-top: 0px;
  top: -7px;
  right: -1%;
}
.part-bg-2{
  background-color: #534531;
  font-size: 14px;
  padding: 10px;
  border-radius: 10px;
  color: #ffffff;
  text-align: justify;
  margin-right: -32px;
  position: relative;
  height: 100%;
}
.eke-logo-2{
  position: absolute;
  width: 30%;
  background-color: #fcf5eb;
  color: white;
  font-size: 14px;
  padding: 10px 20px;
  border: 5px solid #fcf5eb;
  cursor: pointer;
  border-radius: 5px;
  text-align: center;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  padding-top: 10px;
  top: -05px;
  left: -1%;
}

.gallery{
  padding: 40px 0;
  background-color: #272523;
  margin: 40px 10px;
  border-radius: 10px;

}
.gal-txt{
  position: relative;
}
.gal-txt p{
  position: absolute;
  bottom: 0;
  z-index: 999;
  left: 12px;
  font-weight: 500;
}
.gal-img-arrow{
  position: absolute;
  bottom: 26px;
  z-index: 999;
  right: 3px;
  font-weight: 500;
  top: 0;
  cursor: pointer;
}
.gal-sm-txt{
  font-size: 14px;
}

.gal-txt-bottom{
  position: relative;
}
.gal-txt-bottom p{
  position: absolute;
  bottom: 0;
  z-index: 999;
  left: 26px ;
  font-weight: 300;
  font-size: 42px;
  line-height: 45px;
  top: 64px;
}
.gal-txt-bottom a{
  position: absolute;
  bottom: 26px;
  z-index: 999;
  right: 3px;
  font-weight: 500;
  top: 0;
  cursor: pointer;
}

.gallery .owl-nav {
  position: absolute;
    top: -82px;
    right: 0;
}
.plan{
  background-color: #fcf5eb;
  padding: 70px 0;
  margin: 40px 10px;
  border-radius: 10px;
}
.plan h2{
  font-weight: 800;
  color: #534531;
  margin-left: 40px;
  background-color: #fcf5eb;
  margin-bottom: -46px;
  z-index: 9999;
  position: relative;
  width: 22%;
  padding: 10px;
  text-align: center;
  border-radius: 0 0 10px 10px;
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}

.plan .owl-nav {
  position: absolute;
  top: -50px;
    right: 0;
}

.floorplans{
  padding: 30px 0;
}

.floorplans .nav{
  display: flex;
  justify-content: center;
}
.floorplans .nav-link{
 font-size:24px;
 color: #000;
 font-weight: 600;
 padding: 5px;
 border: 1px solid #534531;
 margin: 0 10px;
 border-radius: 12px;
}
.floorplans ul li.nav-item .nav-link.active {
  color: #000!important;
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;

}
.floorplans .nav-link:hover{
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
  color: #000;
}
.contact{
  padding: 40px 0;
}
.contact .heading{
  margin-top: 40px;
  margin-left: 20px;
  margin-right: 20px;
}
.contact .heading h2{
  color: #fcf5eb;
  font-weight: 700;
}
.contact .heading p{
  color: #fcf5eb;
}

.contact-message{
  resize: vertical;
  width: 100%;
  background: transparent;
  border: 2px solid #fcf5eb;
  border-radius: 10px;
  color: #fcf5eb;
}

.form-control{
  background: transparent!important;
  border: 1px solid #fcf5eb!important;
  border-radius: 10px!important;
  margin: 12px 0;
  color:#fcf5eb!important;
}
::placeholder {
  color: #fcf5eb!important;
}
input[type=radio] {
  border: 1px solid #fff;
    padding: 10px 12px;
    -webkit-appearance: none;
    border-radius: 2px;
    background-color: #d9d9d9 !important;
}

input[type=radio]:checked {
  background: url(data:image/gif;base64,R0lGODlhAQABAPAAAP///////yH5BAAAAAAALAAAAAABAAEAAAICRAEAOw==) no-repeat center center;
  background-size: 9px 9px;
}

input[type=radio]:focus {
  outline-color: transparent;
}


.btnEnquiry{
  width: 100%;
  background-color: #fcf5eb;
  border-radius: 10px;
  border: 0;
  padding: 10px 0;
}
.foot{
  border-top: 1px solid #fcf5eb;
  border-bottom: 1px solid #fcf5eb;
}
.foot p{
  padding: 30px 0;
  font-size: 24px;
  color: #f4e4cd;
  text-transform: uppercase;
  font-weight: 600;
}
.social-icon{
  padding: 10px;
  text-align: end;
}
.all-rcd ul li{
  margin-top: 100px;
  display: inline-block;
  position: relative;
  z-index: 9999;
  
}
.all-rcd ul li a{
  text-decoration: none;
  color: #f4e4cd;
  font-size: 12px;
  z-index: 99999;
}
footer{
  position: relative;
}
.foot-logo{
  width: 201px;
    padding: 30px;
    margin: 20px 0;
}
.leaf{
  position: absolute;
  bottom: 0;
  left: 0;
}
.leaf-2{
  position: absolute;
  bottom: 0;
  right: 0;
}

.foot-sm-txt {
  padding-top: 70px;
  color: #6b894c;
}
.foot-sm-txt h4{
  color: #f4e4cd;
  font-size: 36px;
}
.foot-sub{
  background-color: #f4e4cd!important;
  border-radius: 30px!important;
  color: #534531!important;
}
.foot-sub::placeholder{
  color: #534531!important;
}
.green-band {
  text-align: center;
}
.green-band ul{
  margin-bottom: 0!important;
}
.green-band ul li{
  font-size: 16px;
  display: inline-block;
  list-style: none;
  font-weight: 600;
  color: #f4e4cd;
  margin: 0 20px;
}

.img-know {
  margin-bottom: 20px;
}
.abt-btn{
  display: inline-block
}
.about-us p{
  text-align: justify;
}
.bt-mob-img{
  display: block;
}
.ter-foot{
margin-left: 50px;
}
.pri-foot{
  margin-left:20px;
}
.arrow-owl-hero{
width: 40px;
transform: scaleX(-1);
background-color: transparent!important;
padding: 0!important;
margin: 0!important;
}
.arrow-owl-hero-2{
  width: 40px;
  background-color: transparent!important;
  padding: 0!important;
margin: 0!important;
}
.part-txt{
  width: 80%;
}
.part-txt-2{
  margin-left: 150px;
  text-align: end;
}
.sub-ri-arr{
  position: absolute;
    right: 90px;
    display: inline-block;
    top: 227px;
    transform: translate(-50%, -50%);
}
.input-group-text {
    background-color: unset !important; 
    border: unset !important; 
border-radius: unset !important; 
}
.subbut{
    background: unset;
    border: unset;
    position: relative;
    right: 53px;
    top: 5px;
    z-index: 9999;
}

.foot-img-02{
 position: relative;
 left: 200px;
 top: -158px;
 width: 180px;
 margin-bottom: -187px;
}

.about-us .heading{
  margin-top: 40px;
}

.leaf-3{
  content: '';
    background: url(../img/icons/leaf-3.svg);
    width: 150px;
    background-size: contain;
    background-repeat: no-repeat;
    height: 300px;
    position: absolute;
    bottom: -150px;
    left: 0;
    z-index: 99999;
}
.leaf-4{
  position: absolute;
  right: 0px;
}
.enquiry-btn{
top: 42%;
    right: -90px;
    position: fixed;
    transform: rotateZ(-90deg);
    padding: 12px 40px;
    text-align: center;
    text-transform: uppercase;
    transition: 0.5s;
    background-size: 200% auto;
    color: white;
    display: block;
    border: 0px;
    font-weight: 400;
    box-shadow: rgba(0, 0, 255, 0.25) 0px 13px 27px -5px, rgba(180, 255, 6, 0.862) 0px 8px 16px -8px;
    background-image: linear-gradient(144deg, #6B894C, #7ba055 50%, #6b894c);
    cursor: pointer;
    user-select: none;
    -webkit-user-select: none;
    touch-action: manipulation;
    cursor: pointer;
    z-index: 999;
    font-family: Rubik;
    line-height: 10px;
    letter-spacing: 4px;
    font-size: 14px;
  }

  .enquiry-btn:hover{
  background-position: right center;
    color: #fcf5eb;
    text-decoration: none;
  }
  .imagelogo{
      position: absolute;
    top: 0;
	z-index: 9999;
  }
  .imagelogo img{
    width: 80%;
}
.bannercontent{
    position: absolute;
    color: #fff;
    top: 100px;
    text-align: center;
    right: 0px;
    z-index: 999;
    font-family: Rubik;
	left:0px;
}
.bannercontent h1{
    font-size:4.5rem;
}
.bannercontent h2{
    font-size:3rem;
}
.bannercontent h3{
    font-size:2rem;
	letter-spacing:4px;
}
.owl-carousel .owl-item img{
  border-radius: 15px!important;
}
.owl-carousel .owl-nav button.owl-prev,.owl-next{
  background: #f4e4cd!important;
    border-radius: 50%!important;
}