@import url("https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;500;700&display=swap");
@font-face {
  font-family: proxima;
  src: url(../cdn/Proxima-Nova-Demo-Font/Demo_Fonts/Fontspring-DEMO-proximanova-regular.otf);
}
@font-face {
  font-family: alata;
  src: url(../cdn/alata/alata-regular.ttf);
}
@font-face {
  font-family: alata-bold;
  src: url(../cdn/alata/alata-regular.ttf);
  font-weight: 600;
}
@font-face {
  font-family: jost;
  src: url(../cdn/helvetica/jost.thin.ttf);
  font-weight: 300;
}
@font-face {
  font-family: jost-four;
  src: url(../cdn/helvetica/jost.thin.ttf);
  font-weight: 400;
}
Green #003a2d Black #101010 img.d-block.w-100 {
  height: 90vh;
  object-fit: cover;
}
.what_li {
  font-family: jost;
  font-weight: 300;
}
.home_de {
  padding: 50px 200px;
}
.home_de p {
  font-family: jost;
  font-weight: 300;
  font-size: 28px;
  letter-spacing: 2px;
  color: #e0e0e0;
}
/* li {
  font-family: jost !important;
} */
* {
  margin: 0;
  padding: 0;
  font-size: 18px;
  box-sizing: border-box;
  /* font-family: "Arial", sans-serif; */
  text-decoration: none;
  cursor: pointer;
}
li {
  font-size: 20px;
  letter-spacing: 1px;
  font-family: alata;
  font-weight: 400;
}
body {
  background-color: #000;
  font-family: alata;
  color: #fff;
}
.header_wrapper {
  background-color: #fff;
  color: #a56000;
}
.btn_submit {
  background-color: #a56000;
  color: #fff;
  border-radius: 32px;
  padding: 0.5rem 3rem;
}
.text-success,
.card-title {
  color: #a56000 !important;
}
.card_mobile {
  border-radius: 10px;
  background-color: transparent;
  box-shadow: rgba(14, 30, 37, 0.12) 0px 2px 4px 0px,
    rgba(14, 30, 37, 0.32) 0px 2px 16px 0px;
  padding: 20px;
  border: 2px solid #10826a;
}

.phone_img {
  width: 100%;
  height: 180px;
  object-fit: contain;
}
.phone_heading {
  font-size: 14px;
  text-align: left;
  font-weight: 600;
}

.about_banner {
  height: 250px;
}

a {
  text-decoration: none;
  color: #ffffffea;
  font-size: 14px;
}

.footer_wrapper {
  background-color: #000;
  height: auto;
  padding: 1rem 0;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: alata-bold;
  font-weight: 600;
}
h5 {
  color: #a56000;

  font-size: 20px;
  letter-spacing: 1px;
}

h3 {
  color: #ffffff;
  text-transform: uppercase;
  font-weight: bold;
  letter-spacing: 2px;
  padding: 10px 0px;
  margin: 0;
  font-size: 32px;
}

h4 {
  font-size: 28px;
  font-weight: 500;
}

input::placeholders {
  color: #000000;
  font-size: 14px;
  font-weight: 400;
}

.slick-slider .testimonial-card {
  padding: 20px;
  border-radius: 10px;
  text-align: center;
}

.slick-slider .testimonial-feedback {
  font-size: 16px;
  color: #dbdbdb;
  font-style: italic;
}

.slick-slider .testimonial-name {
  font-size: 18px;
  font-weight: bold;
  margin-top: 10px;
}

.nav-link {
  font-weight: 600;
  color: #a56000;
  letter-spacing: 1px;
  padding-left: 18px !important;
  padding-right: 18px !important;
}

.nav-link:hover {
  color: #794702 !important;
}
.banner_classes {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
}
.market_edge {
  background-image: url(../images/why-invest.jpeg);
  height: 80vh;
  display: flex;
  justify-content: center;
  align-items: center;
}
.bg_content {
  background: #1b1a1a;
  color: #fff;
  padding: 100px 50px !important;
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
  box-shadow: transparent;
  border-radius: 8px;
  padding: 3rem 0;
}

.gallery_heading {
  border: 4px solid #fff;
  padding: 40px 0;
  font-size: 30px;
  font-weight: 600;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.gal_2 {
  height: 310px;
  object-fit: cover;
}
.gal_3 {
  height: 382px;
  object-fit: cover;
}
.gal_1 {
  height: 250px;
  width: 100% !important;
}
.thank_heading {
  font-size: 50px;
  font-weight: 600;
  letter-spacing: 8px;
  text-transform: uppercase;
}
p,
ul {
  font-family: alata;
}

.section-heading {
  font-size: 2rem;
  font-weight: 600;
  margin-bottom: 3rem;
}
.highlight-bar {
  width: 7px;
  background-color: #003a2d;
  height: 100px;
  margin-left: 50px;
}
.label-text {
  font-weight: 500;
  line-height: 35px;
  text-align: center;
  font-size: 28px;
  letter-spacing: 2px;
}
.content-block {
  margin-bottom: 2.5rem;
}
