#sec-main {
  background: url("/images/main-bg.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 80vh;
  color: white;
}
#sec-main h1 {
  font-size: 2.875rem;
  text-transform: uppercase;
}

#sec-story {
  color: #396649;
}
#sec-story p {
  text-align: justify;
}

#sec-vending-machine {
  padding: 0;
}
#sec-vending-machine img {
  height: auto;
  width: 100%;
}

#sec-vendingsystem {
  text-align: center;
  color: #396649;
}

#sec-getstarted {
  min-height: 60vh;
  background: url("/images/getstarted-bg.png") no-repeat center;
  background-size: cover;
  color: white;
  text-align: center;
}
#sec-getstarted h2 {
  font-size: 2.5rem;
}

@media (max-width: 991px) {
  #sec-story img {
    width: 100%;
  }
}
@media (max-width: 575px) {
  #sec-main {
    height: 100vh;
    background-size: cover;
    background-position: center;
  }
  #sec-main h1 {
    font-size: 2.25rem;
  }
  #sec-main h2 {
    font-size: 1.75rem;
  }
  #sec-story p {
    text-align: justify;
  }
  #sec-vending-machine {
    height: 45vh;
    background: url("/images/page-index/Vending-Machine.png") no-repeat center;
    background-size: cover;
  }
  #sec-vending-machine img {
    display: none;
  }
}
#sec-ourstory {
  background: url("/images/page-about/about.jpeg") center no-repeat;
  background-size: cover;
  min-height: 45vh;
  color: white;
}
#sec-ourstory h1 {
  font-size: 4.5rem;
  font-family: "verdanaBold";
}

#sec-ingredients {
  position: relative;
  color: #396649;
}
#sec-ingredients p {
  text-align: justify;
}
#sec-ingredients::after {
  content: "";
  position: absolute;
  left: 5rem;
  bottom: -8rem;
  background: url("/images/page-about/lettuce.png") no-repeat center;
  background-size: contain;
  width: 20%;
  height: 60%;
  z-index: 99;
}

@media (max-width: 991px) {
  #sec-ingredients::after {
    left: 2rem;
    bottom: -10rem;
    width: 30%;
  }
}
@media (max-width: 575px) {
  #sec-ourstory h1 {
    font-size: 3.5rem;
  }
  #sec-ingredients h2 {
    margin-bottom: 2rem;
  }
  #sec-ingredients::after {
    left: 0.5rem;
    bottom: -13rem;
    width: 45%;
  }
}
#sec-products {
  background: url("/images/page-products/productsPage-bg.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 80vh;
  color: white;
}
#sec-products h1 {
  font-size: 3.5rem;
}

#sec-why {
  text-align: center;
  color: #396649;
}
#sec-why .rounded-circle {
  height: 35px;
  width: 35px;
  background-color: #eb8020;
  color: white;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 1.5rem;
}

#sec-spec {
  background: url("/images/bg-green.jpeg") no-repeat;
  background-size: cover;
  color: #396649;
}
#sec-spec dt {
  border-bottom: 2px solid #396649;
  padding: 0.75rem 0 0.5rem;
  font-style: italic;
}
#sec-spec dd {
  border-bottom: 1px solid #396649;
  margin-bottom: 0;
  padding: 0.75rem 0 0.5rem;
}

#sec-foryou {
  text-align: center;
  color: #396649;
}
#sec-foryou h6 {
  margin-top: 1rem;
}

@media (max-width: 575px) {
  #sec-spec .row {
    padding-left: 1.5rem;
  }
}
#sec-vmbusiness {
  background: url("/images/page-howToOwn/bg-getStarted.png") no-repeat bottom;
  background-size: cover;
  min-height: 45vh;
  color: white;
}
#sec-vmbusiness h1 {
  font-size: 4.5rem;
  font-family: "verdanaBold";
}

#sec-step {
  color: #396649;
  text-align: center;
}
#sec-step h2 {
  font-family: "blenda";
}

#sec-faq {
  background: url("/images/bg-green.jpeg") top;
  background-size: contain;
  color: #396649;
}
#sec-faq .accordion-item {
  background-color: #d6e5b1;
  border-bottom: 1px solid #396649;
  margin-bottom: 0.5rem;
}
#sec-faq .accordion-item .accordion-button {
  background-color: #d6e5b1;
  color: #396649;
}
#sec-faq .accordion-item .accordion-button:focus {
  box-shadow: none;
}

