@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@300;400;600;700&display=swap");
body {
  font-family: 'Montserrat', sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 24px;
}

.mt-5 {
  margin-top: 5rem;
}

/* HEADER */
header ul {
  list-style: none;
  margin-bottom: 0;
  padding-left: 0;
}

header ul > li {
  margin-right: 10px;
}

header .upper-header {
  padding: 5px 0;
  background: #00832a;
}

header .upper-header li {
  color: #fff !important;
  font-size: 14px;
  font-weight: 600;
}

header .lower-header {
  background: #aa44be;
  padding: 25px 0;
}

header .lower-header li {
  margin-left: 25px;
}

header .lower-header li a {
  font-size: 14px;
  text-decoration: none !important;
  text-transform: uppercase;
  font-weight: 600;
  color: #000 !important;
  position: relative;
  display: block;
}

header .lower-header li a:after {
  content: "";
  position: absolute;
  bottom: 0;
  height: 2px;
  width: 0;
  background-color: #00832a;
  left: 0;
  right: 0;
  -webkit-transition: all .2s;
  transition: all .2s;
}

header .lower-header li a.active:after, header .lower-header li a:hover:after {
  width: 100%;
}

header .lower-header .mobile-nav {
  display: none;
}

header .desktop-nav > a {
  display: none !important;
}

/* HERO */
#hero {
  min-height: 90vh;
  background: url("../images/bghero.jpg") center no-repeat;
  background-size: cover;
}

#hero .hero-content-wrapper {
  padding: 30px 50px;
}

#hero .hero-content-wrapper h2 {
  font-size: 35px;
  font-weight: 700;
  margin-bottom: 30px;
}

#hero .hero-content-wrapper p {
  font-size: 20px;
  margin-bottom: 20px;
  line-height: 32px;
}

#hero .hero-content-wrapper a {
  padding: 20px 25px;
  border-radius: 5px;
}

#hero .hero-image-wrapper img {
  display: block;
  width: 100%;
}

#hero .swiper-button-next,
#hero .swiper-button-prev {
  color: #000;
  top: 51.5%;
}

.swiper {
  width: 100%;
  height: 90vh;
}

/* ABOUT */
#about {
  color: #fff;
  background: url("../images/bgabout.png") right center no-repeat #00832a;
  padding: 80px 0;
}

#about h2 {
  font-size: 30px;
  font-weight: 700;
  margin-bottom: 30px;
}

#about blockquote {
  padding-left: 30px;
  border-left: 4px solid #aa44be;
}

#about a {
  padding: 20px 25px;
  border-radius: 5px;
}

/* PRODUCTS */
#products {
  background: #aa44be;
  background: -webkit-gradient(linear, left top, left bottom, from(#aa44be), color-stop(50%, #aa44be), to(white));
  background: linear-gradient(180deg, #aa44be 0%, #aa44be 50%, white 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#aa44be",endColorstr="#ffffff",GradientType=1);
  padding: 80px 0;
}

#products h2 {
  font-size: 30px;
  font-weight: 700;
  margin-bottom: 30px;
}

#products h3 {
  font-weight: 600;
  font-size: 20px;
}

#products .product-item {
  padding: 40px 0;
}

#products .content-wrap .two-cols ul {
  padding-left: 15px;
  margin-right: 50px;
}

#products .content-wrap .inner-padding {
  padding-left: 40px;
  padding-right: 0;
}

#products .content-wrap .note {
  font-style: italic;
}

#products .text-left {
  text-align: left !important;
}

/* CONTACT */
#contact {
  background: url("../images/bgcontact.png") right center no-repeat;
  background-size: 75%;
  padding: 80px 0;
}

#contact h2 {
  font-size: 30px;
  font-weight: 700;
  margin-bottom: 30px;
}

#contact form {
  font-size: 14px;
}

#contact form .form-group {
  margin-bottom: 20px;
}

#contact form input, #contact form textarea {
  border-radius: 0;
  padding: 10px;
}

#contact form button {
  color: #e50021;
  padding: 20px 25px;
  border-radius: 5px;
  color: #fff !important;
}

#contact .location ul {
  padding-left: 15px;
}

#contact .location h3 {
  font-size: 18px;
  font-weight: 600;
}

/* FOOTER */
footer {
  background: #000;
  color: #fff;
  padding-top: 80px;
  padding-bottom: 30px;
}

footer h5 {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 30px;
}

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

footer ul li {
  margin-bottom: 5px;
}

footer ul li:last-child {
  margin-bottom: 0;
}

footer ul li a {
  color: #fff;
  text-decoration: none;
}

footer ul li a:hover, footer ul li a.active {
  color: #f00;
}

footer ul#social li {
  margin-right: 15px;
}

footer ul#social li:last-child {
  margin-right: 0;
}

@media only screen and (max-width: 1030px) {
  header .lower-header .mobile-nav {
    display: block;
    margin-top: 10px;
  }
  header .lower-header li {
    margin-left: 20px;
  }
  header .lower-header li a {
    font-size: 12px;
  }
  header .lower-header li:first-child {
    margin-left: 0;
  }
  header .desktop-nav ul {
    display: none !important;
  }
  #hero {
    min-height: 60vh;
  }
  #hero .swiper {
    height: 60vh;
  }
  #hero .swiper .swiper-slide {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .product-item .col-4 {
    width: 100%;
    max-width: 100%;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    margin-bottom: 30px;
    text-align: center;
  }
  .product-item .col-8 {
    width: 100%;
    max-width: 100%;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
  }
}

@media only screen and (max-width: 992px) {
  #hero {
    height: 90vh;
  }
  #hero .swiper {
    height: 90vh;
  }
  #hero .swiper .col-6 {
    width: 100%;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    text-align: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  header .desktop-nav > a {
    display: block !important;
    width: 40px;
  }
  header .desktop-nav > a > img {
    display: block;
    width: 100%;
  }
  #extra-prod ul {
    max-width: 50%;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding: 10px;
  }
}

@media only screen and (max-width: 750px) {
  #extra-prod ul {
    max-width: 100%;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    padding-left: 40px;
  }
  #contact .col-6 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
  #contact .location-wrapper {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  #contact .location-wrapper .location {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }
  footer {
    text-align: center;
  }
  footer .col-4 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
    text-align: center;
  }
  footer #social {
    -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important;
  }
  header .lower-header .mobile-nav {
    display: none;
  }
  header .lower-header .mobile-nav ul {
    display: block !important;
  }
  header .lower-header .mobile-nav ul li {
    margin: 0 20px;
  }
  header .lower-header .brand img {
    width: 250px;
  }
  .upper-header ul {
    display: block !important;
    text-align: center !important;
  }
}
/*# sourceMappingURL=styles.css.map */