:root {
  --white: #fff;
  --black: #000;
  --theme-color: #678f2d;
}
html {
  scroll-behavior: smooth;
  height: 100%;
}

body {
  position: relative;
  background: #fff;
  overflow-x: hidden;
  height: 100%;
  /* font-family: "Montserrat", sans-serif; */
  font-family: "Poppins", sans-serif;
}

@media (min-width: 1700px) {
  .container {
    max-width: 1366px;
  }
}

section {
  position: relative;
  padding: 6rem 0;
}

p {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.8;
  color: #858585;
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
  /* font-family: "Montserrat", sans-serif; */
  font-family: "Poppins", sans-serif;
}

img {
  max-width: 100%;
  height: auto;
}

.img-auto {
  display: block;
  max-width: 100%;
  margin: 0 auto;
}

a,
button {
  text-decoration: none !important;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

a:hover,
button:hover {
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

figure {
  margin: 0;
}

ul {
  padding: 0;
  margin: 0;
  list-style: none;
}

.navbar-brand img {
  max-height: 170px;
  transition: 0.3s ease-in-out;
}

header {
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  z-index: 99999;
  top: 0;
  width: 100%;
  transition: 0.3s ease-in-out;
}

header.sticky {
  position: fixed;
}

header.sticky .navbar-brand img {
  max-width: 100px;
}

.navbar-nav {
  gap: 1rem 1.5rem;
}
.navbar-nav .nav-item .nav-link {
  font-size: 1.25rem;
  font-weight: 400;
  color: var(--white);
  text-transform: uppercase;
  line-height: 1;
  position: relative;
}
.navbar-nav .nav-item .nav-link::after {
  content: "";
  width: 100%;
  height: 2px;
  position: absolute;
  left: 0;
  bottom: -5px;
  transition: transform 0.3s ease-in-out;
  background-color: var(--white);
  transform-origin: center;
  transform: scaleX(0);
}
.navbar-nav .nav-item.active .nav-link::after,
.navbar-nav .nav-item .nav-link:hover::after {
  transform: scaleX(1);
}
.form-inline {
  margin-left: 3rem;
}
.contactBtn {
  color: var(--white);
  font-size: 1.25rem;
  font-weight: 400;
  text-transform: uppercase;
  line-height: 1;
  padding: 1em 1.5em;
  border-radius: 50px;
  background: linear-gradient(180deg, #678f2d 0%, #2a6514 100%);
}

.contactBtn:hover {
  background: var(--white);
  color: var(--theme-color);
}

.main-slider {
  position: relative;
}
.carousel-caption {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.main-slider h2 {
  font-size: 8.125rem;
  color: var(--white);
  font-weight: 400;
  line-height: 1;
  text-transform: uppercase;
}
.main-slider h3 {
  font-size: 3.125rem;
  color: var(--white);
  font-weight: 400;
  line-height: 1;
  text-transform: uppercase;
}
.main-slider p {
  font-size: 1.375rem;
  color: var(--white);
  font-weight: 400;
  line-height: 1;
  text-transform: uppercase;
}
.carousel-opts {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  bottom: 2rem;
  left: 50%;
  transform: translateX(-50%);
  z-index: 1;
  gap: 0.75rem;
}
.carousel-opts .carousel-indicators {
  position: unset;
  margin: 0;
  gap: 0.5rem;
}
.carousel-opts .carousel-indicators li {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  margin: 0;
}
.carousel-opts .carousel-control-prev,
.carousel-opts .carousel-control-next {
  position: unset;
  height: auto;
  width: auto;
  font-size: 1rem;
  color: #fff;
  opacity: 1;
  margin: 0;
}
.secHeading {
  font-size: 5rem;
  font-weight: 200;
  color: var(--black);
  line-height: 1;
}

.aboutSec h2 {
  font-size: 3.125rem;
  font-weight: 200;
  color: var(--black);
  line-height: 1;
  margin-bottom: 2rem;
}
.aboutSec p {
  line-height: 2.3;
}
.themeBtn {
  display: inline-flex;
  align-items: center;
  font-size: 1.125rem;
  font-weight: 400;
  color: var(--black);
  gap: 0.5rem;
  margin: 0.5rem 0;
  text-transform: capitalize;
}

.themeBtn i {
  display: grid;
  place-items: center;
  height: 60px;
  width: 60px;
  font-size: 1rem;
  border-radius: 50%;
  color: var(--white);
  transition: 0.3s ease-in-out;
  background-color: var(--black);
}
.themeBtn:hover {
  color: var(--theme-color);
}
.themeBtn:hover i {
  color: var(--white);
  background-color: var(--theme-color);
  transform: rotate(360deg);
}

/* /counterSec */
.counterSec .col-md-6 {
  border-left: 1px solid #707070;
}

.leftSide {
  max-width: 90%;
}
.leftSide h2.count {
  color: #858585;
  font-size: 20rem;
  line-height: 0.8;
  font-weight: 200;
}
.leftSide h3 {
  font-size: 2.5rem;
  font-weight: 200;
  line-height: 1;
  color: var(--black);
}
.leftSide p {
  color: var(--black);
  font-size: 1.375rem;
  font-weight: 200;
  line-height: 1.5;
}
.countBox + .countBox {
  margin-top: 2rem;
}
.countBox {
  display: flex;
  justify-content: space-between;
  align-items: center;
  /* gap: 1.5rem; */
}
.countBox h2 {
  font-size: 6.25rem;
  font-weight: 200;
  color: #858585;
  line-height: 1;
  min-width: 300px;
}
.countBox h3 {
  font-size: 1.875rem;
  font-weight: 200;
  color: var(--black);
  line-height: 1;
}
.countBox p {
  color: var(--black);
  font-size: 1rem;
  font-weight: 200;
}

/* invest Approach Sec */
.investAppSec {
  background-color: #f9f9f9;
  padding-top: 6rem 0 3rem;
}

.investAppSec .content {
  width: 75%;
  margin: 0 auto;
}
.investAppSec .content h2.secHeading {
  font-size: 5.625rem;
  margin-bottom: 2rem;
}
.investAppSec .content p {
  font-size: 1.125rem;
  line-height: 2.3;
  font-weight: 200;
  color: var(--black);
}

/* empowerSec */
.empowerSec p {
  font-size: 1rem;
  font-weight: 400;
  color: var(--black);
}

.empowerCard button {
  font-size: 3.125rem;
  font-weight: 400;
  color: var(--black);
  border: 0;
  outline: none;
  padding-bottom: 0.25rem;
  border-bottom: 1px solid #707070;
  background-color: transparent;
  text-decoration: underline !important;
  margin-bottom: 1rem;
}

.empowerCard p {
  margin: 0.5rem 0;
}

.ctaSec {
  background: url(../images/contImg.jpg) center/cover no-repeat;
  padding: 10rem 0;
}
.ctaSec h2 {
  font-size: 1.375rem;
  color: var(--white);
  font-weight: 400;
  line-height: 1;
}
.ctaSec .secHeading {
  color: var(--white);
}
.ctaSec .themeBtn {
  color: var(--white);
}
.ctaSec .themeBtn i {
  background-color: var(--white);
  color: var(--black);
}
.ctaSec .themeBtn:hover i {
  background-color: var(--theme-color);
  color: var(--white);
}

/* letsMeetSec */
.letsMeetSec {
  padding: 4rem 0;
  text-align: center;
}
.letsMeetSec p {
  color: var(--black);
}

.mapSection iframe {
  height: 375px;
  width: 100%;
  filter: grayscale(1);
}

/* Project Section */
.projectSec {
  padding-bottom: 3rem;
}
.projectSec .secHeading {
  margin-bottom: -6rem;
}
.projectSec::before {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  top: 0;
  background-color: var(--theme-color);
  width: 50%;
}
.projectSec .swiper-wrapper {
  align-items: flex-end;
}
.projectCard {
  position: relative;
}
.projectCard img {
  width: 100%;
}
.projectSec .swiper-slide-next .projectCard img {
  width: 50%;
}
.projectCard .content {
  max-width: 50%;
  margin-left: auto;
  margin-right: -30%;
  transform: scale(0);
  transition: ease all 1s 0.5s;
}
.projectCard .swiper-slide-next .projectCard .content {
  transform: scale(1);
}
.projectCard .content p {
  color: var(--white);
  font-size: 1rem;
}
.projectSec .swiper-slide.swiper-slide-active .content {
  transform: scaleY(1);
}
.swiper-pagination {
  display: flex;
  align-items: center;
  font-size: 1.875rem;
  color: var(--white);
  position: absolute;
  left: 72%;
  top: -4rem;
  max-width: 150px;
  justify-content: flex-end;
}
.swiper-pagination .swiper-pagination-current {
  font-size: 7.5rem;
  color: var(--white);
  line-height: 1;
  font-weight: 300;
}
.swiper-pagination .swiper-pagination-total {
  font-size: 3.125rem;
  font-weight: 300;
  color: var(--white);
  opacity: 0.5;
}
.swiper-button-next,
.swiper-button-prev {
  color: var(--white);
}
.swiper-button-next:after,
.swiper-button-prev:after {
  font-size: 1rem;
}
footer {
  padding: 6rem 0 4rem;
}
footer h3 {
  color: var(--black);
  font-size: 1.375rem;
  font-weight: 400;
  line-height: 1;
  margin-bottom: 2rem;
}
footer p {
  color: var(--black);
  font-size: 1.25rem;
  font-weight: 400;
  line-height: 1;
  margin-bottom: 0;
}
footer .form-group {
  display: flex;
  align-items: center;
  border-bottom: 1px solid #000;
  margin-bottom: 3rem;
}
footer .form-group input {
  border: 0;
  font-size: 1.125rem;
  font-weight: 500;
  color: var(--black);
  background-color: transparent;
  height: 50px;
  width: 100%;
}
footer .form-group button {
  width: 50px;
  height: 50px;
  font-size: 1.25rem;
  color: var(--black);
  border: 0;
  display: grid;
  place-items: center;
  outline: none;
  background-color: transparent;
}
footer .form-group button:hover {
  background-color: var(--theme-color);
  color: var(--white);
}
footer .contInfo li address,
footer .contInfo li a {
  font-size: 1rem;
  font-weight: 400;
  display: inline-block;
  line-height: 1;
  color: var(--black);
  margin-bottom: 0.25rem;
}

.footerLinks li a {
  color: var(--black);
  font-size: 1.25rem;
  font-weight: 400;
  display: inline-block;
  margin-bottom: 0.5rem;
}

.addressbox {
  text-align: center;
  height: 280px;
  width: 280px;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  flex-flow: column;
  padding: 0 3rem;
  border-radius: 50%;
  position: relative;
  background: var(--theme-color);
  transition: 0.5s ease-in-out;
}

.addressbox:hover {
  background: #2A6514;
}

.addressbox::before {
  content: "";
  height: 320px;
  width: 320px;
  position: absolute;
  left: -1.25rem;
  top: -1.25rem;
  border-radius: 50%;
  border: 2px dashed #CECECE;
}

.addressbox a,
.addressbox address {
  color: var(--white);
  font-size: 1rem;
  font-weight: 500;
  margin: 0;
  line-height: 1.5;
  z-index: 1111;
}

.contenttext {
  z-index: 1111;
}

.addressbox span {
  display: block;
  margin: 0.25rem 0;
  font-size: 1rem;
  font-weight: 600;
  color: var(--white);
  text-transform: uppercase;
}

.buySec h2 {
  font-size: 3.125rem;
}
.buySec p {
  font-size: 1.125rem;
  color: #858585;
  line-height: 2;
}
.saleSec h2 {
  font-size: 3.125rem;
}
.saleSec p {
  font-size: 1.125rem;
  color: #858585;
  line-height: 2;
}
.formStyle .form-control {
  border: 0;
  border-bottom: 2px solid #707070;
  border-radius: 0;
  background: transparent;
  margin-bottom: 1.875rem;
  height: 3rem;
  color: #000;
}

.formStyle textarea.form-control {
  height: 180px;
  resize: none;
}
.formStyle .btnStyle {
  background-color: var(--theme-color);
  width: 100%;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1rem;
  color: var(--white);
  border-radius: 25px;
  border: none;
  text-transform: uppercase;
}
.formStyle .form-control::placeholder {
  color: #000;
}
.projectContent {
  display: flex;
  align-items: center;
  gap: 2rem;
}
.projectContent span {
  font-size: 9.375rem;
  color: #70707036;
}
.projectSect h3 {
  font-size: 5rem;
  font-weight: 400;
}
.invest h3 {
  border-bottom: 1px solid var(--black);
  width: fit-content;
  margin-left: auto;
  font-size: 1.125rem;
  margin-top: 1rem;
}

.investmentSec .secHeading {
  font-size: 3.125rem;
  margin-bottom: 2rem;
}

/* ................................. */

.getStartedSec .houseImg {
  position: absolute;
  left: -10%;
  top: 5%;
}

.formContainer {
  margin-top: 2rem;
}

.formContainer .form-group, .checboxWrap {
  margin-bottom: 1.75rem;
}

.checboxWrap [type="radio"]:checked, .checboxWrap [type="radio"]:not(:checked) {
  position: absolute;
  left: -9999px;
}

.checboxWrap [type="radio"]:checked + label, .checboxWrap [type="radio"]:not(:checked) + label {
  position: relative;
  padding-left: 28px;
  cursor: pointer;
  line-height: 1;
  display: inline-block;
  color: #000000;
  font-size: 1.25rem;
  text-transform: uppercase;
  font-weight: 500;
}

.checboxWrap [type="radio"]:checked + label:before, .checboxWrap [type="radio"]:not(:checked) + label:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 20px;
  height: 20px;
  border: 1px solid var(--theme-color);
  border-radius: 100%;
  background: #fff;
}

.checboxWrap [type="radio"]:checked + label:after {
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1);
}
.checboxWrap [type="radio"]:checked + label:after, .checboxWrap [type="radio"]:not(:checked) + label:after {
  content: "";
  width: 12px;
  height: 12px;
  background: var(--theme-color);
  position: absolute;
  top: 4px;
  left: 4px;
  border-radius: 100%;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}



.checboxWrap [type="radio"]:checked + label:after {
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1);
}

.formContainer .form-check label {
  font-weight: 400;
  line-height: 1.4;
}

.formContainer label {
  font-size: 1rem;
  font-weight: 600;
  line-height: 1;
  margin-bottom: 0.75rem;
  color: var(--black);
}

.formContainer .form-group select.form-control {
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  background-image: url(../images/polygon.png);
  background-repeat: no-repeat;
  background-position-x: 95%;
  background-position-y: 50%;
}

.formContainer .form-group .form-control {
  border-color: #d6d6d6;
  border-radius: 50px;
  height: 66px;
  color: var(--black);
  font-size: 1rem;
  font-weight: 400;
  padding-left: 1rem;
}

.secHeading span {
  display: block;
  font-size: 1.375rem;
  color: var(--theme-color);
}

.navbar-brand:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 120%;
  background: rgb(251 251 251 / 75%);
  top: 0;
  left: 0;
  clip-path: polygon(0 0, 0 100%, 0 100%, 49% 83%, 100% 100%, 100% 100%, 100% 0);
  z-index: -1;
}

