html {
  background: url("./img/background.jpg") no-repeat fixed;
  background-size: cover;
}

body {
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  color: #fff;
  text-align: center;
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.overlay {
  position: fixed;
  width: 100vw;
  height: 100vh;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: #2d3142;
  opacity: 0.7;
  z-index: -1;
}

.floating-cta {
  background-color: #ef8354;
  display: none;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 10px;
  position: fixed;
  text-decoration: none;
  color: #000000;
  font-weight: 700;
  font-size: 20px;
  margin: 0;
  border-radius: 30px;
  -webkit-transition: padding 150ms ease-in-out;
  transition: padding 150ms ease-in-out;
  z-index: 4;
}

.floating-cta:hover {
  padding: 10px 20px;
}

.floating-cta:hover span {
  display: block;
}

.floating-cta img {
  width: 25px;
}

.floating-cta span {
  padding-left: 10px;
  display: none;
}

.hero-text {
  text-align: center;
  width: 90%;
  margin: 0 auto;
  margin-top: 15%;
}

.hero-text h1 {
  font-size: 16px;
  font-weight: 700;
  line-height: 28px;
  position: relative;
  margin: 0;
  padding-bottom: 10px;
}

.hero-text h1 span {
  color: #ef8354;
}

.hero-text h3 {
  font-weight: 600;
  color: #dcdee1;
  margin: 0;
  padding-bottom: 20px;
}

.hero-text h2 {
  font-weight: 700;
  color: #ef8354;
  font-size: 20px;
  margin: 0;
}

.first-video,
.second-video {
  width: 90%;
  margin: 0 auto;
  margin-top: 30px;
}

.first-video h1,
.second-video h1 {
  font-size: 16px;
  font-weight: 500;
}

.first-video h1 span,
.second-video h1 span {
  color: #ef8354;
}

.first-video div,
.second-video div {
  width: 30px;
  margin: 0 auto;
  margin-bottom: 10px;
}

.first-video div img,
.second-video div img {
  width: 100%;
}

.first-video .video-container,
.second-video .video-container {
  position: relative;
  width: 100%;
  padding-bottom: 56.25%;
  height: 0;
}

.first-video .video-container iframe,
.second-video .video-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.first-video {
  margin-bottom: 20px;
}

.testimonial {
  width: 90%;
  margin: 0 auto;
}

.testimonial h1 {
  font-weight: 700;
  color: #eaeaec;
}

.testimonial .swiper-container {
  width: 100%;
  height: auto;
}

.testimonial .swiper-container .swiper-button-next,
.testimonial .swiper-container .swiper-button-prev {
  color: #ffffffab;
  outline: none;
  top: 40px;
}

.testimonial .swiper-container .swiper-button-next::after,
.testimonial .swiper-container .swiper-button-prev::after {
  font-size: 35px;
}

.testimonial .swiper-container .swiper-button-next:hover,
.testimonial .swiper-container .swiper-button-prev:hover {
  color: #fff;
}

.testimonial .swiper-container .swiper-button-prev {
  left: 2px;
}

.testimonial .swiper-container .swiper-button-next {
  right: 2px;
}

.testimonial .swiper-wrapper {
  width: 100%;
  height: auto;
}

.testimonial .swiper-wrapper .swiper-slide {
  text-align: center;
  background: #2d314270;
  border: 2px solid #ef8354;
  color: #000000;
  width: 100%;
  border-radius: 10px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  /* Center slide text vertically */
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 20px 0;
}

.testimonial .swiper-wrapper .swiper-slide h2 {
  margin: 0;
  font-size: 20px;
  width: 90%;
}

.testimonial .swiper-wrapper .swiper-slide p {
  margin: 0;
  width: 80%;
  padding-bottom: 10px;
  color: #fff;
}

.testimonial .swiper-wrapper .swiper-slide h3 {
  margin: 0;
  font-weight: 500;
  font-size: 20px;
  color: #ef8354;
}

.testimonial .swiper-wrapper .swiper-slide h3 span {
  font-weight: 700;
}

.order-section {
  margin-bottom: 50px;
}

.order-section .fol-bottle {
  width: 60%;
  margin: 0 auto;
}

.order-section .fol-bottle img {
  width: 100%;
}

.order-section a {
  color: #000000;
  text-decoration: none;
  font-weight: 700;
  font-size: 20px;
  background-color: #ef8354;
  padding: 10px 20px;
  border-radius: 30px;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 170px;
  margin: 0 auto;
}

.order-section a:hover {
  background-color: #ef8254d7;
}

.order-section a .cart {
  width: 25px;
  display: inline-block;
  margin-right: 10px;
}

.waf-mobile {
  width: 90%;
  margin: 0 auto;
}

.waf-mobile img {
  width: 100%;
}

.waf-desktop {
  display: none;
}

.waf-desktop img {
  width: 100%;
}

.two-images .first-image {
  width: 90%;
  margin: 0 auto;
  margin-top: 10px;
}

.two-images .first-image img {
  width: 100%;
}

.two-images .second-image {
  width: 90%;
  margin: 0 auto;
  margin-top: 10px;
}

.two-images .second-image img {
  width: 100%;
}

.power {
  width: 90%;
  margin: 0 auto;
}

.power h2:nth-child(1) {
  font-size: 18px;
}

.power h2:nth-child(2),
.power h2:nth-child(3) {
  font-size: 16px;
  font-weight: 500;
  color: #cecece;
}

.power .drops img {
  width: 100%;
}

.benefits {
  width: 90%;
  margin: 0 auto;
}

.benefits h2 {
  font-size: 16px;
}

.benefits .benefits-image img {
  width: 100%;
}

.benefits .onestop-image {
  margin-top: 10px;
}

.benefits .onestop-image img {
  width: 100%;
}

footer {
  background-color: #282c3bd0;
  margin: 0;
  margin-top: 10px;
}

footer .links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 90%;
  margin: 0 auto;
  padding: 15px 0;
}

