@import url("https://fonts.googleapis.com/css2?family=League+Spartan:wght@100;200;300;400;500;600;700;800;900&family=Noto+Sans:wght@100;200;300;400;500;600;700;800;900&display=swap");
.blue {
  color: #0075A9;
}

.green {
  color: #57A447;
}

body {
  background-color: #F4F4F4;
  font-family: "Noto Sans", sans-serif;
}

.home {
  background: url("../img/hero-bg-img.jpg");
  background-repeat: no-repeat;
  background-position: 130% 0;
}
@media (max-width: 576px) {
  .home {
    background: none;
  }
}
.home .navbar-nav .nav-link.active,
.home .navbar-nav .nav-link.show {
  color: #F4F4F4;
}
@media (max-width: 576px) {
  .home .navbar-nav .nav-link.active,
  .home .navbar-nav .nav-link.show {
    color: #393939;
  }
}
@media (max-width: 576px) {
  .home .offcanvas-body {
    background-image: url(../img/salt-bottle.png);
    background-repeat: no-repeat;
  }
}
.home .navbar-toggler {
  border: 0;
}
.home .navbar-toggler-icon {
  background-image: url(../img/icons/burger-menu.svg);
}
.home .navbar-toggler:focus,
.home .btn-close:focus {
  box-shadow: none;
}
.home .nav-link {
  color: #F4F4F4;
  font-size: 16px;
  font-weight: 700;
  line-height: 22px;
  letter-spacing: 0.07em;
  text-shadow: 2px 2px rgba(0, 0, 0, 0.35);
}
@media (max-width: 576px) {
  .home .nav-link {
    color: #393939;
    text-shadow: none;
  }
}
.home .nav-link:hover {
  text-decoration: underline;
}
.home .btn-contact {
  color: #F4F4F4;
  font-size: 16px;
  font-weight: 600;
  line-height: 22px;
  letter-spacing: 0.09em;
  background-color: #57A447;
  border-radius: 10px;
}
@media (max-width: 576px) {
  .home .btn-contact {
    border-radius: 4px;
  }
}
.home .btn-contact:hover {
  background-color: #458a38;
  text-decoration: none;
}
.home h1 {
  color: #000000;
  font-size: 54px;
  font-weight: 700;
  line-height: 131%;
  letter-spacing: 0.05em;
  font-family: "League Spartan", sans-serif;
}
@media (max-width: 576px) {
  .home h1 {
    font-size: 36px;
  }
}
.home p {
  color: #393939;
  font-size: 20px;
  font-weight: 300;
  line-height: 158%;
  letter-spacing: 0.04em;
}
@media (max-width: 576px) {
  .home p {
    font-size: 16px;
  }
}
.home .bg-blue {
  background-color: #0075A9;
}
.home .bg-blue .btn-know {
  color: #F4F4F4;
  font-size: 16px;
  font-weight: 600;
  line-height: 22px;
  letter-spacing: 0.09em;
  border-radius: 0;
  border: 2px solid #F4F4F4;
}
.home .bg-blue .btn-know:hover {
  background-color: #026893;
}
.home .bg-blue:hover {
  background-color: #026893;
}
.home .bg-green {
  background-color: #57A447;
}
.home .bg-green .btn-wp {
  color: #F4F4F4;
  font-size: 16px;
  font-weight: 600;
  line-height: 22px;
  letter-spacing: 0.09em;
  border-radius: 0;
  border: 2px solid #F4F4F4;
}
.home .bg-green .btn-wp:hover {
  background-color: #458a38;
}
.home .bg-green:hover {
  background-color: #458a38;
}

.description {
  background: url(../img/bg-description.png);
  background-repeat-y: no-repeat;
  background-position: center;
}
@media (max-width: 576px) {
  .description {
    background: none;
  }
}
.description .card {
  background-color: #F4F4F4;
  border: 3px solid #57A447;
  box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.1);
  border-radius: 20px;
  position: relative;
}
.description .card::after {
  content: url(../img/green-line.png);
  position: absolute;
  top: -13px;
  left: 110px;
}
@media (max-width: 576px) {
  .description .card::after {
    top: -14px;
    left: 80px;
  }
}
.description .card::before {
  content: url(../img/green-line.png);
  position: absolute;
  bottom: -6px;
  left: 110px;
}
@media (max-width: 576px) {
  .description .card::before {
    bottom: -7px;
    left: 80px;
  }
}
.description .card h5 {
  color: #000000;
  font-size: 24px;
  font-weight: 600;
  line-height: 131%;
  letter-spacing: 0.03em;
  font-family: "League Spartan", sans-serif;
}
.description .card p {
  color: #393939;
  font-size: 18px;
  font-weight: 300;
  line-height: 158%;
  letter-spacing: 0.04em;
}

