/* basic css-start */
* {
  font-size: 15px;
  color: #7b7b7b;
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: auto;
}

html,
body {
  background-color: #fff;
  scroll-behavior: smooth;
  font-family: "Trebuchet MS";
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  margin: 0;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: white;
  text-align: left;
  background-color: white;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  color: #011f10;
  font-family: "Libre Baskerville" !important;
}

p {
  font-family: "Times New Roman";
  font-size: 16px;
  font-weight: 400;
  font-style: normal;
  font-stretch: normal;
  line-height: 30px;
  letter-spacing: 0;
  margin: 0;
  color: #011f10;
}

li {
  color: #c29b40;
  font-family: "Trebuchet MS";
}

ul {
  list-style-type: none;
}

a {
  text-decoration: none;
  color: #011f10;
}

.space {
  padding: 60px 0px;
}

.bg-color {
  background: #f4f4f4;
}

/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
.btn-round {
  text-transform: uppercase;
  font-size: 15px;
  letter-spacing: 0.6px;
}

.theme-button {
  text-transform: uppercase;
  border-top: 1px solid #011f10;
  border-bottom: 1px solid #011f10;
  padding: 10px 20px;
}

.theme-button:hover {
  text-decoration: none;
  color: #011f10;
}

.heading {
  text-align: center;
}
.heading h2 {
  font-size: 40px;
}
.heading .line {
  width: 80px;
  height: 7px;
  border-radius: 10px;
  background-color: #c29b40;
  margin: 0 auto;
}

.btn {
  margin: 10px 0px;
}
.btn .btn-primary {
  border: 2px solid #c29b40;
  padding: 8px 25px;
  text-decoration: none;
  color: #011f10;
  border-radius: 12px 0px;
  font-size: 16px;
}

/* basic css-end */
#navbar {
  position: fixed;
  top: 0;
  width: 100%;
  display: block;
  transition: top 0.3s;
  z-index: 9999;
}

nav {
  padding: 0px !important;
  background-color: #011f10 !important;
}
nav .navbar-brand b {
  font-weight: 400;
  color: #fff;
  position: relative;
  top: 5px;
  padding-left: 10px;
  font-size: 25px;
}
nav .navbar-brand img {
  margin-top: 2.2%;
  padding-bottom: 2.2%;
}
nav .collapse .navbar-nav li:nth-child(1) {
  padding-top: 5px;
}
nav .collapse .navbar-nav li:nth-child(2) {
  padding-top: 5px;
}
nav .collapse .navbar-nav li:nth-child(3) {
  padding-top: 5px;
}
nav .collapse .navbar-nav li:nth-child(4) {
  padding-top: 5px;
}
nav .collapse .navbar-nav li ul {
  background-color: #011f10;
  border-radius: 0px;
  margin-top: 10%;
  border-top: 3px solid #ffc714;
}
nav .collapse .navbar-nav li ul li a {
  color: #fff !important;
}
nav .collapse .navbar-nav li ul li a:hover {
  color: #011f10 !important;
}
nav .container-fluid {
  display: block !important;
}
nav #collapsibleNavbar {
  float: right;
  padding: 2% 0%;
}
nav #collapsibleNavbar .nav-link {
  color: #fff;
  padding-right: 15px;
  font-size: 15px;
  padding-left: 15px;
  text-transform: uppercase;
  font-weight: 500;
  letter-spacing: 1.4px;
  line-height: 16px;
}
nav #collapsibleNavbar .nav-sell {
  border: 1px solid #c29b40;
  padding: 15px;
}

.carousel {
  top: 12%;
}
.carousel .carousel-inner {
  height: 88vh;
}
.carousel .carousel-inner .carousel-item video {
  width: 100%;
}
.carousel .carousel-inner .carousel-item .ico {
  float: right;
  position: absolute;
  top: 10%;
  right: 8%;
}
.carousel .carousel-inner .carousel-item .ico i {
  font-size: 30px;
  color: #fff;
  text-shadow: 3px 3px 15px #000;
}
.carousel .carousel-inner .carousel-item .ico i:hover {
  opacity: 0.5;
}
.carousel .carousel-indicators {
  margin-bottom: 0.7rem;
}
.carousel .carousel-indicators [data-bs-target] {
  width: 10px;
  height: 10px;
  background-color: #011f10;
}
.carousel .carousel-caption {
  bottom: 12.25rem;
  background-color: rgba(0, 0, 0, 0.3882352941);
}
.carousel .carousel-caption h3,
.carousel .carousel-caption p {
  color: #fff;
}