footer .links a {
  text-decoration: none;
  color: #ef8354;
  font-size: 14px;
  position: relative;
}

footer .links a::after {
  content: "";
  width: 100%;
  height: 2px;
  border-radius: 10px;
  position: absolute;
  bottom: -5px;
  left: 0;
  right: 0;
  background-color: #ef8354;
  -webkit-transform: scale(0);
          transform: scale(0);
  -webkit-transition: -webkit-transform 250ms ease-in-out;
  transition: -webkit-transform 250ms ease-in-out;
  transition: transform 250ms ease-in-out;
  transition: transform 250ms ease-in-out, -webkit-transform 250ms ease-in-out;
  pointer-events: none;
}

footer .links a:hover::after {
  -webkit-transform: scale(1);
          transform: scale(1);
}

footer p {
  width: 90%;
  margin: 0 auto;
  font-size: 12px;
  color: #e9eaeb;
  font-weight: 400;
  line-height: 20px;
  padding-bottom: 10px;
}

form {
  border: 2px solid #ef8354;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
}

@media screen and (min-width: 768px) {
  .floating-cta {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    top: 50%;
    right: 30px;
  }
  .hero-text {
    width: 80%;
    margin-top: 10%;
  }
  .hero-text h1 {
    font-size: 27.2px;
    line-height: 40px;
  }
  .hero-text h3 {
    font-size: 27px;
  }
  .hero-text h2 {
    font-size: 30px;
  }
  .first-video,
  .second-video {
    width: 75%;
  }
  .first-video h1,
  .second-video h1 {
    font-size: 24px;
  }
  .first-video .video-container,
  .second-video .video-container {
    width: 90%;
  }
  .first-video {
    margin-bottom: 3px;
  }
  .testimonial {
    width: 60%;
  }
  .testimonial .swiper-container .swiper-button-prev::after,
  .testimonial .swiper-container .swiper-button-next::after {
    font-size: 40px;
  }
  .testimonial .swiper-container .swiper-button-prev {
    left: 10px;
  }
  .testimonial .swiper-container .swiper-button-next {
    right: 10px;
  }
  .testimonial .swiper-wrapper .swiper-slide h2 {
    font-size: 26px;
  }
  .testimonial .swiper-wrapper .swiper-slide p {
    font-size: 19.2px;
  }
  .testimonial .swiper-wrapper .swiper-slide h3 {
    font-size: 24px;
  }
  .order-section .fol-bottle {
    width: 30%;
  }
  .order-section a {
    font-size: 24px;
    width: 200px;
  }
  .order-section a .cart {
    width: 30px;
  }
  .waf-mobile {
    width: 70%;
  }
  .two-images .first-image {
    width: 70%;
  }
  .two-images .second-image {
    width: 70%;
  }
  .power {
    width: 70%;
  }
  .power h2:nth-child(1) {
    font-size: 22.5px;
  }
  .power h2:nth-child(2),
  .power h2:nth-child(3) {
    font-size: 20px;
  }
  .benefits {
    width: 70%;
  }
  .benefits h2 {
    font-size: 20.8px;
  }
  footer .links {
    width: 45%;
  }
  footer .links a {
    font-size: 16px;
  }
  footer p {
    width: 80%;
    font-size: 14px;
  }
}

