@import url("https://cdn.jsdelivr.net/npm/bootstrap-icons@1.5.0/font/bootstrap-icons.css");
body {
  font-size: 16px;
  font-family: "Be Vietnam", sans-serif;
  font-weight: 300;
  color: #484848;
}

body a {
  text-decoration: none;
}

h1, h2, h3, h4 {
  font-weight: 600;
  text-transform: uppercase;
}

.mouse-scroll {
  display: block;
  margin: 0 auto;
  width: 24px;
  height: 100px;
  margin-top: 30px;
}

.m-scroll-arrows {
  display: block;
  width: 5px;
  height: 5px;
  /* IE 9 */
  -webkit-transform: rotate(45deg);
  /* Chrome, Safari, Opera */
  transform: rotate(45deg);
  border-right: 2px solid #353535;
  border-bottom: 2px solid #353535;
  margin: 0 0 3px 4px;
  width: 16px;
  height: 16px;
}

.unu {
  margin-top: 1px;
}

.unu, .doi, .trei {
  -webkit-animation: mouse-scroll 1s infinite;
  animation: mouse-scroll 1s infinite;
}

.unu {
  -webkit-animation-delay: .1s;
  -moz-animation-delay: .1s;
  -webkit-animation-direction: alternate;
  animation-direction: alternate;
  -webkit-animation-delay: alternate;
          animation-delay: alternate;
}

.doi {
  -webkit-animation-delay: .2s;
  -moz-animation-delay: .2s;
  -webkit-animation-direction: alternate;
  animation-delay: .2s;
  animation-direction: alternate;
  margin-top: -6px;
}

.trei {
  -webkit-animation-delay: .3s;
  -moz-animation-delay: .3s;
  -webkit-animation-direction: alternate;
  animation-delay: .3s;
  animation-direction: alternate;
  margin-top: -6px;
}

@-webkit-keyframes mouse-scroll {
  0% {
    opacity: 0;
  }
  50% {
    opacity: .5;
  }
  100% {
    opacity: 1;
  }
}

@keyframes mouse-scroll {
  0% {
    opacity: 0;
  }
  50% {
    opacity: .5;
  }
  100% {
    opacity: 1;
  }
}

a {
  color: #93C741;
}

a:hover {
  color: #537937;
}

.btn-main {
  padding: 10px;
  background: #537937;
  border-radius: 10px;
  color: #fff;
  padding: 1rem 2rem;
  border: 1px solid #fff;
}

.btn-main:hover {
  color: #F7F7F7;
  background: #0e4d2b;
}

.btn--search {
  border: 1px solid gray;
}

.btn-menu {
  text-align: left;
  border: #F7F7F7 solid 1px;
}

.btn-menu:hover {
  background: #484848;
  color: #F7F7F7;
}

.light-bg {
  background: white;
}

.dark-bg {
  background: #323232;
}

.bg-main {
  background: #93C741;
}

.text-bold {
  font-weight: 700;
}

.navbar-nav .nav-item a:hover {
  color: #93C741;
}

.navbar-nav .r-align20 {
  padding-right: 20px;
}

#mainNav {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #fff;
}

#mainNav.navbar-shrink {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #fff;
}

#mainNav.navbar-shrink a {
  color: #537937;
}

#mainNav .navbar-toggler {
  padding: 0.75rem;
  font-size: 0.75rem;
  text-transform: uppercase;
  font-weight: 700;
}

#mainNav .navbar-brand {
  font-weight: 700;
  letter-spacing: 0.0625em;
  text-transform: uppercase;
}

#mainNav .navbar-brand img {
  height: 2.2rem;
}

#mainNav .navbar-nav .nav-item .nav-link {
  font-size: 0.95rem;
  color: #537937;
  letter-spacing: 0.0625em;
}

#mainNav .navbar-nav .nav-item .nav-link.active, #mainNav .navbar-nav .nav-item .nav-link:hover {
  color: #93C741;
}

.hero-text {
  font-weight: 700;
  font-size: 3rem;
}

.hero-caption {
  text-align: left;
  vertical-align: bottom;
  text-shadow: 2px 2px 8px #999;
  bottom: 20%;
}

#products {
  background: url(../img/icon-bg.png) top left no-repeat;
}

.s-hr {
  margin: auto;
  width: 500px;
}

.img-container {
  position: relative;
  margin-top: 10px;
}

.product-img {
  display: block;
  width: 100%;
  height: auto;
}

.text-shadow {
  text-shadow: 1px 1px 8px #414141;
}

.desc-textlight {
  font-size: 1.3rem;
  font-weight: 100;
}

#about {
  background: #F7F7F7;
  padding: 80px 0;
}

.h1-textlight {
  font-size: 2.5rem;
  font-weight: 100;
}

#contact {
  background: url(../img/icon-bg.png) no-repeat right, #537937;
  padding: 80px 0;
}

footer {
  background: #F7F7F7;
  padding-top: 60px;
}

footer .copyright {
  margin-top: 60px;
  padding: 10px 0;
  background: #537937;
  color: #F7F7F7;
}

footer .icon-list-social {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 2rem;
}

footer .icon-list-social-link {
  margin-left: 10px;
}

footer a {
  color: #537937;
}

footer a:hover {
  color: #0e4d2b;
}

.page-cover {
  background-size: cover;
}

.page-heading {
  background-size: cover;
  padding-top: 8.5rem;
  padding-bottom: 8.5rem;
}

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

.page-content {
  padding-top: 5rem;
  padding-bottom: 5rem;
}

@media (max-width: 575.98px) {
  h1 {
    font-size: 1.4rem;
  }
  h2 {
    font-size: 1.2rem;
  }
  h3 {
    font-size: 1rem;
  }
  .desc-textlight {
    font-size: 1rem;
  }
  .h1-textlight {
    font-size: 1.8rem;
  }
  .img-overlay {
    position: relative;
  }
  .navbar-nav .nav-item a:hover {
    margin-bottom: 0;
    border-bottom: none;
  }
  .hidden-xs {
    display: none;
  }
}

@media (max-width: 767.98px) {
  .img-overlay {
    position: relative;
  }
}

@media (max-width: 991.98px) {
  h1 {
    font-size: 1.5rem;
  }
  h2 {
    font-size: 1.3rem;
  }
  h3 {
    font-size: 1.2rem;
  }
  .desc-textlight {
    font-size: 1rem;
  }
  .h1-textlight {
    font-size: 1.9rem;
  }
  .img-overlay {
    position: relative;
  }
  .slide .hero-text {
    font-size: 24px;
  }
  .slide .h1-textlight {
    font-size: 18px;
  }
}
/*# sourceMappingURL=style.css.map */