.our-story img {
  padding-left: 20%;
}
.our-story h3 {
  color: #000;
  padding-left: 20%;
}
.our-story p {
  padding-left: 20%;
  color: #666;
  line-height: 35px;
  font-weight: 400;
  font-size: 18px;
}
.our-story a {
  text-decoration: none;
  color: #011f10;
}
.our-story a i {
  position: relative;
  right: 0;
  transition: right ease 0.5s;
}
.our-story a:hover {
  color: #c29b40;
}
.our-story a:hover i {
  right: -10px;
}

.project {
  background-color: #011f10;
  margin-top: 10%;
}
.project img {
  width: 100%;
  margin-top: 20px;
}
.project h3 {
  color: #fff;
  font-size: 50px;
  text-align: center;
}
.project .content {
  padding: 2% 2% 2% 10%;
}
.project .content p {
  color: #fff;
}
.project .content p b {
  font-size: 18px;
  color: #c29b40;
}
.project .content p a {
  color: #666;
}
.project .content .bor {
  padding: 10%;
}
.project .content .bor a {
  border: 1px solid #c29b40;
  padding: 25px 40px;
  color: #fff;
  text-decoration: none;
  letter-spacing: 2px;
  border-radius: 1px;
}
.project .content .bor a i {
  position: relative;
  right: 0;
  transition: right ease 0.5s;
}
.project .content .bor a:hover {
  color: #c29b40;
}
.project .content .bor a:hover i {
  right: -10px;
}
.project .inspired .iconss {
  position: relative;
  text-align: right;
  bottom: -60px;
  right: 20px;
  z-index: 999;
}
.project .inspired .iconss a i {
  background-color: #fff;
  border-radius: 50%;
  width: 35px;
  line-height: 35px;
  text-align: center;
  font-size: 20px;
  height: 35px;
}
.project .inspired .con {
  text-align: center;
  padding: 30px 0px;
}
.project .inspired .con .line {
  border: 1px solid #c29b40;
  width: 70px;
  rotate: 90deg;
  margin: auto;
  position: relative;
  bottom: 30px;
}
.project .inspired .con h3 {
  color: #c29b40;
}
.project .inspired .con p {
  color: #fff;
  margin-bottom: 0px;
}
.project .inspired .con a {
  padding: 25px 40px;
  color: #fff;
  text-decoration: none;
  letter-spacing: 2px;
  border-radius: 1px;
}
.project .inspired .con a i {
  position: relative;
  right: 0;
  transition: right ease 0.5s;
}
.project .inspired .con a:hover {
  color: #c29b40;
}
.project .inspired .con a:hover i {
  right: -10px;
}

.sell-with-us {
  margin-top: 7%;
  background-color: #011f10;
  border-top: 1px solid #c29b40;
  padding-bottom: 30%;
}
.sell-with-us .inspired .iconss {
  position: relative;
  text-align: right;
  bottom: -60px;
  right: 20px;
  z-index: 999;
}
.sell-with-us .inspired .iconss a i {
  background-color: #fff;
  border-radius: 50%;
  width: 35px;
  line-height: 35px;
  text-align: center;
  font-size: 20px;
  height: 35px;
}
.sell-with-us .inspired .flo {
  position: absolute;
  width: 90%;
}
.sell-with-us .inspired .con {
  text-align: center;
  padding: 30px 0px;
}
.sell-with-us .inspired .con .line {
  border: 1px solid #c29b40;
  width: 70px;
  rotate: 90deg;
  margin: auto;
  position: relative;
  bottom: -60px;
  z-index: 1;
}
.sell-with-us .inspired .con h3 {
  color: #fff;
  padding-top: 10px;
  font-size: 55px;
}
.sell-with-us .inspired .con p {
  color: #fff;
  margin-bottom: 0px;
  font-style: oblique;
  font-weight: 100;
  letter-spacing: 1px;
}

