@import url("https://fonts.googleapis.com/css?family=Roboto:100,200,400,500,700&display=swap");

* {
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  transition: all 0.5s linear;
}

html,
body {
  scroll-behavior: smooth;
}

.bg-green {
  background-color: #34d1b6 !important;
}

.text-green {
  color: #34d1b6 !important;
}

.text-white {
  color: #fff !important;
}

/* Navbar */
nav.navbar {
  border-top: 3px solid #a0138e;
}

.navbar-nav .menu-link {
  font-weight: 700;
  color: #fff;
  font-size: 16px;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  margin-left: 0.25rem;
  margin-right: 0.25rem;
  padding-top: 0.8rem;
  position: relative;
  text-align: center;
}

.navbar-nav .menu-link.active {
  color: #000;
}

.navbar-search-control {
  display: block;
  border: none;
  border-radius: 0;
  padding: 5px;
  font-size: 13px;
  box-shadow: none;
  outline: 0;
  line-height: 24px;
  width: 200px;
  margin: auto;
}

@media (min-width: 992px) {
  .navbar-nav .menu-link::before {
    content: "";
    width: 100%;
    border-top: 1px solid #fff;
    position: absolute;
    top: 0;
    left: 0;
  }

  .navbar-nav .menu-link.active::before {
    border-top: 4px solid #000;
  }

  .navbar-nav .menu-link:hover::before {
    border-top: 4px solid #fff;
  }

  .navbar-search-control {
    margin-left: 40px;
  }
}

.navbar-toggler {
  box-shadow: none !important;
  outline: 0 !important;
}

.menu-bar {
  font-size: 25px;
  color: #fff;
}

/* Home Page */
header {
  background: url(../images/header-girls-image.png) no-repeat top center;
  background-size: cover;
  padding: 3rem 0 0;
  z-index: 2;
  position: relative;
}

header .container {
  padding: 3rem 0 0;
}

@media (min-width: 992px) {
  header .container {
    height: 91vh;
  }
}

header::before {
  content: "";
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.8);
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}

.main-heading {
  font-size: 64px;
  line-height: 77px;
  color: #fff;
  position: relative;
  font-weight: 700;
}

.header-text {
  font-size: 18px;
  line-height: 27px;
  color: #fff;
  font-weight: 200;
  max-width: 550px;
  margin: auto;
}

.header-btn,
.header-btn:hover {
  text-decoration: none;
  display: block;
  width: 180px;
  color: #fff;
  font-size: 14px;
  line-height: 40px;
  border-radius: 20px;
  height: 40px;
  font-weight: 700;
  margin: 1.5rem auto;
  position: relative;
  z-index: 5;
}

.header-mobile-img {
  display: block;
  width: 100%;
  margin: auto;
}

@media (min-width: 992px) {
  .header-mobile-img {
    width: 100%;
    position: absolute;
    bottom: 0;
  }
}

.main-page-contents {
  background: #fff;
}

.iphone-frame-wrap {
  width: 722px;
  height: 360px;
  margin: auto;
  position: relative;
}

.iphone-frame-wrap iframe {
  position: absolute;
  width: 94%;
  height: 87%;
  top: 6.6%;
  left: 3%;
  z-index: 3;
  overflow: hidden;
  border-radius: 20px;
}

.iphone-frame {
  display: block;
  width: 722px;
  height: 360px;
  object-fit: cover;
  margin: auto;
}

@media (max-width: 768.98px) {
  .iphone-frame-wrap {
    width: 100%;
    height: 360px;
  }

  .iphone-frame-wrap iframe {
    width: 94%;
    height: 61%;
    top: 19.6%;
    left: 3%;
  }

  .iphone-frame {
    width: 100%;
    height: 360px;
    object-fit: contain;
  }
}

.upper-section-meet {
  margin-top: -6rem;
  position: relative;
  z-index: 5;
}

.intro-img {
  width: 100%;
  height: 402px;
  background: url(../images/intro-img-2.png) no-repeat 0% 33%;
  background-size: cover;
  position: relative;
}

.intro-img:before {
  width: 100%;
  height: 100%;
  content: "";
  background: rgba(63, 141, 116, 0.4);
  position: absolute;
  top: 0;
  left: 0;
}

.the-app-text span {
  display: block;
  text-align: center;
  font-size: 120px;
  line-height: 108px;
  font-weight: 700;
}

.the-app-text span:nth-of-type(1) {
  color: #fff;
}

.the-app-text span:nth-of-type(2) {
  color: #34d1b6;
}

.intro-text-wrap {
  border: 0px solid rgba(50, 65, 88, 1);
  background-color: rgba(255, 255, 255, 1);
  border-radius: 6px;
  box-shadow: 0px -5px 24px 0px rgba(153, 153, 151, 0.15);
  padding: 2rem;
  width: 90%;
}

@media (max-width: 991.98px) {
  .intro-text-wrap {
    margin-top: 2rem;
    padding: 2rem;
    width: 100%;
  }
}

