* {
  font-family: "Lato", sans-serif;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  vertical-align: top;
}

html,
body {
  margin: 0;
  padding: 0;
  scroll-behavior: smooth;
}

.section-nav img {
  width: 220px;
}

@media screen and (max-width: 575px) {
  .section-nav {
    font-size: 0.9em;
    text-align: center;
  }
}

.top-banner {
  background-image: url(../img/bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  color: #fff;
}

.main-product {
  max-width: 800px;
}

.main-product .card-btn {
  border-radius: 0;
}

@media screen and (max-width: 767px) {
  .main-product .card {
    width: 80%;
    margin: auto;
  }
}

.main-product button.btn-green {
  background-color: #7FB559;
  color: #fff;
}

.main-product button.btn-green:hover {
  background-color: #72a94b;
  color: #fff;
}

.material {
  background-image: linear-gradient(60deg, #abecd6 0%, #fbed96 100%);
}

.material .container {
  max-width: 750px;
}

.other-products img {
  width: 90%;
}

.other-products button.btn-orange {
  background-color: #F59B65;
  color: #fff;
  -webkit-transition: .3s;
  transition: .3s;
}

.other-products button.btn-orange:hover {
  background-color: #f27c35;
  color: #fff;
}

.about {
  background-image: linear-gradient(120deg, #f6d365 0%, #fda085 100%);
}

.about .container {
  max-width: 900px;
  min-height: 350px;
}

.about .container img {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

@media screen and (max-width: 575px) {
  .about .container img {
    position: relative;
  }
}

@media screen and (max-width: 575px) {
  .contact {
    margin: 2em;
  }
}

.contact ul {
  width: 280px;
}

.contact ul li {
  height: 50px;
  line-height: 25px;
}

.contact ul li i {
  width: 50px;
  line-height: 25px;
}

footer {
  background-image: url(../img/bg-2.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}

footer .go-top {
  cursor: pointer;
  position: fixed;
  bottom: 10px;
  right: 30px;
  text-align: center;
  opacity: 0;
  -webkit-transition: .3s;
  transition: .3s;
}

footer .go-top a {
  color: #F59B65;
  font-weight: bold;
}

footer .go-top a img {
  width: 40px;
  fill: #fff;
}

footer .go-top a:hover {
  text-decoration: none;
  color: #f27c35;
  -webkit-transition: .2s;
  transition: .2s;
}

@media screen and (max-width: 575px) {
  footer {
    text-align: center;
  }
}
/*# sourceMappingURL=liascent.css.map */