.sell-text {
  margin-top: 30%;
}
.sell-text .text {
  padding: 20px 0px;
}
.sell-text .text h3 {
  font-size: 30px;
  text-align: center;
}

.sell-form {
  background-color: #011f10;
}
.sell-form .form-text h2 {
  color: #fff;
}
.sell-form .form-text p {
  color: #fff;
}
.sell-form .form h2 {
  color: #fff;
}
.sell-form .form .form-control {
  background-color: #011f10 !important;
  border: none;
  border-bottom: 1px solid #fff;
  border-radius: 0px;
  padding: 0.375rem 0;
}
.sell-form .form ::-moz-placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #fff;
  opacity: 1;
  /* Firefox */
}
.sell-form .form ::placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #fff;
  opacity: 1;
  /* Firefox */
}
.sell-form .form label {
  color: #fff;
}
.sell-form .form .bor {
  padding: 10%;
}
.sell-form .form .bor a {
  border: 1px solid #c29b40;
  padding: 10px 30px;
  color: #fff;
  text-decoration: none;
  letter-spacing: 2px;
  border-radius: 1px;
}
.sell-form .form .bor a i {
  position: relative;
  right: 0;
  transition: right ease 0.5s;
}
.sell-form .form .bor a:hover {
  color: #c29b40;
}
.sell-form .form .bor a:hover i {
  right: -10px;
}

.about-us {
  padding-top: 10%;
}
.about-us img {
  padding-top: 2%;
  width: 100%;
}
.about-us .line {
  border: 1px solid #c29b40;
  width: auto;
  margin-left: 30%;
  margin-bottom: 4%;
}
.about-us .num:nth-child(1),
.about-us .num:nth-child(2),
.about-us .num:nth-child(3),
.about-us .num:nth-child(4),
.about-us .num:nth-child(5),
.about-us .num:nth-child(6) {
  padding-left: 35%;
}
.about-us .num:nth-child(7) {
  padding-left: 30%;
}
.about-us .num {
  margin-bottom: 20px;
}
.about-us .num h3 {
  font-size: 60px;
}
.about-us .num p {
  margin-bottom: 0px;
  line-height: 20px;
}