.navbar-brand {
  position: relative;
}

.getStartedSec .contactBtn {
  border: none;
  transition: 0.5s ease-in-out;
}

.getStartedSec .contactBtn:hover {
  color: white;
  background-color: black;
}

.getStartedSec h2 {
  text-transform: uppercase;
  font-size: 4rem;
  font-weight: 400;
}

[type="radio"]:checked,
[type="radio"]:not(:checked) {
  position: absolute;
  left: -9999px;
}
[type="radio"]:checked + label,
[type="radio"]:not(:checked) + label
{
  position: relative;
  padding-left: 28px;
  cursor: pointer;
  line-height: 20px;
  display: inline-block;
  color: #666;
}
[type="radio"]:checked + label:before,
[type="radio"]:not(:checked) + label:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 18px;
  height: 18px;
  border: 1px solid #ddd;
  border-radius: 100%;
  background: #fff;
}
[type="radio"]:checked + label:after,
[type="radio"]:not(:checked) + label:after {
  content: '';
  width: 12px;
  height: 12px;
  background: #F87DA9;
  position: absolute;
  top: 4px;
  left: 4px;
  border-radius: 100%;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
[type="radio"]:not(:checked) + label:after {
  opacity: 0;
  -webkit-transform: scale(0);
  transform: scale(0);
}
[type="radio"]:checked + label:after {
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1);
}