@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@300;400;500;600&display=swap");
* {
  padding: 0;
  margin: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  scroll-behavior: smooth;
  font-family: "Montserrat", sans-serif;
}

body {
  background: #fff;
}

li {
  list-style: none;
}

a {
  text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h5 {
  margin-bottom: 20px;
  line-height: 1.3;
}

.fs-12 {
  font-size: 12px;
}

.fs-14, .btn {
  font-size: 14px;
}

.fs-16 {
  font-size: 16px;
}

.fs-20 {
  font-size: 20px;
}

.fs-32 {
  font-size: 32px;
}

.fs-42 {
  font-size: 42px;
}

.regular {
  font-weight: 400;
}

.bold {
  font-weight: 600;
}

.bg-light-blue {
  background-color: #35ace3;
}

.bg-dark {
  background-color: #4F4F4F;
}

.bg-white {
  background-color: #ffffff;
}

.text-black {
  color: #000000;
}

.text-white {
  color: #ffffff;
}

.text-light-blue {
  color: #35ace3;
}

.text-dark {
  color: #4F4F4F;
}

.shadow {
  -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2);
          box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2);
}

.postion-relative {
  position: relative;
}

.bordered-primaery {
  border: 1px solid #dadada;
}

.bordered-light-blue {
  border: 1px solid #35ace3;
}

.bordered-light-blue-2 {
  border: 2px solid #35ace3;
}

.m-0 {
  margin: 0px;
}

.mt-10 {
  margin-top: 10px;
}

.mt-20 {
  margin-top: 20px;
}

.mt-35 {
  margin-top: 35px;
}

.mt-50 {
  margin-top: 50px;
}

.mt-65 {
  margin-top: 65px;
}

.ml-10 {
  margin-left: 10px;
}

.mr-10 {
  margin-right: 10px;
}

.mb-20 {
  margin-bottom: 20px;
}

.mb-35 {
  margin-bottom: 35px;
}

.mb-50 {
  margin-bottom: 50px;
}

.mb-65 {
  margin-bottom: 65px;
}

.p-5 {
  padding: 5px;
}

.p-10 {
  padding: 10px;
}

.p-12 {
  padding: 12px;
}

.p-15 {
  padding: 15px;
}

.p-20 {
  padding: 20px;
}

.px-20 {
  padding: 0px 20px;
}

.px-35 {
  padding: 0px 35px;
}

.px-50 {
  padding: 0px 50px;
}

.px-65 {
  padding: 0px 65px;
}

.py-5 {
  padding: 5px 0;
}

.py-10 {
  padding: 10px 0;
}

.py-15 {
  padding: 15px 0;
}

.py-20 {
  padding: 20px 0;
}

.py-50 {
  padding: 50px 0;
}

.responsive {
  width: 100%;
  height: auto;
}