.about h1 {
  color: #000000;
  font-size: 48px;
  font-weight: 700;
  line-height: 131%;
  letter-spacing: 0.025em;
  font-family: "League Spartan", sans-serif;
}
@media (max-width: 576px) {
  .about h1 {
    font-size: 36px;
  }
}
.about p {
  color: #393939;
  font-size: 16px;
  font-weight: 300;
  line-height: 158%;
  letter-spacing: 0.04em;
}
.about a {
  text-decoration: none;
  color: #0075A9;
  font-size: 16px;
  font-weight: 300;
  line-height: 158%;
  letter-spacing: 0.04em;
}

.about-mid {
  background: #e5e5e5;
}

.why {
  background: url("../img/bg-why.png");
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  padding-bottom: 70px;
}
@media (max-width: 576px) {
  .why {
    background: url("../img/bg-why-sm.png");
  }
}
.why::after {
  content: url(../img/why-spoon.png);
  top: -90px;
  position: absolute;
}
@media (max-width: 576px) {
  .why::after {
    content: none;
  }
}
.why h1 {
  color: #F4F4F4;
  font-size: 65px;
  font-weight: 600;
  line-height: 131%;
  letter-spacing: 0.05em;
  font-family: "League Spartan", sans-serif;
}
@media (max-width: 576px) {
  .why h1 {
    font-size: 36px;
  }
}
.why p {
  color: rgba(255, 255, 255, 0.81);
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
  letter-spacing: 0.05em;
}
.why .card {
  background: rgba(255, 255, 255, 0.25);
  border-radius: 10px;
  border: 0;
}
.why .card h5 {
  color: #F4F4F4;
  font-size: 17px;
  font-weight: 400;
  line-height: 22px;
  letter-spacing: 0.05em;
}
.why .vis-miss .card {
  background-image: url(../img/bg-vis-miss.png);
  background-color: #F4F4F4;
  box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.12);
  border-radius: 10px;
  border: 0;
}
.why .vis-miss .card .center-line {
  position: relative;
}
.why .vis-miss .card .center-line::after {
  content: url(../img/icons/center-line.svg);
  top: 47px;
  left: -13px;
  position: absolute;
}
@media (max-width: 576px) {
  .why .vis-miss .card .center-line::after {
    content: url(../img/icons/horizontal-line.svg);
    top: -20px;
    left: 70px;
  }
}
.why .vis-miss .card h5 {
  color: #000000;
  font-size: 42px;
  font-weight: 500;
  line-height: 131%;
  letter-spacing: 0.05em;
  font-family: "League Spartan", sans-serif;
}
.why .vis-miss .card p {
  color: #393939;
  font-size: 16px;
  font-weight: 400;
  line-height: 158%;
  letter-spacing: 0.04em;
}

.liquid-salt .card {
  border: 0;
  background: rgba(87, 164, 71, 0.02);
  box-shadow: 0px 4px 25px rgba(0, 0, 0, 0.1);
  border-right: 10px solid rgba(87, 164, 71, 0.5);
  border-radius: 10px;
  position: relative;
}
@media (max-width: 576px) {
  .liquid-salt .card {
    border-right: none;
  }
}
.liquid-salt .card::before {
  content: url(../img/icons/icon-right-arrow.svg);
  top: 120px;
  right: -200px;
  position: absolute;
}
@media (max-width: 576px) {
  .liquid-salt .card::before {
    content: none;
  }
}
.liquid-salt .card::after {
  content: url(../img/icons/icon-left-arrow.svg);
  top: 120px;
  left: -200px;
  position: absolute;
}
@media (max-width: 576px) {
  .liquid-salt .card::after {
    content: none;
  }
}
.liquid-salt .card .img-boy {
  background: rgba(87, 164, 71, 0.5);
  border-radius: 10px 0px 0px 10px;
}
@media (max-width: 576px) {
  .liquid-salt .card .img-boy {
    border-radius: 10px 10px 0 0;
  }
}
.liquid-salt .card h5 {
  color: #000000;
  font-size: 24px;
  font-weight: 600;
  line-height: 158%;
  letter-spacing: 0.04em;
}
@media (max-width: 576px) {
  .liquid-salt .card h5 {
    font-size: 22px;
  }
}
.liquid-salt .card p {
  color: #393939;
  font-size: 16px;
  font-weight: 400;
  line-height: 158%;
  letter-spacing: 0.04em;
}

