.home-page-video {
  display: flex;
  justify-content: center;
  padding: 30px 10px 0;
  margin-bottom: -18px;
}
.home-page-video .video-player {
  width: 100%;
  max-width: min(50%, 350px);
}
.home-page-video .video-player-inner {
  padding: 28.125% 0;
  position: relative;
}
.home-page-video video {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}

.banner {
  background-size: cover;
  background-repeat: no-repeat;
  text-align: center;
  color: white;
  font-weight: bold;
  background-position: center 33%;
}
@media (min-width: 1024px) {
  .banner {
    background-position: center center;
  }
}
@media (max-width: 1024px) {
  .banner {
    background-position: center 50%;
  }
}
.banner .place-order {
  font-weight: bold;
  font-size: 50px;
}
@media (max-width: 1024px) {
  .banner .place-order {
    font-size: 29px;
  }
}
.banner .description {
  padding: 0 5px;
  font-size: 23px;
  font-weight: normal;
  max-width: 700px;
  display: inline-block;
}
@media (max-width: 1024px) {
  .banner .description {
    font-size: 15.5px;
    line-height: 1.4;
  }
}
.banner .overlay {
  display: flex;
  justify-content: center;
  background: rgba(140, 140, 140, 0.15);
}
.banner .text {
  width: 75%;
  padding: 55px 5px;
  text-align: center;
  text-shadow: rgba(0, 0, 0, 0.4) 0px 0px 4px;
  text-align: center;
}
@media (max-width: 700px) {
  .banner .text {
    width: auto;
  }
}

.choose-type-header {
  margin-top: 45px;
  margin-bottom: 20px;
  font-size: 25px;
  color: black;
  font-weight: bold;
  text-align: center;
}

.products {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  max-width: 1000px;
  width: 1000px;
}
.products .product-item {
  width: 25%;
  padding: 10px;
  font-weight: bold;
}
.products .product-item .product-link:hover {
  text-decoration: underline;
}
@media (max-width: 750px) {
  .products .product-item {
    width: 50%;
  }
}
.products .product-item .product-name {
  font-size: 18px;
  margin-top: 10px;
}
@media (max-width: 750px) {
  .products .product-item .product-name {
    font-size: 14px;
    color: #606060;
  }
}
.products .product-item .product-price {
  margin-bottom: 15px;
}
@media (max-width: 750px) {
  .products .product-item .product-price {
    font-size: 14px;
    color: #606060;
  }
}
.products .product-item .square-footage {
  font-weight: normal;
  color: #0a0a0a;
}
@media (max-width: 750px) {
  .products .product-item .square-footage {
    font-size: 14px;
    color: #606060;
  }
}
@media (max-width: 750px) {
  .products .product-item select {
    font-size: 15px;
    height: auto;
  }
}
.products .product-item button, .products .product-item a.cart-button, .products .product-item a.buy-now, .products .product-item .add-to-cart-buttons-single-item a {
  width: 100%;
  display: block;
  background: #91bd6c;
  padding: 10px;
  margin-bottom: 10px;
  font-weight: bold;
  color: white;
  cursor: pointer;
  display: none;
  text-align: center;
  line-height: 1;
}
.products .product-item button:hover, .products .product-item a.cart-button:hover, .products .product-item a.buy-now:hover, .products .product-item .add-to-cart-buttons-single-item a:hover {
  background: #5d7a45;
}
@media (max-width: 750px) {
  .products .product-item button, .products .product-item a.cart-button, .products .product-item a.buy-now, .products .product-item .add-to-cart-buttons-single-item a {
    padding: 5px;
    font-size: 15px;
  }
}
.products .product-item .add-to-cart-buttons-single-item a {
  display: block;
}
.products .product-item select:active, .products .product-item select:hover {
  box-shadow: none;
}

.products-container {
  display: flex;
  justify-content: center;
  padding: 10px;
}

.bottom-banner {
  margin-top: 45px;
}

body .testimonials-container-mobile {
  padding: 40px 0 40px;
}
@media (min-width: 751px) {
  body .testimonials-container-mobile {
    display: none;
  }
}

.testimonial-stars img {
  height: 21px !important;
}

.testimonial-mobile {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  color: #323232;
  padding: 10px 0;
  padding-bottom: 35px;
}
.testimonial-mobile .testimonial-contents {
  padding: 0 15px;
}
.testimonial-mobile img {
  height: 30px;
}
.testimonial-mobile .content {
  margin-top: 20px;
}
.testimonial-mobile .reviewer {
  font-size: 12px;
  margin-top: 20px;
}

.swiper-pagination-bullet-active {
  background-color: #0a0a0a !important;
}

.testimonials-container {
  padding: 50px 0;
  margin: 0px auto;
  width: 100%;
  max-width: 1000px;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
@media (max-width: 750px) {
  .testimonials-container {
    display: none;
  }
}
.testimonials-container .testimonial {
  width: 33%;
  text-align: center;
  color: #323232;
  padding: 10px;
}
@media (max-width: 750px) {
  .testimonials-container .testimonial {
    width: 100%;
    margin-top: 30px;
  }
}
.testimonials-container .testimonial img {
  height: 30px;
}
.testimonials-container .testimonial .content {
  margin-top: 20px;
}
.testimonials-container .testimonial .reviewer {
  font-size: 12px;
  margin-top: 20px;
}

.page-content {
  width: 1200px;
  max-width: 100%;
  margin: 50px auto;
  padding: 20px;
}

.product-link {
  display: block;
  color: #0a0a0a;
}
.product-link:active, .product-link:hover {
  color: #0a0a0a;
}

/*# sourceMappingURL=home.css.map */