@media (max-width: 575px) {
  #sec-vmbusiness h1 {
    font-size: 3.25rem;
  }
}
#sec-contact {
  background: url("/images/page-contact/bg-contactUs.png") no-repeat center;
  background-size: cover;
  min-height: 45vh;
  color: white;
}
#sec-contact h1 {
  font-family: "verdanaBold";
  font-size: 4.5rem;
}

#sec-form {
  color: #396649;
}
#sec-form .registration .input-group-text {
  background-color: rgba(187, 209, 134, 0.3);
  border-right: none !important;
}
#sec-form .registration input,
#sec-form .registration textarea {
  background-color: rgba(187, 209, 134, 0.3);
  padding: 0.75rem 1rem;
}
#sec-form .registration input::-moz-placeholder, #sec-form .registration textarea::-moz-placeholder {
  color: #396649;
}
#sec-form .registration input::placeholder,
#sec-form .registration textarea::placeholder {
  color: #396649;
}

@media (max-width: 767px) {
  #sec-contact h1 {
    font-size: 3rem;
  }
  #sec-form {
    color: #396649;
  }
  #sec-form .registration {
    border-right: none !important;
    margin-top: 4rem;
    order: 2;
  }
}
* {
  padding: 0;
  margin: 0;
  max-width: 100%;
  position: relative;
}

body {
  font-size: 16px;
  font-family: "verdana";
}

@font-face {
  font-family: "blenda";
  src: url("/font/Blenda Script.otf");
}
@font-face {
  font-family: "verdana";
  src: url("/font/Verdana.ttf");
}
@font-face {
  font-family: "verdanaBold";
  src: url("/font/Verdana Bold.ttf");
}
@font-face {
  font-family: "verdanaBoldItalic";
  src: url("/font/Verdana Bold Italic.ttf");
}
@font-face {
  font-family: "gothamBold";
  src: url("/font/GothamBold.ttf");
}
@font-face {
  font-family: "gothamBook";
  src: url("/font/GothamBook.ttf");
}
h1, h2, h3, h4, h5, h6 {
  font-weight: 600;
}

a {
  text-decoration: none;
  color: #396649;
}

ul {
  list-style: none;
  padding-left: 0;
}

section {
  padding: 120px 0px;
  display: flex;
  align-items: center;
}

.font-blenda {
  font-family: "blenda";
  letter-spacing: 3px;
}

.verdana-bold {
  font-family: "verdanaBold";
}

.verdana-bold-italic {
  font-family: "verdanaBoldItalic";
}

.gotham-bold {
  font-family: "gothamBold";
}

.gotham-book {
  font-family: "gothamBook";
}

.btn {
  border-radius: 50px;
  padding: 0.5rem 3rem;
  font-size: 1.25rem;
}
.btn.btn-primary {
  background-color: #396649;
  border-color: #396649;
  color: white;
}
.btn.btn-orange {
  background-color: #f28421;
  border-color: #f28421;
  color: white;
}
.btn.btn-orange:hover {
  background-color: rgba(242, 132, 33, 0.85);
  transition: 0.5s ease-in-out;
}
.btn.btn-white {
  background-color: white;
  border-color: white;
  color: #396649;
}

.navbar .navbar-collapse .navbar-nav .nav-item .nav-link {
  padding: 0.5rem 1.25rem;
}
.navbar .navbar-collapse .navbar-nav .nav-item .nav-link.active {
  font-weight: 600;
}
.navbar .navbar-collapse .navbar-nav .nav-item .nav-link:hover {
  font-weight: 600;
}

footer {
  background-color: #396649;
  color: white;
  padding: 50px 0;
}
footer a {
  color: white;
}
footer ul li {
  margin-bottom: 0.35rem;
}
footer .social-facebook i {
  color: white;
  font-size: 40px;
}
footer .social-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50px;
  height: 44px;
  width: 44px;
  background-color: white;
  color: #396649;
}
footer .social-icon i {
  font-size: 1.5rem;
}

.sec-ourvision {
  background: url("/images/bg-green.jpeg") no-repeat;
  background-size: cover;
  color: #396649;
}
.sec-ourvision p {
  text-align: justify;
}

@media (min-width: 1400px) {
  .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
    max-width: 1070px;
  }
}
@media (max-width: 991px) {
  .sec-ourvision img {
    width: 100%;
  }
}/*# sourceMappingURL=style.css.map */