.intro-text-wrap p {
  font-size: 15px;
  color: #07081f;
  font-weight: 200;
}

.intro-text-wrap a,
.intro-text-wrap a:hover {
  text-decoration: none;
  font-size: 14px;
  line-height: 40px;
  color: #fff;
  font-weight: 700;
  display: block;
  width: 180px;
  height: 40px;
  border-radius: 20px;
}

/* The Investors */
.investors-page-header {
  padding: 3rem 0 0;
  background: #000;
}

.investors-page-header h1 {
  font-size: 61px;
  color: #fff;
  font-weight: 700;
  max-width: 900px;
  margin: auto;
}

@media (max-width: 991.98px) {
  .investors-page-header h1 {
    font-size: 40px;
  }
}

@media (max-width: 576.98px) {
  .investors-page-header h1 {
    font-size: 30px;
    padding: 0 1rem;
  }
}

.investors-header-img {
  display: block;
  width: 60%;
  margin: auto;
}

@media (max-width: 991.98px) {
  .container.investors-header {
    width: 100% !important;
    max-width: 100% !important;
    padding: 0 !important;
  }

  .investors-header-img {
    width: 80%;
  }
}

.opportunities {
  max-width: 480px;
  padding: 0 1rem;
  margin: auto;
}

.opportunities h2,
.goals h2 {
  font-size: 37px;
  color: #000;
  font-weight: 700;
}

.opportunities p {
  font-size: 16px;
  color: #000;
  font-weight: 200;
}

.card-icon {
  display: block;
  width: 60px;
  height: 60px;
  margin: 1rem auto;
}

.card-text {
  font-size: 16px;
  color: #000;
  font-weight: 200;
}

@media (min-width: 992px) {
  .op-contents {
    margin-top: -7rem;
  }

  .green-circle {
    width: 50px;
    height: 50px;
    background-color: #34d1b6;
    margin: 1rem auto;
    border-radius: 50%;
    position: relative;
    z-index: 2;
  }

  .circle-wrap::before {
    content: "";
    width: 35%;
    border-top: 1px dashed rgba(207, 200, 200, 1);
    position: absolute;
    top: 50%;
    left: 0;
    z-index: -2;
  }

  .circle-wrap::after {
    content: "";
    width: 35%;
    border-top: 1px dashed rgba(207, 200, 200, 1);
    position: absolute;
    top: 50%;
    right: 0;
    z-index: -2;
  }
}

@media (max-width: 991.98px) {
  .goals {
    margin-top: 3rem;
  }
}

.inv-op {
  max-width: 630px;
  margin: auto;
  padding: 0 1rem;
}

@media (max-width: 991.98px) {
  .goals,
  .inv-op {
    margin-top: 3rem;
  }
}

.inv-op h2 {
  font-size: 37px;
  color: #000;
  font-weight: 700;
}

.inv-op p {
  font-size: 16px;
  color: #000;
  font-weight: 200;
}

.inv-card {
  background: #fff;
  box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.1);
}

.plan-size {
  font-size: 20px;
  font-weight: 700;
  color: #577083;
  text-transform: uppercase;
  background: #fff;
  width: 159px;
  padding: 0.5rem 0 0 1rem;
  line-height: 30px;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 5;
  text-align: left;
}

.inv-body {
  padding: 1rem;
}

.plan-title {
  font-size: 14px;
  font-weight: 700;
}

.plan-text {
  color: #577083;
  font-size: 15px;
  line-height: 23px;
  font-weight: 200;
}

.participation-text {
  font-size: 15px;
  color: #577083;
  line-height: 23px;
}

.plan-price {
  font-size: 26px;
  line-height: 39px;
  font-weight: 700;
}

.come-on-board-btn,
.come-on-board-btn:hover {
  display: block;
  font-size: 14px;
  line-height: 20px;
  color: #fff;
  background: #34d1b6;
  font-weight: 700;
  text-decoration: none;
  padding: 0.7rem 0.8rem;
  text-align: center;
  margin-bottom: 0.5rem;
  border-radius: 20px;
}

.forecast {
  background: #242323;
  padding: 3rem 0;
}

.forecast h2 {
  font-size: 37px;
  font-weight: 700;
}

.forecast p {
  font-size: 16px;
  font-weight: 200;
  max-width: 560px;
  margin: auto;
}

.forecast-img {
  display: block;
  width: 70%;
  margin: 1rem auto;
}

@media (max-width: 991.98px) {
  .forecast-img {
    width: 100%;
  }
}

.get-board {
  padding-bottom: 5rem;
}

@media (max-width: 991.98px) {
  .get-board {
    padding: 3rem 0;
  }
}

.get-board h2 {
  font-size: 33px;
  font-weight: 700;
}

.form-control-h {
  border-radius: 0;
  font-weight: 700;
  background-color: rgba(52, 209, 182, 0.17);
  color: #000000;
  border: none;
  padding: 3px;
  margin: 0;
  width: 100%;
  padding-left: 24px;
  font-size: 16px;
  line-height: 50px;
  height: 50px;
  outline: 0;
}