.launch h1 {
  color: #000000;
  font-size: 48px;
  font-weight: 700;
  line-height: 131%;
  letter-spacing: 0.05em;
  font-family: "League Spartan", sans-serif;
  position: relative;
}
@media (max-width: 576px) {
  .launch h1 {
    font-size: 33px;
  }
}
.launch h1::before {
  content: url(../img/icons/icon-salt-bottle.svg);
  bottom: 24px;
  left: -17px;
  position: absolute;
}
@media (max-width: 576px) {
  .launch h1::before {
    content: none;
  }
}
.launch .border-top-custom {
  border-bottom: 3px solid rgba(87, 164, 71, 0.33);
}
@media (max-width: 576px) {
  .launch .border-top-custom {
    border-bottom: none;
  }
}
.launch .border-top-custom .border-right-custom {
  border-right: 3px solid rgba(87, 164, 71, 0.33);
}
@media (max-width: 576px) {
  .launch .border-top-custom .border-right-custom {
    border-right: none;
  }
}
.launch .card {
  background: #F4F4F4;
  border: 0;
}
.launch .card span {
  color: rgba(87, 164, 71, 0.33);
  font-size: 48px;
  font-weight: 700;
  line-height: 131%;
  letter-spacing: 0.16em;
  font-family: #0075A9;
}
@media (max-width: 576px) {
  .launch .card span {
    font-size: 36px;
  }
}
.launch .card h5 {
  color: #393939;
  font-size: 20px;
  font-weight: 600;
  line-height: 158%;
  letter-spacing: 0.04em;
}
.launch .card p {
  color: #393939;
  font-size: 16px;
  font-weight: 300;
  line-height: 158%;
  letter-spacing: 0.04em;
}

.lake {
  background: url(../img/icons/star-2.svg);
  background-repeat: no-repeat;
  background-position: right;
}
.lake h1 {
  color: #000000;
  font-size: 48px;
  font-weight: 700;
  line-height: 131%;
  letter-spacing: 0.05em;
  font-family: "League Spartan", sans-serif;
  position: relative;
}
@media (max-width: 576px) {
  .lake h1 {
    font-size: 36px;
  }
}
.lake p {
  color: #393939;
  font-size: 16px;
  font-weight: 300;
  line-height: 158%;
  letter-spacing: 0.04em;
}

@media (max-width: 576px) {
  .footer {
    background-color: #0075A9;
  }
}
.footer .bg-blue {
  background-color: #0075A9;
}
.footer .footer-triangle {
  position: relative;
}
.footer .footer-triangle::after {
  content: url(../img/footer-triangle.png);
  position: absolute;
  top: 0px;
  right: -139px;
}
@media (max-width: 576px) {
  .footer .footer-triangle::after {
    content: none;
  }
}
.footer h1 {
  color: #000000;
  font-size: 36px;
  font-weight: 700;
  line-height: 26px;
  letter-spacing: 0.04em;
  padding-top: 30px;
}
@media (max-width: 576px) {
  .footer h1 {
    color: #F4F4F4;
    font-size: 26px;
    font-weight: 700;
    line-height: 26px;
    letter-spacing: 0.04em;
  }
}
.footer .btn-call {
  background: #57A447;
  border-radius: 10px;
  color: #DEFFD8;
  font-size: 26px;
  font-weight: 700;
  line-height: 26px;
  letter-spacing: 0.04em;
}
@media (max-width: 576px) {
  .footer .btn-call {
    font-size: 22px;
  }
}
.footer .btn-call:hover {
  background: #458a38;
}
.footer h6 {
  color: rgba(255, 255, 255, 0.81);
  font-size: 22px;
  font-weight: 600;
  line-height: 131%;
  letter-spacing: 0.06em;
  font-family: "League Spartan", sans-serif;
}
.footer p {
  color: rgba(255, 255, 255, 0.81);
  font-size: 16px;
  font-weight: 500;
  line-height: 26px;
  letter-spacing: 0.04em;
}
.footer p a {
  color: rgba(255, 255, 255, 0.81);
  font-size: 16px;
  font-weight: 500;
  line-height: 26px;
  letter-spacing: 0.04em;
  text-decoration: none;
}
.footer p a:hover {
  text-decoration: underline;
}
.footer .copyright {
  background: #006B9A;
}

.greenbox {
  background: #57A447;
  color: white;
}

.bluebox {
  background: #0073a6;
  color: white;
}