.investing {
  border: 2px solid #c29b40;
  padding: 10px;
}
.investing .text {
  padding: 6% 0px;
}
.investing .text h2 {
  font-size: 35px;
  background: -webkit-linear-gradient(#011f10, #c29b40);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.investing .text p {
  line-height: 28px;
}

.join {
  background-color: #011f10;
  margin-bottom: 10px;
}
.join .text h2 {
  color: #c29b40;
  text-align: center;
}
.join .text p {
  text-align: center;
  color: #fff;
  font-size: 18px;
}

.upcoming {
  margin-top: 7%;
  background-color: #011f10;
  border-top: 1px solid #c29b40;
  padding-bottom: 30%;
}
.upcoming .inspired .iconss {
  position: relative;
  text-align: right;
  bottom: -60px;
  right: 20px;
  z-index: 999;
}
.upcoming .inspired .iconss a i {
  background-color: #fff;
  border-radius: 50%;
  width: 35px;
  line-height: 35px;
  text-align: center;
  font-size: 20px;
  height: 35px;
}
.upcoming .inspired .flo {
  position: absolute;
  width: 90%;
}
.upcoming .inspired .con {
  text-align: center;
  padding: 30px 0px;
}
.upcoming .inspired .con .line {
  border: 1px solid #c29b40;
  width: 70px;
  rotate: 90deg;
  margin: auto;
  position: relative;
  bottom: -50px;
  z-index: 1;
}
.upcoming .inspired .con h3 {
  color: #fff;
  padding-top: 10px;
  font-size: 55px;
}
.upcoming .inspired .con p {
  color: #fff;
  margin-bottom: 0px;
  font-style: oblique;
  font-weight: 100;
  letter-spacing: 1px;
}

.upcoming-text {
  margin-top: 20%;
  padding-bottom: 20px;
}
.upcoming-text .col-md-4:nth-child(2) .box p i {
  background-color: #7CB342;
}
.upcoming-text .col-md-4:nth-child(1) .box p i {
  background-color: #FFD600;
}
.upcoming-text .col-md-4:nth-child(3) .box p i {
  background-color: #097138;
}
.upcoming-text .box {
  padding: 30px;
}
.upcoming-text .box img {
  padding-bottom: 20px;
}
.upcoming-text .box a {
  text-decoration: none;
}
.upcoming-text .box a p {
  padding: 10px 10px;
  color: #c29b40;
  font-size: 17px;
  background-color: #011f10;
  border-radius: 3px;
}
.upcoming-text .box a p i {
  color: #fff;
  border: 1.5px solid #fff;
  border-radius: 50%;
  padding: 5px;
  font-size: 14px;
  margin-right: 6px;
}
.upcoming-text .box a:hover p {
  background-color: #c29b40;
  color: #011f10;
}

.individual .point {
  padding: 20px;
}
.individual .amenities .amen-logo img {
  width: 12%;
  padding-right: 20px;
}
.individual .amenities .amen-logo p {
  text-align: left;
  font-size: 20px;
}
.individual .content {
  padding-top: 20px;
}
.individual .content h1 {
  background: -webkit-linear-gradient(#7CB342, #011f10);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  text-align: center;
}
.individual .content h2 {
  background: -webkit-linear-gradient(#7CB342, #011f10);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  text-align: center;
}
.individual .content p {
  text-align: center;
  font-size: 26px;
  line-height: 38px;
}
.individual .content p b {
  color: #000;
  font-weight: 600;
  font-size: 22px;
}
.individual .content ul {
  list-style-type: disc;
}
.individual .content ul li {
  color: #011f10;
  font-size: 18px;
}
.individual .content ul li b {
  font-size: 18px;
  color: #c29b40;
}

/*--------------------------------------------------------------
    # Footer
    --------------------------------------------------------------*/
.section-footer {
  background-color: #fff;
  border-top: 1px solid #c29b40;
}
.section-footer .space {
  padding: 3% 0;
}
.section-footer .navbar-nav {
  padding-top: 20px;
}
.section-footer .navbar-nav .nav-item a {
  color: #011f10;
  font-size: 14px;
  font-weight: 500;
  text-decoration: underline;
  padding-right: 20px;
}
.section-footer .social-icons a {
  border: 1px solid #011f10;
  padding: 5px 7px;
  border-radius: 50%;
  margin-right: 10px;
}
.section-footer .social-icons a i {
  color: #011f10;
}
.section-footer .social-icons p {
  color: #011f10;
  margin-bottom: 0px;
  padding-top: 5px;
}
.section-footer .social-icons p a {
  border: 0px solid;
  color: #011f10;
  padding: 0;
  text-decoration: none !important;
}
.section-footer .social-icons p i {
  color: #011f10;
}
.section-footer .copyright {
  border-top: 1px solid #c29b40;
}
.section-footer .copyright p {
  color: #011f10;
  margin-bottom: 0px;
}

/*responsive view*/
@media only screen and (max-width: 767px) {
  nav .container-fluid {
    display: block !important;
  }
  nav #collapsibleNavbar {
    float: left;
  }
  nav .navbar-toggler-icon {
    background-image: url(../img/navbar-toggler.svg);
  }
  nav .navbar-brand img {
    width: 40% !important;
  }
  .carousel {
    top: 10%;
    padding-bottom: 20px;
  }
  .carousel .carousel-control-prev {
    display: none;
  }
  .carousel .carousel-control-next {
    display: none;
  }
  .carousel .carousel-inner {
    height: auto;
  }
  .carousel .carousel-caption {
    display: none;
  }
  .about-us {
    padding-top: 22%;
  }
  .about-us .our-story h3,
  .about-us .our-story p,
  .about-us .our-story img {
    padding-left: 20px;
    padding-right: 20px;
  }
  .individual .container-fluid img {
    height: auto;
    padding-top: 26%;
  }
  .individual .amenities .amen-logo p {
    font-size: 18px;
  }
  .individual object {
    display: none;
  }
}/*# sourceMappingURL=style.css.map */