.form-control-h:focus {
  background-color: rgba(180, 90, 212, 0.1);
}

.submit-btn-h {
  display: block;
  border: none;
  width: 180px;
  font-size: 17px;
  line-height: 50px;
  color: #fff;
  font-weight: 700;
  height: 50px;
}

@media (max-width: 991.98px) and (min-width: 768px) {
  .submit-btn-h {
    width: 100%;
  }
}

@media (min-width: 768px) {
  .p-md-0 {
    padding: 0 !important;
  }
}

/* The App */
.app-page-header {
  padding: 5rem 0 0;
  background: url(../images/app-header-app.jpg) no-repeat center;
  background-size: cover;
  height: 618px;
}

.app-page-header h2,
.app-page-header h2 span {
  font-size: 63px;
  font-weight: 700;
  line-height: 88px;
  color: #fff;
}

@media (max-width: 991.98px) {
  .container.app-header {
    max-width: 100%;
    padding: 0 !important;
  }

  .app-page-header {
    padding: 3rem 0 0;
    height: 400px;
  }

  .app-page-header h2,
  .app-page-header h2 span {
    font-size: 40px;
    line-height: normal;
  }
}

.app-heading {
  font-size: 19px;
  line-height: 27px;
  color: #07081f;
  font-weight: 700;
  letter-spacing: 6px;
}

.app-subheading {
  color: #34d1b6;
  font-size: 15px;
  line-height: 26px;
  font-weight: 700;
  margin-top: 1.5rem;
}

.app-text {
  color: #07081f;
  font-size: 15px;
  line-height: 26px;
  font-weight: 200;
}

.app-link {
  color: #07081f;
  font-weight: 200;
  text-decoration: underline;
}

.app-link:hover {
  color: #07081f;
  text-decoration: none;
}

.number-odd {
  font-size: 120px;
  color: #34d1b6;
  font-weight: 700;
  position: relative;
  z-index: 1;
  margin-top: -3.5rem;
  margin-left: -3rem;
}

.number-even {
  font-size: 120px;
  color: #34d1b6;
  font-weight: 700;
  position: relative;
  z-index: 1;
  margin-bottom: -8rem;
  margin-left: 14rem;
}

.app-h img {
  position: relative;
  z-index: 5;
}

@media (max-width: 991.98px) {
  .number-odd {
    font-size: 80px;
    margin-top: -2.5rem;
    margin-left: 0rem;
  }

  .number-even {
    font-size: 80px;
    margin-top: 12rem;
    margin-bottom: -18rem;
    margin-left: 0rem;
    z-index: 6;
  }

  .app-h img {
    max-width: 400px;
  }

  .app-h img:nth-child(even) {
    margin-bottom: 4rem;
  }

  .app-heading {
    text-align: center;
  }

  .app-subheading {
    text-align: center;
  }

  .app-text {
    text-align: center;
  }
}

@media (max-width: 576.98px) {
  .number-odd {
    font-size: 40px;
    margin-top: 0rem;
    margin-left: 0rem;
  }

  .number-even {
    font-size: 40px;
    margin-top: 6rem;
    margin-bottom: -9rem;
    margin-left: 0rem;
    z-index: 6;
  }

  .app-h img {
    max-width: 200px;
  }

  .app-h img:nth-child(even) {
    margin-bottom: 4rem;
  }
}

@media (min-width: 992px) {
  .app-h {
    margin-top: -3rem;
  }
}

/* Footer */
footer {
  background: #242323;
}

footer .contact-info-footer,
footer .contact-info-footer a,
footer .contact-info-footer a:hover {
  color: #fff;
  font-size: 15px;
  font-weight: 200;
  text-decoration: none;
}

.footer-separater {
  color: #999997;
  margin: 0 5px;
}

footer .copy-right-text {
  color: #999997;
  font-size: 14px;
}

.go-top {
  text-decoration: none;
  color: #34d1b6;
  font-size: 30px;
  position: absolute;
  right: 5%;
  top: 0;
}

.go-top:hover {
  text-decoration: none;
  color: #34d1b6;
}

@media (max-width: 991.98px) {
  footer .contact-info-footer span {
    display: block;
    line-height: 30px;
  }

  .footer-separater {
    display: none !important;
  }
}

/* Divider Lines */
@media (min-width: 992px) {
  .divider-324,
  .divider-273,
  .divider-180,
  .divider-160,
  .divider-114 {
    width: 5px;
    border-right: 1px dashed rgba(207, 200, 200, 1);
    margin: 1rem auto;
  }

  .divider-324 {
    height: 324px;
  }

  .divider-273 {
    height: 273px;
  }

  .divider-180 {
    height: 180px;
  }

  .divider-160 {
    height: 160px;
  }

  .divider-140 {
    height: 140px;
  }

  .divider-114 {
    height: 114px;
  }
}
