:root {
  --steel-blue: #2a6589;
  --powder-blue: #9ed5d5;
  --green: #15441c;
  --white: white;
}

.nav-desktop {
  padding-top: 16px;
  padding-bottom: 16px;
}

.container {
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 5%;
  padding-right: 5%;
}

.container.bd {
  position: relative;
}

.dnavholder {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.menulink {
  color: var(--steel-blue);
  margin-right: 30px;
  font-family: Poppins, sans-serif;
  font-weight: 300;
  text-decoration: none;
  transition: color .4s;
}

.menulink:hover {
  color: #73a7bc;
}

.btn-light {
  background-color: var(--powder-blue);
  color: var(--steel-blue);
  border-radius: 100px;
  padding: 10px 25px;
  line-height: 14px;
  transition: background-color .4s, color .4s;
}

.btn-light:hover {
  background-color: var(--steel-blue);
  color: var(--powder-blue);
}

.hero {
  padding-top: 50px;
  padding-bottom: 0;
}

.hero-box {
  align-items: center;
  display: flex;
}

.hero-content, .hero-img-box {
  width: 50%;
}

.hero-h1 {
  color: var(--green);
  width: 80%;
  font-family: DM Serif Display, sans-serif;
  font-size: 65px;
  font-weight: 400;
  line-height: 68px;
}

.body {
  color: #8b8b8b;
  font-family: Poppins, sans-serif;
  font-size: 15px;
  font-weight: 300;
  line-height: 29px;
}

.hero-p {
  width: 90%;
  margin-top: 25px;
  margin-bottom: 40px;
}

.hero-img {
  width: 100%;
}

.btn-dark {
  background-color: var(--green);
  color: var(--white);
  border-radius: 100px;
  padding: 10px 25px;
  line-height: 15px;
  transition: color .4s, background-color .4s;
}

.btn-dark:hover {
  background-color: var(--powder-blue);
  color: var(--green);
}

.btn-dark.altbutton {
  margin-left: 25px;
}

.read-data {
  padding-top: 50px;
  padding-bottom: 175px;
}

.heading-h2 {
  color: var(--green);
  text-align: center;
  font-family: DM Serif Display, sans-serif;
  font-size: 50px;
  font-weight: 400;
  line-height: 50px;
}

.heading-h2.ov {
  text-align: left;
  margin-bottom: 20px;
}

.heading-h2.fp {
  color: var(--white);
  width: 50%;
  margin-left: auto;
  margin-right: auto;
  line-height: 57px;
}

.rd-p {
  text-align: center;
  width: 40%;
  margin-left: auto;
  margin-right: auto;
}

.features {
  background-color: #eaf5f5;
  padding-bottom: 30px;
}

.feat-box {
  width: 80%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.feat-column {
  flex-direction: column;
  align-items: center;
  width: 33.33%;
  margin-top: -110px;
  display: flex;
}

.heading-h3 {
  color: var(--green);
  text-align: center;
  margin-bottom: 20px;
  font-family: DM Serif Display, sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 20px;
}

.feat-p {
  color: var(--green);
  text-align: center;
  width: 80%;
  margin-left: auto;
  margin-right: auto;
  font-size: 14px;
  line-height: 28px;
}

.budget-data {
  padding-bottom: 100px;
}

.devider {
  width: 100vw;
}

.bd-box {
  margin-top: 56px;
}

.btn-center-box {
  flex-direction: column;
  align-items: center;
  margin-top: 55px;
  display: flex;
}

.coin-left-top {
  position: absolute;
  inset: -190px auto auto 100px;
}

.coin-right-top {
  position: absolute;
  inset: -178px 100px auto auto;
}

.coin-left-btm {
  position: absolute;
  inset: auto auto 0% 193px;
}

.coin-right-btm {
  position: absolute;
  inset: auto 190px -282px auto;
}

.online-vault {
  padding-top: 100px;
  padding-bottom: 100px;
}

.ov-box {
  align-items: center;
  display: flex;
}

.ov-box.last {
  display: none;
}

.ov-img-box {
  width: 50%;
}

.ov-content {
  width: 50%;
  margin-left: 70px;
}

.ov-content.ov {
  text-align: left;
}

.ov-content.last {
  margin-left: 0;
}

.ov-image {
  width: 100%;
}

.ov-p {
  width: 80%;
  margin-bottom: 40px;
}

.fool-proof {
  background-image: url('../images/pattern.jpg');
  background-position: 50% 0;
  background-size: auto;
  padding-top: 60px;
  padding-bottom: 60px;
}

.ftr-box {
  display: flex;
}

.heading-h4 {
  color: var(--green);
  font-size: 14px;
  font-weight: 700;
  line-height: 14px;
}

.ftr-link {
  color: var(--green);
  margin-bottom: 15px;
  font-size: 13px;
  font-weight: 300;
  text-decoration: none;
  display: block;
}

.ftr-link:hover {
  color: var(--powder-blue);
}

.ftr-link.first {
  color: var(--green);
  margin-top: 20px;
  margin-bottom: 15px;
}

.ftr-link.first:hover {
  color: var(--powder-blue);
}

.ftr-row {
  width: 25%;
}

.footer-p {
  color: var(--green);
  margin-top: 20px;
  font-size: 13px;
  font-weight: 300;
}

.footer-p.address {
  width: 70%;
}

.footer {
  background-color: var(--white);
  padding-top: 50px;
  padding-bottom: 20px;
}

.nav-mobile {
  padding-top: 20px;
  padding-bottom: 20px;
  display: none;
}

.mobile-nav-box {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.mobile-nav-box.pop {
  padding-top: 20px;
  padding-bottom: 20px;
}

.mob-nav {
  align-items: center;
  line-height: 15px;
  display: flex;
}

.menu-open {
  line-height: 15px;
}

.nav-link-mob {
  margin-left: 30px;
}

.signup {
  padding-top: 100px;
  padding-bottom: 100px;
}

.su-box {
  background-color: #eaf5f5;
  border-radius: 16px;
  padding: 65px 135px;
}

.head-su {
  color: var(--green);
  text-align: center;
  margin-bottom: 55px;
  font-family: DM Serif Display, sans-serif;
  font-size: 40px;
  font-weight: 400;
  line-height: 40px;
}

.form-features {
  margin-top: 30px;
  display: flex;
}

.f-feat-column {
  width: 33.33%;
}

.form-feat-head {
  color: var(--green);
  font-family: DM Serif Display, sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 20px;
}

.form-feat-p {
  color: #024873;
  width: 80%;
  font-size: 14px;
  line-height: 24px;
}

.input {
  color: var(--steel-blue);
  background-color: #cce8e8;
  border: 1px #000;
  border-radius: 10px;
  height: 50px;
  margin-bottom: 25px;
  padding-left: 12px;
}

.input:focus {
  background-color: #cce8e8;
}

.input::placeholder, .input.select {
  color: var(--steel-blue);
}

.form-btn-holder {
  flex-direction: column;
  align-items: stretch;
  margin-top: 0;
  display: flex;
}

.submit-button {
  background-color: var(--green);
  text-transform: capitalize;
  border-radius: 10px;
  padding: 14px 26px;
  font-weight: 600;
  line-height: 14px;
  transition: background-color .4s;
}

.submit-button:hover {
  background-color: var(--powder-blue);
  color: var(--green);
}

.form-login {
  text-align: center;
  margin-top: 20px;
}

.form-login-link {
  color: var(--green);
  font-weight: 600;
  text-decoration: none;
}

.form-login-link:hover {
  color: var(--steel-blue);
}

.form-legal {
  text-align: center;
  width: 70%;
  margin-top: 30px;
  margin-left: auto;
  margin-right: auto;
}

.form-link {
  color: gray;
  text-decoration: none;
}

.form-link:hover {
  color: var(--steel-blue);
}

.form-block {
  margin-top: 40px;
}

.mobile-nav {
  background-color: var(--white);
  width: 100%;
  height: 100vh;
  display: none;
  position: fixed;
}

.mob-nav-box {
  flex-direction: column;
  align-items: center;
  margin-top: 150px;
  display: flex;
}

.mob-nav-link {
  color: var(--green);
  margin-bottom: 37px;
  font-size: 32px;
  font-weight: 400;
  text-decoration: none;
}

.mob-nav-link.w--current {
  color: var(--green);
  margin-bottom: 37px;
  font-size: 32px;
  font-weight: 400;
  line-height: 32px;
  text-decoration: none;
}

.mob-nav-link.w--current:hover {
  color: var(--steel-blue);
}

._55padd {
  justify-content: center;
  align-items: center;
  display: flex;
}

@media screen and (max-width: 991px) {
  .hero-h1 {
    width: 100%;
    font-size: 52px;
    line-height: 52px;
  }

  .heading-h2.fp, .rd-p {
    width: 80%;
  }

  .feat-box {
    width: 100%;
  }

  .feat-column {
    margin-top: -94px;
  }

  .feat-img {
    width: 80%;
  }

  .coin-left-top {
    width: 10%;
    top: -115px;
  }

  .coin-right-top {
    width: 10%;
    top: -133px;
  }

  .coin-left-btm {
    width: 10%;
    left: 113px;
  }

  .coin-right-btm {
    width: 10%;
    bottom: -50px;
  }

  .ov-box.last {
    margin-top: 40px;
  }

  .image {
    width: 80%;
  }

  .ftr-link, .ftr-link.first {
    margin-bottom: 10px;
  }

  .footer-p {
    width: 90%;
    font-size: 12px;
    line-height: 24px;
  }

  .signup {
    padding-bottom: 50px;
  }

  .su-box {
    padding-left: 50px;
    padding-right: 50px;
  }

  .form-feat-head, .form-legal {
    width: 80%;
  }
}

@media screen and (max-width: 767px) {
  .nav-desktop {
    display: none;
  }

  .hero-box {
    flex-direction: column;
  }

  .hero-content, .hero-img-box {
    width: 100%;
  }

  .read-data {
    padding-top: 10px;
  }

  .heading-h2.fp {
    width: 100%;
  }

  .feat-box {
    flex-direction: column;
    align-items: center;
  }

  .feat-column {
    width: 100%;
    margin-top: 0;
    margin-bottom: 30px;
  }

  .feat-column.first {
    margin-top: -111px;
  }

  .feat-img {
    width: 40%;
  }

  .coin-left-top {
    width: 13%;
    top: -133px;
    left: 20px;
  }

  .coin-right-top {
    width: 13%;
    right: 29px;
  }

  .coin-left-btm {
    width: 15%;
    left: 72px;
  }

  .coin-right-btm {
    width: 15%;
    right: 55px;
  }

  .online-vault {
    padding-top: 20px;
  }

  .ov-box {
    flex-direction: column;
  }

  .ov-img-box {
    width: 100%;
    margin-top: 36px;
  }

  .ov-content {
    width: 100%;
    margin-left: 0;
  }

  .ov-p {
    width: 100%;
  }

  .fool-proof {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .ftr-box {
    flex-direction: column;
  }

  .heading-h4 {
    margin-top: 20px;
  }

  .ftr-link.first {
    margin-top: 0;
  }

  .ftr-row {
    width: 50%;
  }

  .footer-p {
    width: 100%;
    margin-top: 0;
  }

  .footer-p.address {
    margin-top: 0;
  }

  .nav-mobile {
    display: block;
  }

  .signup {
    padding-top: 50px;
  }

  .su-box {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .form-features {
    flex-direction: column;
  }

  .f-feat-column {
    width: 100%;
  }

  .form-legal {
    width: 100%;
    font-size: 14px;
    line-height: 24px;
  }

  .column, .column-2 {
    padding-left: 0;
    padding-right: 0;
  }

  .mobile-nav {
    z-index: 999;
    display: none;
  }
}

@media screen and (max-width: 479px) {
  .hero-p {
    color: #000;
  }

  .btn-dark {
    padding: 20px 35px;
  }

  .btn-dark.altbutton {
    margin-left: 20px;
  }

  .read-data {
    padding-bottom: 120px;
  }

  .heading-h2.fp {
    font-size: 45px;
    line-height: 50px;
  }

  .rd-p {
    text-align: center;
    width: 100%;
  }

  .feat-column.first {
    margin-top: -69px;
  }

  .budget-data {
    padding-bottom: 61px;
  }

  .coin-left-top {
    top: -100px;
  }

  .coin-right-top {
    top: -112px;
    right: 60px;
  }

  .coin-left-btm {
    left: 130px;
  }

  .coin-right-btm {
    bottom: -86px;
  }

  .image {
    width: 100%;
  }

  .ftr-link, .ftr-link.first {
    margin-bottom: 10px;
  }

  .menu-open {
    width: 100%;
    overflow: visible;
  }

  .nav-link-mob {
    margin-left: 15px;
  }

  .mob-logo {
    width: 80%;
  }

  .su-box {
    padding-left: 20px;
    padding-right: 20px;
  }

  .div-block {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    width: 40px;
    height: 40px;
    display: grid;
  }

  .text-span {
    color: #000;
    text-align: center;
    text-transform: uppercase;
    font-weight: 600;
  }

  ._55padd {
    margin-top: 0;
    padding-top: 0;
  }
}


