@import url("https://fonts.googleapis.com/css?family=Lato:300,400,400i,700");
@import url("https://fonts.googleapis.com/css2?family=Mulish:wght@400;700;800&display=swap");
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  color: #252c37;
  font-family: "Mulish", sans-serif;
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
}

.investor-page {
  width: 100%;
  height: auto;
}
.investor-page-front {
  background: url("../../img/investor-img/investor_img1.png");
  height: 100vh;
  width: 100%;
}
.investor-page-content {
  height: auto;
  padding: 50px 0;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.investor-page-content > div {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 80%;
  gap: 10px;
}
.investor-page-content > div h1 {
  font-size: 50px;
  color: rgb(17, 35, 30);
  font-family: "Times New Roman", Times, serif;
  padding-bottom: 10px;
  text-align: center;
}
.investor-page-content > div span {
  width: 60px;
  background-color: rgb(229, 187, 108);
  height: 2px;
  margin-bottom: 10px;
}
.investor-page-content > div p {
  line-height: 35px;
  text-align: center;
  font-size: 18px;
  letter-spacing: 0.5px;
  margin: 3px 0;
  width: 80%;
}
.investor-page-content > div button {
  outline: none;
  border: none;
  padding: 15px 20px;
  background-color: rgb(215, 160, 57);
  color: white;
}
.investor-page-investment-highlight {
  height: auto;
  width: 100%;
}
.investor-page-investment-highlight > header {
  height: auto;
  width: 100%;
  padding-bottom: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.investor-page-investment-highlight > header h1 {
  font-size: 50px;
  font-family: "Times New Roman", Times, serif;
  color: #252c37;
  padding-bottom: 10px;
}
.investor-page-investment-highlight > header span {
  height: 2px;
  width: 60px;
  background-color: rgb(215, 160, 57);
}
.investor-page-investment-highlight > div {
  display: flex;
  width: 100%;
  background-color: rgba(215, 160, 57, 0.1);
  margin-bottom: 50px;
}
.investor-page-investment-highlight > div > div {
  width: 25%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  padding: 30px 0;
  border-right: 1px solid rgba(0, 0, 0, 0.1);
  gap: 5px;
}
.investor-page-investment-highlight > div > div i {
  color: white;
  font-size: 42px;
  line-height: 1;
  margin-bottom: 10px;
  color: rgb(215, 160, 57);
  width: 60px;
  height: 60px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.investor-page-investment-highlight > div > div h2 {
  font-family: "Times New Roman", Times, serif;
  font-weight: bold;
}
.investor-page-communites {
  background-image: url("../../img/investor-img/investor_img2.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 145vh;
  min-height: 70vh;
  width: 100%;
}
.investor-page-invest {
  height: auto;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 50px 0;
}
.investor-page-invest > div {
  width: 80%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 10px;
}
.investor-page-invest > div h1 {
  font-size: 50px;
  font-family: "Times New Roman", Times, serif;
  padding-bottom: 0px;
  text-align: center;
}
.investor-page-invest > div span {
  height: 2px;
  width: 60px;
  background-color: rgb(215, 160, 57);
}
.investor-page-invest > div p {
  text-align: center;
  width: 80%;
  font-size: 18px;
  line-height: 30px;
  margin-top: 20px;
}
.investor-page-invest > div p:last-child {
  margin-top: 10px;
}
.investor-page-chart {
  height: 118vh;
  width: 100%;
  background: url("../../img/investor-img/investor_graph.png");
}
.investor-page-growth {
  height: auto;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.investor-page-growth-img {
  background: url("../../img/investor-img/investor_img3.png") center/cover no-repeat;
  height: 145vh;
  min-height: 70vh;
  width: 100%;
}
.investor-page-growth-content {
  height: auto;
  width: 90%;
  padding: 50px 0;
}
.investor-page-growth-content p {
  width: 100%;
  text-align: center;
  font-size: 18px;
  line-height: 30px;
  margin-bottom: 20px;
}
.investor-page-growth-content > div {
  display: flex;
  gap: 250px;
}
.investor-page-growth-content > div ul {
  list-style: none;
}
.investor-page-growth-content > div ul li {
  margin: 20px 0;
}
.investor-page-growth-content > div ul li span {
  font: 18px;
}
.investor-page-growth-content > div ul li i {
  color: white;
  background: #2e8b57;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 10px;
  margin-right: 8px;
}
.investor-page-explore {
  background: linear-gradient(rgba(0, 0, 0, 0.55), rgba(0, 0, 0, 0.55)), url("../../img/investor-img/investor_img4.jpg") center/cover;
  height: 100vh;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  color: #fff;
}
.investor-page-explore h1 {
  font-size: 50px;
  color: #fff;
  font-family: "Times New Roman", Times, serif;
  font-weight: bold;
  text-align: center;
}
.investor-page-explore p {
  color: #fff;
  width: 50%;
  text-align: center;
  line-height: 25px;
  margin: 10px 0;
  opacity: 0.6s;
}
.investor-page-explore button {
  border: none;
  outline: none;
  background-color: rgb(215, 160, 57);
  color: white;
  padding: 15px 20px;
  margin: 20px 0;
}
.investor-page-explore button i {
  color: #fff;
  margin-right: 2px;
}

@media screen and (min-width: 640px) and (max-width: 1285px) {
  .investor-page {
    height: auto;
    width: 100%;
  }
  .investor-page-front {
    background: url("../../img/investor-img/investor_img1.png");
    height: 60vh;
    width: 100%;
  }
  .investor-page-content {
    height: auto;
    padding: 0px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .investor-page-content > div {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 80%;
    gap: 10px;
  }
  .investor-page-content > div h1 {
    font-size: 50px;
    color: rgb(17, 35, 30);
    font-family: "Times New Roman", Times, serif;
    padding-bottom: 10px;
    padding-top: 50px;
    text-align: center;
  }
  .investor-page-content > div span {
    width: 60px;
    background-color: rgb(229, 187, 108);
    height: 2px;
    margin-bottom: 10px;
  }
  .investor-page-content > div p {
    line-height: 35px;
    text-align: center;
    font-size: 18px;
    letter-spacing: 0.5px;
    margin: 3px 0;
    width: 80%;
  }
  .investor-page-content > div button {
    outline: none;
    border: none;
    padding: 15px 20px;
    background-color: rgb(215, 160, 57);
    color: white;
  }
  .investor-page-communites {
    height: auto;
    min-height: 50vh;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-color: transparent;
  }
  .investor-page-chart {
    height: auto;
    min-height: 40vh;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-color: transparent;
  }
  .investor-page-growth {
    height: auto;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
  }
  .investor-page-growth-img {
    background: url("../../img/investor-img/investor_img3.png") center/cover no-repeat;
    height: auto;
    min-height: 50vh;
    width: 100%;
  }
  .investor-page-growth-content {
    height: auto;
    width: 90%;
    padding: 50px 0;
  }
  .investor-page-growth-content p {
    width: 100%;
    text-align: center;
    font-size: 18px;
    line-height: 30px;
    margin-bottom: 20px;
  }
  .investor-page-growth-content > div {
    display: flex;
    gap: 0px;
  }
  .investor-page-growth-content > div ul {
    list-style: none;
    width: 100%;
  }
  .investor-page-growth-content > div ul li {
    margin: 20px 0;
  }
  .investor-page-growth-content > div ul li span {
    font: 18px;
  }
  .investor-page-growth-content > div ul li i {
    color: white;
    background: #2e8b57;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 10px;
    margin-right: 8px;
  }
  .investor-page-explore {
    background: linear-gradient(rgba(0, 0, 0, 0.55), rgba(0, 0, 0, 0.55)), url("../../img/investor-img/investor_img4.jpg") center/cover;
    height: 50vh;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    color: #fff;
  }
  .investor-page-explore h1 {
    font-size: 50px;
    color: #fff;
    font-family: "Times New Roman", Times, serif;
    font-weight: bold;
    text-align: center;
  }
  .investor-page-explore p {
    color: #fff;
    width: 50%;
    text-align: center;
    line-height: 25px;
    margin: 10px 0;
    opacity: 0.6s;
  }
  .investor-page-explore button {
    border: none;
    outline: none;
    background-color: rgb(215, 160, 57);
    color: white;
    padding: 15px 20px;
    margin: 20px 0;
  }
  .investor-page-explore button i {
    color: #fff;
    margin-right: 2px;
  }
}
@media screen and (max-width: 640px) {
  .investor-page {
    height: auto;
    width: 100%;
  }
  .investor-page-front {
    background-image: url("../../img/investor-img/investor_img1.png");
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    height: auto;
    min-height: 400px;
    width: 100%;
    margin-bottom: -50px;
  }
  .investor-page-content {
    height: auto;
    padding: 0px 0;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .investor-page-content > div {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 90%;
    gap: 0px;
  }
  .investor-page-content > div h1 {
    font-size: 30px;
    color: rgb(17, 35, 30);
    font-family: "Times New Roman", Times, serif;
    padding-bottom: 0px;
    padding-top: 30px;
    text-align: center;
  }
  .investor-page-content > div span {
    width: 60px;
    background-color: rgb(229, 187, 108);
    height: 2px;
    margin-bottom: 10px;
  }
  .investor-page-content > div p {
    line-height: 30px;
    text-align: center;
    font-size: 16px;
    letter-spacing: 0.5px;
    margin: 3px 0;
    width: 100%;
  }
  .investor-page-content > div button {
    outline: none;
    border: none;
    padding: 10px 20px;
    background-color: rgb(215, 160, 57);
    color: white;
    margin-top: 10px;
  }
  .investor-page-investment-highlight {
    height: auto;
    width: 100%;
  }
  .investor-page-investment-highlight > header {
    height: auto;
    width: 100%;
    padding-top: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
  }
  .investor-page-investment-highlight > header h1 {
    font-size: 30px;
    font-family: "Times New Roman", Times, serif;
    color: #252c37;
    padding-bottom: 10px;
  }
  .investor-page-investment-highlight > header span {
    height: 2px;
    width: 60px;
    background-color: rgb(215, 160, 57);
  }
  .investor-page-investment-highlight > div {
    display: flex;
    width: 100%;
    background-color: rgba(215, 160, 57, 0.1);
    margin-bottom: 0px;
    flex-direction: column;
  }
  .investor-page-investment-highlight > div > div {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    padding: 20px 0;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    gap: 5px;
  }
  .investor-page-investment-highlight > div > div i {
    color: white;
    font-size: 42px;
    line-height: 1;
    margin-bottom: 10px;
    color: rgb(215, 160, 57);
    width: 60px;
    height: 60px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .investor-page-investment-highlight > div > div h2 {
    font-family: "Times New Roman", Times, serif;
    font-weight: bold;
    font-size: 20px;
  }
  .investor-page-communites {
    height: auto;
    min-height: 30vh;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
  }
  .investor-page-invest {
    height: auto;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px 0;
  }
  .investor-page-invest > div {
    width: 90%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 10px;
  }
  .investor-page-invest > div h1 {
    font-size: 30px;
    font-family: "Times New Roman", Times, serif;
    padding-bottom: 0px;
    text-align: center;
  }
  .investor-page-invest > div span {
    height: 2px;
    width: 60px;
    background-color: rgb(215, 160, 57);
  }
  .investor-page-invest > div p {
    text-align: center;
    width: 100%;
    font-size: 16px;
    line-height: 30px;
    margin-top: 20px;
  }
  .investor-page-invest > div p:last-child {
    margin-top: 10px;
    margin-bottom: 20px;
  }
  .investor-page-chart {
    height: auto;
    min-height: 28vh;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-color: transparent;
  }
  .investor-page-growth {
    height: auto;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
  }
  .investor-page-growth-img {
    background: url("../../img/investor-img/investor_img3.png") center/cover no-repeat;
    height: auto;
    min-height: 30vh;
    width: 100%;
  }
  .investor-page-growth-content {
    height: auto;
    width: 90%;
    padding: 20px 0;
  }
  .investor-page-growth-content p {
    width: 100%;
    text-align: center;
    font-size: 16px;
    line-height: 30px;
    margin-bottom: 10px;
  }
  .investor-page-growth-content > div {
    display: flex;
    gap: 0px;
    flex-direction: column;
  }
  .investor-page-growth-content > div ul {
    list-style: none;
    width: 100%;
    padding: 0;
    margin: 0;
  }
  .investor-page-growth-content > div ul li {
    margin: 20px 0;
  }
  .investor-page-growth-content > div ul li span {
    font: 16px;
  }
  .investor-page-growth-content > div ul li i {
    color: white;
    background: #2e8b57;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 10px;
    margin-right: 5px;
  }
  .investor-page-explore {
    background: linear-gradient(rgba(0, 0, 0, 0.55), rgba(0, 0, 0, 0.55)), url("../../img/investor-img/investor_img4.jpg") center/cover;
    height: 50vh;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    color: #fff;
  }
  .investor-page-explore h1 {
    font-size: 30px;
    color: #fff;
    font-family: "Times New Roman", Times, serif;
    font-weight: bold;
    text-align: center;
  }
  .investor-page-explore p {
    color: #fff;
    width: 90%;
    text-align: center;
    line-height: 25px;
    margin: 10px 0;
    opacity: 0.6s;
    font-size: 16px;
  }
  .investor-page-explore button {
    border: none;
    outline: none;
    background-color: rgb(215, 160, 57);
    color: white;
    padding: 10px 20px;
    margin: 20px 0;
  }
  .investor-page-explore button i {
    color: #fff;
    margin-right: 2px;
  }
}/*# sourceMappingURL=investor.css.map */