.d-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.justify-between {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.justify-center {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.justify-end {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: end;
}

.horizontal-align {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.vertical-align-bottom {
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

.column-gap-20 {
  -webkit-column-gap: 20px;
          column-gap: 20px;
}

.column-gap-40 {
  -webkit-column-gap: 40px;
          column-gap: 40px;
}

.column-gap-60 {
  -webkit-column-gap: 60px;
          column-gap: 60px;
}

.text-start {
  text-align: start;
}

.text-center {
  text-align: center;
}

.text-end {
  text-align: end;
}

.text-justify {
  text-align: justify;
}

.radius-25, .header .links .social-item {
  border-radius: 25px;
}

.col-50 {
  width: 50%;
}

.col-75 {
  width: 75%;
}

.col-100 {
  width: 100%;
}

.btn {
  background-color: #35ace3;
  text-align: center;
  padding: 5px 10px;
  color: #ffffff;
  font-weight: 500;
}

.btn svg {
  fill: #ffffff;
}

.container {
  width: 1200px;
  margin: auto;
  padding: 0 20px;
}

.header {
  background-color: #ffffff;
  padding-top: 10px;
}

.header .container {
  width: 100% !important;
  padding: 0 20px;
}

.header .header-content {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 20% 80%;
      grid-template-columns: 20% 80%;
}

.header .logo {
  width: 130px;
}

.header .social-links {
  padding-right: 30px;
  padding-bottom: 10px;
  border-bottom: 1px solid #e0e0e0;
}

.header .links .social-item {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr;
      grid-template-columns: 1fr;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 14px;
  height: 14px;
  border: 1px solid #35ace3;
}

.header .links svg {
  fill: #35ace3;
}

.header .nav-menu ul li {
  padding: 20px 15px;
  position: relative;
  margin: 0 10px;
}

.header .nav-menu ul li a {
  color: #4F4F4F;
  font-size: 16px;
  font-weight: 500;
}

.header .nav-menu ul .active::before {
  content: "";
  width: 80%;
  height: 8px;
  background: #35ace3;
  position: absolute;
  bottom: 0;
  left: 10px;
}

.header .nav-menu ul .active::after {
  content: "";
  border-top: 12px solid #35ace3;
  border-right: 12px solid transparent;
  border-bottom: 12px solid transparent;
  border-left: 12px solid transparent;
  position: absolute;
  bottom: -20px;
  left: 42px;
}

.header .nav-menu .login-register {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-right: 30px;
}

.header .nav-menu .login-register .btn {
  font-size: 16px;
}

.header .register {
  font-weight: 500;
}

.category-filter span {
  border: 1px solid #35ace3;
}

.category-filter span svg {
  fill: #ffffff;
}

.find-out {
  display: block;
  width: 50%;
  border: 5px solid #35ace3;
  position: relative;
}

.find-out::before {
  content: "";
  border-top: 30px solid transparent;
  border-right: 30px solid #35ace3;
  border-bottom: 44px solid #35ace3;
  border-left: 42px solid transparent;
  position: absolute;
  bottom: -5px;
  left: -76px;
}

.services-content {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[3];
      grid-template-columns: repeat(3, 1fr);
  -webkit-column-gap: 50px;
          column-gap: 50px;
}

.services-content .card-main-img {
  width: 100%;
  height: 200px;
  overflow: hidden;
  position: relative;
}

.services-content .card-main-img img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  height: 100%;
  max-height: 520px;
}

.services-content .card-text {
  text-align: center;
}

.services-content .fs-20 {
  font-size: 30px;
  font-weight: 400;
  padding-top: 7px;
}

.services-content .card-over-img {
  position: absolute;
  bottom: -20px;
  left: 50%;
  -webkit-transform: translate(-50%);
          transform: translate(-50%);
}

.services-content .progress-bar {
  width: 100%;
  height: 10px;
  margin: 5px 0;
}

.services-content .progress {
  height: 100%;
  background-color: #35ace3;
}

.services-content a {
  color: #35ace3;
  font-weight: 500;
}

footer .footer {
  margin-top: -90px;
  background: url("https://ewscripps.brightspotcdn.com/dims4/default/db6e38e/2147483647/strip/true/crop/1920x1080+0+0/resize/1280x720!/quality/90/?url=https%3A%2F%2Fewscripps.brightspotcdn.com%2F63%2Fe6%2Fffb88f5c453c97c07770c447dfb0%2Flocal-bounti-greenhouse.png");
  background-size: cover;
  background-repeat: no-repeat;
}

footer .overlay {
  background-color: #000000e8;
  padding: 140px 0 80px 0;
}

footer .risk {
  width: 100%;
  height: auto;
  border: 0;
  border-bottom-left-radius: 40%;
  border-bottom-right-radius: 40%;
  overflow: hidden;
  background-color: #35ace3;
  z-index: 1;
  padding: 40px 80px;
  position: relative;
  text-align: center;
  color: #ffffff;
}

footer .risk h3 {
  font-size: 47px;
  padding-bottom: 20px;
}

footer h2 {
  color: #35ace3;
  font-size: 25px;
}

footer ul li {
  margin-bottom: 15px;
}

footer ul li a {
  color: #ffffff;
}

footer p {
  margin-bottom: 30px;
  line-height: 25px;
}

footer .footer-cols {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: #ffffff;
}

footer .footer-cols .col-25 {
  width: 25%;
}

footer .footer-cols .col-50 {
  width: 50%;
}

.mob-nav {
  display: none;
}

@media screen and (max-width: 767px) {
  h1,
  h2,
  h4 {
    text-align: center;
    margin-bottom: 20px !important;
  }
  .header .header-content {
    display: block;
  }
  .header .header-content .logo {
    margin: 0 0 20px 0;
    padding-bottom: 10px;
    border-bottom: 1px solid #e0e0e0;
    width: 100%;
    text-align: center;
  }
  .header .header-content .logo img {
    width: 130px;
  }
  .header .header-content .nav {
    display: block;
    padding: 20px 0;
  }
  .header .header-content .nav .social-links {
    text-align: center;
    display: inline;
    padding-right: 0;
  }
  .header .header-content .nav .social-links .lang {
    margin-bottom: 15px;
  }
  .header .header-content .nav .social-links .links {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .header .header-content .nav .nav-menu {
    display: block;
    text-align: center;
  }
  .header .header-content .nav .nav-menu .login-register {
    display: block;
    padding: 10px 0;
    margin-top: 15px;
  }
  .header .header-content .nav .nav-menu .mob-nav {
    position: absolute;
    top: 1%;
    right: 2%;
  }
  .col-50 {
    width: 100%;
    display: block;
  }
  .container {
    width: 100%;
  }
  .d-flex {
    display: block;
  }
  .available-investments .available-investments-content {
    text-align: center;
  }
  .available-investments .available-investments-content h1 {
    font-size: 18px;
  }
  .category-filter span {
    font-size: 16px;
  }
  .new-investing-content h2 {
    font-size: 17px;
  }
  .new-investing-content .find-out {
    width: 100%;
    font-size: 14px;
  }
  .new-investing-content .find-out::before {
    content: "";
    border: none !important;
  }
  .services-content {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
  }
}

@media screen and (min-width: 768px) and (max-width: 1250px) {
  .container {
    width: 100%;
  }
  .services-content {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (1fr)[2];
        grid-template-columns: repeat(2, 1fr);
    -webkit-column-gap: 50px;
            column-gap: 50px;
  }
  .services-content .card-main-img {
    height: 400px;
  }
}

@media screen and (max-width: 1468px) {
  .header .nav-menu ul li {
    padding: 20px 12px;
    position: relative;
    margin: 0 5px;
  }
  .header .nav-menu ul li a {
    color: #4F4F4F;
    font-size: 14px;
    font-weight: 500;
  }
}

@media screen and (max-width: 1250px) {
  .header .nav-menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
  .header .nav-menu .active::before {
    height: 3px !important;
    background: #35ace3;
    bottom: 5px !important;
    left: 10px;
  }
  .header .nav-menu .active::after {
    display: none;
  }
  .header .nav-menu ul li {
    padding: 10px 12px;
    position: relative;
    margin: 0 5px;
  }
  #hide-menu {
    display: none;
    position: absolute;
    background: #ffffff;
    top: 9%;
    z-index: 1;
    padding: 15px 0 50px 0;
  }
  .mob-nav {
    display: block;
    z-index: 2;
    padding: 7px;
  }
  .mob-nav span {
    display: block;
    width: 40px;
    height: 4px;
    background-color: #35ace3;
    border-radius: 15px;
    margin: 10px 0 10px 40px;
  }
  .mob-nav .rotate {
    -moz-transform: rotate(-36deg);
    -webkit-transform: rotate(-36deg);
    -ms-transform: rotate(-36deg);
    -o-transform: rotate(-36deg);
  }
  .mob-nav .rotate2 {
    -moz-transform: rotate(36deg);
    -webkit-transform: rotate(36deg);
    -ms-transform: rotate(36deg);
    -o-transform: rotate(36deg);
    margin-top: -13px;
    margin-left: 40px;
  }
  footer .footer-cols {
    display: block;
  }
  footer .footer-cols .col-25, footer .footer-cols .col-50 {
    width: 100%;
    display: block;
    text-align: center;
  }
}
/*# sourceMappingURL=style.css.map */