@media screen and (min-width: 1024px) {
  .hero-text {
    width: 60%;
    margin-top: 5%;
  }
  .hero-text h1 {
    font-size: 48px;
    line-height: 60px;
  }
  .hero-text h3 {
    font-size: 41.4px;
  }
  .hero-text h2 {
    font-size: 46px;
  }
  .first-video,
  .second-video {
    width: 60%;
  }
  .first-video h1,
  .second-video h1 {
    font-size: 36.8px;
  }
  .first-video div,
  .second-video div {
    width: 40px;
  }
  .testimonial {
    width: 50%;
  }
  .testimonial .swiper-wrapper .swiper-slide {
    padding: 20px 0;
  }
  .testimonial .swiper-wrapper .swiper-slide h2 {
    font-size: 36px;
  }
  .testimonial .swiper-wrapper .swiper-slide p {
    font-size: 24px;
    line-height: 35px;
    padding: 0;
  }
  .testimonial .swiper-wrapper .swiper-slide h3 {
    font-size: 32px;
  }
  .order-section .fol-bottle {
    width: 25%;
  }
  .order-section a {
    font-size: 30px;
    width: 280px;
  }
  .order-section a .cart {
    width: 35px;
    margin-right: 20px;
  }
  .waf-mobile {
    display: none;
  }
  .waf-desktop {
    display: block;
    width: 80%;
    margin: 0 auto;
  }
  .two-images {
    width: 80%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin: 0 auto;
    margin-top: 15px;
  }
  .two-images .first-image {
    width: 47.5%;
    margin: 0;
  }
  .two-images .second-image {
    width: 42.5%;
    margin: 0;
  }
  .power {
    width: 80%;
  }
  .power h2:nth-child(1) {
    font-size: 36px;
  }
  .power h2:nth-child(2),
  .power h2:nth-child(3) {
    font-size: 32px;
  }
  .benefits {
    width: 80%;
  }
  .benefits h2 {
    font-size: 32px;
  }
  .benefits .onestop-image {
    margin-top: 30px;
  }
  footer .links {
    width: 40%;
  }
  footer p {
    width: 70%;
  }
}

@media screen and (min-width: 1440px) {
  .power h2:nth-child(1) {
    font-size: 52.2px;
    margin: 0;
    margin-top: 20px;
  }
  .power h2:nth-child(2),
  .power h2:nth-child(3) {
    font-size: 36.8px;
    margin: 0;
    margin-top: 20px;
  }
  .drops {
    margin-top: 20px;
  }
  .benefits h2 {
    font-size: 36.8px;
  }
  .benefits h2 span {
    display: block;
  }
  footer .links {
    width: 30%;
  }
  footer p {
    width: 40%;
  }
}
/*# sourceMappingURL=style.css.map */