html, body {
    margin: 0px;
    padding: 0px;
    box-sizing: border-box;
    overflow-x: hidden;
    height: 100%;
    width: 100%;
}

a:hover{
    text-decoration: none;
}

.validation-message {
    font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.25;
  letter-spacing: 0.5px;
  color: #ff0057;
  font-size: 13px;
}

.disabled {
    opacity: 0.2;
    cursor: not-allowed;
    background-color: #72c01d !important;
}

.ux-title {
    margin-top: 200px;
    margin-bottom: 120px;
    font-family: Raleway;
    font-size: 50px;
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    line-height: 1;
    letter-spacing: 0.48px;
    height: 130px;
    text-align: center;
    color: #000000;
    background: url(../fonts/quotes.svg);
    background-size: 180px 128px;
    background-repeat: no-repeat;
    background-position: center;
    display: flex;
    width: 100%;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}

.wavy-background-section {
    height: auto;
    width: 100%;
    background: url(../img/wavyBackground.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

#carouselExample, .carousel-navigation-icon {
    display: none;
}

.user-card {
    height: 120px;
    margin-top: 30px;
}

.user-quote {
    width: 80% !important;
    margin-left: auto !important;
    margin-right: auto !important;
    display: block;
    text-align: left !important;
}
.mobile-carousel {
    display: none;
}
.carousel-navigation {
    margin-top: 60px;
}


@media (min-width: 768px){
  .carousel-navigation {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: auto;
    overflow: hidden;
}
.nav-link-right {
    margin-bottom: 25px;
}
.carousel-inner .carousel-item.active:not(.carousel-item-right):not(.carousel-item-left), .carousel-inner .carousel-item.active:not(.carousel-item-right):not(.carousel-item-left) + .carousel-item, .carousel-inner .carousel-item.active:not(.carousel-item-right):not(.carousel-item-left) + .carousel-item + .carousel-item, .carousel-inner .carousel-item.active:not(.carousel-item-right):not(.carousel-item-left) + .carousel-item + .carousel-item + .carousel-item {
    transition: none;
}
.carousel-navigation a, .carousel-navigation-icon {
    width: 150px;
    height: 150px;
    object-fit: contain;
}
.carousel-navigation-icon {
    display: block;
}
  #carouselExample {
      display: block;
  }
  .carousel-item {
    margin-right: 0 !important;
    -webkit-box-align: center !important;
    -ms-flex-align: center !important;
    align-items: center !important;
}
.carousel-navigation a, .carousel-navigation-icon {
    width: 150px;
    height: 150px;
    object-fit: contain;
}
.user-review-container {
    position: relative;
}
.user-review-container {
    border-radius: 2.5px;
    box-shadow: -0.5px 6.5px 10px 0 #f0f2f4;
    background-color: #ffffff;
    min-height: 390px;
    height: auto;
    width: 90%;
    margin-left: auto;
    margin-right: auto;
}
.user-card {
    width: 80%;
    margin-left: auto;
    margin-right: auto;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
}
.user-quote {
    width: 80% !important;
    margin-left: auto !important;
    margin-right: auto !important;
    margin-top: 30px;
    font-family: CooperHewitt;
    font-size: 18px;
    font-weight: 300;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.78;
    letter-spacing: normal;
    text-align: left;
    color: #324148;
    text-align: left;
    padding-bottom: 20px;
    text-align: left !important;
}
.user-image {
    border-radius: 50%;
    width: 85px;
    height: 85px;
    object-fit: cover;
}
.user-info {
    display: flex;
    flex-direction: column;
    margin-left: 10px;
}
.user-name, .user-role {
    font-family: CooperHewitt;
    font-size: 18px;
    font-weight: 300;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.33;
    letter-spacing: normal;
    text-align: left;
    color: #d4af37;
}
.carousel-inner .active, .carousel-inner .active + .carousel-item, .carousel-inner .active + .carousel-item + .carousel-item, .carousel-inner .active + .carousel-item + .carousel-item + .carousel-item {
    display: block;
}
.carousel-inner .carousel-item.active:not(.carousel-item-right):not(.carousel-item-left),
        .carousel-inner .carousel-item.active:not(.carousel-item-right):not(.carousel-item-left) + .carousel-item,
        .carousel-inner .carousel-item.active:not(.carousel-item-right):not(.carousel-item-left) + .carousel-item + .carousel-item,
        .carousel-inner .carousel-item.active:not(.carousel-item-right):not(.carousel-item-left) + .carousel-item + .carousel-item + .carousel-item {
            transition: none;
        }
        /* left or forward direction */
        .active.carousel-item-left + .carousel-item-next.carousel-item-left,
        .carousel-item-next.carousel-item-left + .carousel-item,
        .carousel-item-next.carousel-item-left + .carousel-item + .carousel-item,
        .carousel-item-next.carousel-item-left + .carousel-item + .carousel-item + .carousel-item,
        .carousel-item-next.carousel-item-left + .carousel-item + .carousel-item + .carousel-item + .carousel-item {
            position: relative;
            transform: translate3d(-100%, 0, 0);
            visibility: visible;
        }

}

@media (max-width: 768px){
  .ux-title {
    display: flex;
    font-size: 25px;
    margin-top: 60px;
    margin-bottom: 60px;
    background-size: 90px 64px;
    background-position: top;
    width: 80%;
    margin-left: auto;
    margin-right: auto;
}
.ingredients-title {
    flex-direction: row !important;
}
  .mobile-carousel {
    display: block;
    height: auto;
}
.mobile-carousel-box-shadow {
    border-radius: 2.5px;
    box-shadow: -0.5px 6.5px 10px 0 #f0f2f4;
    background-color: #ffffff;
}
.mobile-carousel-item-container {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    height: auto;
}
.mobile-user-info {
    border-radius: 5px;
    box-shadow: -1px 12px 20px 0 #f0f2f4;
    background-color: #ffffff;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: auto;
    min-height: 350px;
}
.mobile-user-card {
    width: 60%;
    margin-left: auto;
    margin-right: auto;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    height: auto;
}
.mobile-user-quote {
    margin-top: 20px;
    font-family: CooperHewitt;
    font-size: 18px;
    font-weight: 300;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.78;
    letter-spacing: normal;
    text-align: left;
    color: #324148;
    width: 60%;
    margin-left: auto;
    margin-right: auto;
}
.mobile-user-img {
    width: 64px;
    height: 64px;
    border-radius: 50%;
    object-fit: cover;
}
.mobile-user-fname {
    color: #d4af31;
}
.carousel-divider {
    height: 70px;
}
.carousel-mobile-indicator {
    background-color: #d4af31 !important;
    border-radius: 50% !important;
    height: 17px !important;
    width: 17px !important;
}


}

/* START OF HEADER CSS */

.header {
    min-height: 720px;
    height: 100vh;
    max-height: auto;
    width: 100%;
    background: url(../img/header2-min.png);
    background-size: cover;
    background-position: 0px 100%;
    background-repeat: no-repeat;
    position: relative;
}

.logo {
    margin-left: 50px;
    margin-top: 50px;
}

.mobile-logo {
    margin-left: 37px;
    margin-top: 20px;
    height: 60px;
}


.header-form {
    display: flex;
    flex-direction: column;
    position: absolute;
    top: 50%;
    width: 50%;
    padding-left: 140px;
}

.header-form-zoomed {
    width: 60% !important;
}

.header-title {
    font-family: Raleway;
    font-size: 60px;
    font-weight: 900;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.08;
    letter-spacing: 1.89px;
    text-align: left;
    color: #ffffff;
}

.header-title-zoomed {
    font-size: 45px !important;
}

.header-price {
    margin-top: 30px;
    margin-bottom: 30px;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
}

.price-percent {
    font-family: Raleway;
    font-size: 53px;
    font-weight: 800;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.17;
    letter-spacing: 0.53px;
    text-align: center;
    color: #ffffff;
    padding: 10px;
    background-color: #000000;
}

.price-percent-zoomed {
    font-size: 38px !important;
}

.header-price-text {
    display: flex;
    flex-direction: column;
    margin: 5px;
}

.save-now {
    font-family: Raleway;
    font-size: 36px;
    font-weight: 800;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.17;
    letter-spacing: 0.36px;
    text-align: left;
    color: #ffffff;
}

.save-now-zoomed {
    font-size: 28px !important;
}
.white-divider {
    height: 2px;
    background-color: #ffffff;
    width: 100%;
    margin-top: 4px;
    margin-bottom: 4px;
}

.regular-price, .regular-price-strikethrough {
    font-family: Raleway;
    font-size: 18px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.17;
    letter-spacing: 1.23px;
    text-align: left;
    color: #ffffff;
}

.regular-price-zoomed {
    font-size: 14px !important;
}

.regular-price-strikethrough {
    text-decoration: line-through;
}

.header-order-now, .discount-price-bold {
    background-color: #000000;
    font-family: Lato;
    font-size: 22px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.23;
    letter-spacing: 0.22px;
    text-align: center;
    color: #ffffff;
    height: 60px;
    line-height: 60px;
    width: 50%;
    border: none;
    cursor: pointer;
}


.header-order-now-zoomed {
    font-size: 18px !important;
}

.header-order-now:focus {
    outline: none;
}

.discount-price-bold {
    font-weight: bold;
}

.header-mobile, .header-mobile-form {
    display: none;
}

@media (max-width: 767.98px) {
    .header {
        display: none;
    }

    .header-mobile {
        display: block;
        background: url(assets/images/grmi_mobilna.html);
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center;
        min-height: 100vh;
        height: auto;
        width: 100%;
        margin-bottom: -5px;
    }

    .header-mobile-form {
        display: block;
        padding-top: 30px;
        padding-bottom: 30px;
        height: auto;
        background-color: #d4af37;
        width: 100%;
        position: relative;
        z-index: -1;
        background-size: cover;
        background-position: top center;
    }
    .header-mobile-form::before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    background: #d4af37;
    width: 100%;
    height: 100%;
    opacity: 0.7;
}

    .header-form {
        display: flex;
        flex-direction: column;
        position: static;
        width: 80%;
        margin-left: auto;
        margin-right: auto;
        padding-left: 0px;
        padding-top: 30px;
        z-index: 999999;
    position: relative;
    }

    .header-title {
        font-size: 45px;
        width: 90%;
        margin-left: auto;
        margin-right: auto;
    }

    .header-order-now {
        width: 90%;
        margin-left: auto;
        margin-right: auto;
    }

    .header-price {
        flex-direction: column;
        justify-content: flex-start;
        align-items: flex-start;
        width: 90%;
        margin-left: auto;
        margin-right: auto;
    }

    .save-now {
        font-size: 28px;
    }
    .price-percent {
        font-size: 53px;
        margin-bottom: 20px;
    }

    .regular-price, .regular-price-strikethrough {
        font-size: 17px;
    }

    .header-order-now, .discount-price-bold {
        font-size: 22px;
    }
}


@media(min-width: 768px) and (max-width: 1079.98px){
    .header-form {
        width: 100%;
        top: 40%;
    }

    .header-form-zoomed {
        width: 100% !important;
    }


    .header-title {
        font-size: 42px;
    }

    .header-title-zoomed {
        font-size: 34px !important;
        width: 100% !important;
    }
    .header-price{
        margin-top: 15px;
        margin-bottom: 15px;
    }
    .header-order-now {
        width: 50%;
    }
}

@media(min-width: 1080px) and (max-width: 1329.98px) {
    .header-form {
        top: 45%;
        width: 100%;
    }

    .header-form-zoomed {
        width: 100% !important;
    }

    .header-title {
        font-size: 42px;
    }

    .header-title-zoomed {
        font-size: 34px !important;
        width: 100% !important;
    }

    .header-price{
        margin-top: 15px;
        margin-bottom: 15px;
    }

    .header-order-now {
        width: 30%;
    }
}

@media(min-width: 1330px) and (max-width: 1829.98px){
    .header-form {
        top: 55%;
        width: 100%;
    }
    .header-form-zoomed {
        width: 100% !important;
    }

    .header-title {
        font-size: 42px;
    }

    .header-title-zoomed {
        font-size: 34px !important;
        width: 100% !important;
    }

    .header-price{
        margin-top: 15px;
        margin-bottom: 15px;
    }

    .header-order-now {
        width: 30%;
    }
}

@media(min-width: 1430px){
    .header-form-zoomed {
        top: 55% !important;
    }
    .header-title-zoomed {
        font-size: 48px !important;
    }
}

/* END OF HEADER CSS */


/* START OF PROBLEMS SECTION */

.problems-title {
    display: flex;
    flex-direction: row;
    width: 100%;
    margin-top: 90px;
    justify-content: center;
    align-items: baseline;
    margin-bottom: 80px;
}

.problem-bold {
  font-family: Raleway;
  font-size: 30px;
  font-weight: 800;
  font-stretch: normal;
  font-style: normal;
  line-height: 0.73;
  letter-spacing: 0.38px;
  text-align: center;
  color: #333740;
}

.problem-pipe {
    color: #d4af37;
    font-family: Raleway;
    font-size: 36px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 0.73;
    letter-spacing: 0.38px;
    text-align: center;
    margin-left: 5px;
    margin-right: 5px;
}

.problem-text {
    font-family: Raleway;
    font-size: 30px;
    font-weight: 300;
    font-stretch: normal;
    font-style: normal;
    line-height: 0.73;
    letter-spacing: 0.38px;
    text-align: center;
    color: #333740;
    display: flex;
    flex-direction: column;
}

.problem-light {
    font-family: Lato;
  font-size: 16px;
  font-weight: 300;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.5;
  letter-spacing: 0.2px;
  text-align: left;
  color: #83888f;
  margin-top: 5px;
}

.problems-section {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    width: 100%;
    justify-content: center;
    align-items: center;
}

.problems-section-left, .problems-section-right {
    display: flex;
    flex-direction: column;
}

.problem-item-left {
    display: flex;
    flex-direction: column;
    border: none;
    border-right: 10px solid #72c01d;
    padding-right: 20px;
    margin-top: 20px;
    margin-bottom: 20px;
    text-align: right;
    width: 25vw;
    margin-right: 30px;
    min-height: 195px;
    height: auto;
    justify-content: center;
    border-radius: 2px;
}

.problem-item-right {
    display: flex;
    flex-direction: column;
    border: none;
    border-left: 10px solid #72c01d;
    padding-left: 20px;
    margin-top: 20px;
    margin-bottom: 20px;
    text-align: left;
    width: 25vw;
    margin-left: 30px;
    min-height: 195px;
    height: auto;
    justify-content: center;
    border-radius: 2px;
}

.problem-item-title {
    font-family: Raleway;
    font-size: 20px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.2;
    letter-spacing: 0.25px;
    color: #333740;
    margin-bottom: 20px;
}

.problem-item-text {
    font-family: Raleway;
    font-size: 16px;
    font-weight: 300;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.5;
    letter-spacing: 0.2px;
    color: #5b5f64;
}

.problems-section-middle {
    background: url(assets/images/problems.html);
    min-height: 468px;
    min-width: 408px;
    height: 468px;
    width: 408px;
    max-height: 468px;
    max-width: 408px;
    background-repeat: no-repeat;
    background-position: 80% 50%;
    background-size: cover;
}

.problems-section-mobile {
    display: none;
}

@media(max-width: 767.98px){
    .problems-title {
        justify-content: flex-start;
        margin-left: auto;
        margin-right: auto;
        width: 80%;
    }
    .problem-bold {
        text-align: left;
        margin-bottom: 15px;
    }
    .problem-text {
        text-align: left;
        line-height: 1;
    }

    .problems-section {
        display: none;
    }

    .problems-section-mobile {
        display: flex;
        flex-direction: column;
        width: 100%;
    }

    .problem-image-mobile {
        background: url(assets/images/problems.html);
        background-repeat: no-repeat;
        background-position: 80% 50%;
        background-size: cover;
        height: 360px;
        width: 100%;
    }

    .problem-item-left {
        width: 80%;
        margin-left: auto;
        margin-right: auto;
    }

    .problem-item-right {
        width: 80%;
        margin-left: auto;
        margin-right: auto;
    }
}

@media(min-width: 768px) and (max-width: 1049.98px) {
    .problems-section-middle {

        min-height: 268px;
        min-width: 208px;
        height: 268px;
        width: 208px;
        max-height: 268px;
        max-width: 208px;

    }
}

/* END OF PROBLEMS SECTION */


/* HOW IT WORKS SECTION */

.how-it-works-section {
    min-height: 80vh;
    height: auto;
    width: 100%;
    background: url(../fonts/waveBlackBg.svg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    /* margin-top: 80px; */
    padding-bottom: 50px;
}

.how-it-works-title {
    display: flex;
    width: auto;
    height: auto;
    flex-direction: row;
    margin-left: auto;
    margin-right: auto;
    margin-top: 130px;
    justify-content: center;
    align-items: center;
}


.hiw-bold {
    font-family: Raleway;
    font-size: 30px;
    font-weight: 800;
    font-stretch: normal;
    font-style: normal;
    line-height: 0.73;
    letter-spacing: 0.38px;
    text-align: right;
    color: #ffffff;
    height: auto;
  }

  .hiw-pipe {
      color: #d4af37;
      font-family: Raleway;
      font-size: 34px;
      font-weight: 300;
      font-stretch: normal;
      font-style: normal;
      line-height: 0.73;
      letter-spacing: 0.38px;
      text-align: center;
      margin-left: 5px;
      margin-right: 5px;
      height: auto;
  }

  .hiw-text {
    font-family: Raleway;
    font-size: 30px;
    font-weight: 300;
    font-stretch: normal;
    font-style: normal;
    line-height: 0.73;
    letter-spacing: 0.38px;
    text-align: left;
    color: #ffffff;
    height: auto;
  }

  .hiw-item-container {
      display: flex;
      flex-direction: row;
      width: 100%;
      justify-content: space-around;
      align-items: flex-start;
      margin-top: 130px;
  }

  .hiw-item {
      display: flex;
      flex-direction: column;
      width: 300px;

  }

  .hiw-circle-1, .hiw-circle-2, .hiw-circle-3 {
      width: 205px;
      height: 205px;
      background-color: #ffffff;
      border-radius: 50%;
      background-repeat: no-repeat;
      background-size: contain !important;
      background-position: center;
      margin-left: auto;
      margin-right: auto;
  }
    .hiw-circle-1 {
        background: url(../img/prva1.png);
    }

    .hiw-circle-2 {
        background: url(../img/druga2.png);
        }

        .hiw-circle-3 {
            background: url(../img/treca3.png);
        }

    .hiw-item-title {
        font-family: Raleway;
        font-size: 16px;
        font-weight: 600;
        font-stretch: normal;
        font-style: normal;
        line-height: 1.19;
        letter-spacing: 1px;
        text-align: center;
        color: #ffffff;
        margin-top: 50px;
        width: 100%;
        margin-left: auto;
        margin-right: auto;
    }

    .hiw-item-description {
        font-family: Raleway;
        font-size: 16px;
        font-weight: 300;
        font-stretch: normal;
        font-style: normal;
        line-height: 1.5;
        letter-spacing: 0.2px;
        text-align: center;
        color: #ffffff;
        width: 90%;
        margin-left: auto;
        margin-right: auto;
        margin-top: 20px;
    }

  @media(max-width: 767.98px){

    .how-it-works-section {
        padding-bottom: 25px;
    }
    .how-it-works-title {
        width: 90%;
        margin-left: auto;
        margin-right: auto;

    }

    .hiw-bold, .hiw-text {
        font-size: 23px;
        text-align: left;
        line-height: 1;
    }

    .hiw-item-container {
        flex-direction: column;
        align-items: center;

    }

    .hiw-item-description {
        margin-bottom: 50px;
    }


  }

/* END OF HOW IT WORKS SECTION */


/* START OF IS IT FOR YOU SECTION */

.for-you-section {
    width: 100%;
    min-height: 100vh;
    height: auto;
}
.for-you-image {
    background: url(assets/images/forYou.html);
    background-repeat: no-repeat;
    background-size: cover;
    min-height: 100%;
    width: 80%;

}

.is-for-you-fix {
    margin-left: 10px;
}

.for-you-left-column {
    order: 1;
}

.for-you-right-column {
    order: 2;
}

.for-you-mobile-title {
    display: none;
}

.for-you-web-title {
    justify-content: flex-start;
    width: 60%;
    margin-left: auto;
    margin-right: auto;
    min-height: 70px;
    margin-bottom: 0px !important;
}


.for-you-content {
    display: flex;
    flex-direction: column;
    width: 60%;
    margin-left: auto;
    margin-right: auto;
    justify-content: flex-start;
    align-items: center;

}
.for-you-content-text {
    font-family: Raleway;
    font-size: 30px;
    font-weight: 300;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.17;
    letter-spacing: normal;
    text-align: left;
    color: #000000;
    margin-top: 60px;
}

.for-you-cta-btn {
    font-family: Lato;
    font-size: 22px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.23;
    letter-spacing: 0.22px;
    text-align: center;
    color: #ffffff;
    background-color: #72c01d;
    width: 60%;
    margin-right: auto;
    margin-top: 60px;
    border: none;
    height: 60px;
    line-height: 60px;
    margin-bottom: 20px;
    cursor: pointer;
}

.for-you-cta-btn:focus {
    outline: none;
}





@media (min-width: 768px) and (max-width: 1459.98px) {
    .for-you-image {
        width: 100%;
    }
}
@media(max-width: 767.98px) {

    .for-you-web-title {
        display: none;
    }
    .for-you-mobile-title {
        display: flex;
    }

    .for-you-left-column {
        order: 2;
    }

    .for-you-right-column {
        order: 1;
        min-height: 300px;
    }

    .for-you-image {
        width: 100%;
       background-size: contain;
       background-position: 50% 50%;
    }

    .for-you-content {
        width: 80%;
        margin-left: auto;
        margin-right: auto;
    }

    .for-you-content-text {
        font-size: 20px;
        margin-top: 30px;
    }

    .for-you-cta-btn {
        width: 100%;
        margin-bottom: 30px;
    }
}
/* END OF IS IT FOR YOU SECTION */


/* START OF INGREDIENTS SECTION */
.ingredients-section {
    min-height: 80vh;
    height: auto;
    width: 100%;
    background-color: #F1F1F0;
    padding-bottom: 60px;
}

.ingredients-title {
    margin-top: 160px;
    max-height: 120px;
    height: auto;
}

.ingredients-wrapper {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: flex-start;
    width: 80%;
    margin-left: auto;
    margin-right: auto;
}

.ingredient {
    display: flex;
    flex-direction: column;
    padding: 30px;
    min-height: 480px;
    height: auto;
}

.ingredient-image-wrapper {
    width: 100%;
    margin-right: auto;
    margin-bottom: 20px;
}

.ingredient-image {
    width: 102.6px;
    height: 115px;
    object-fit: contain;
    border-radius: 15px;
    border: 2px solid #d4af37;
    width: 100px !important;
    height: 100px !important;
}

.ingredient-description {
    display: flex;
    flex-direction: row;
}

.green-rectangle {
    min-width: 11px;
    height: 80px;
    border-radius: 1px;
    background-color: #d4af37;
    margin-right: 15px;
}

.ingredient-content-wrapper {
    display: flex;
    flex-direction: column;
    margin-bottom: 20px;
}

.ingredient-title {
    font-family: Raleway;
    font-size: 20px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.2;
    letter-spacing: 0.25px;
    text-align: left;
    color: #333740;
}

.ingredient-text {
    font-family: Raleway;
    font-size: 16px;
    font-weight: 300;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.5;
    letter-spacing: 0.2px;
    text-align: left;
    color: #5b5f64;
}

@media(max-width: 767.98px) {

    .ingredients-section {
        padding-bottom: 30px;
    }
    .ingredients-title {
        margin-top: 80px;
        flex-direction: column;
        max-height: 150px;
    }

    .ingredients-title .problem-bold {
        line-height: 1;
    }
    .ingredients-title .problem-pipe {
        display: none;
    }

    .ingredients-wrapper {
        flex-direction: column;
    }

    .ingredient {
        padding-top: 15px;
        padding-bottom: 15px;
        padding-left: 30px;
        padding-right: 30px;
    }

}
/* END OF INGREDIENTS SECTION */


/* START OF TRY OUT SECTION */

.try-out-section {
    background: url(../fonts/waveBlackBg.svg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;

}

.try-out-section-wrapper {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
}

.try-out-title {
    font-family: Raleway;
  font-size: 36px;
  font-weight: 600;
  font-stretch: normal;
  font-style: normal;
  letter-spacing: 0.36px;
  text-align: center;
  color: #d4af37;
  margin-top: 100px;
}

.try-out-percent-header {
    font-family: Raleway;
    font-size: 60px;
    font-weight: 300;
    font-stretch: normal;
    font-style: normal;
    letter-spacing: 0.75px;
    text-align: center;
    color: #ffffff;
    margin-top: 20px;
    height: auto;
}

.try-out-percent-number {
    font-weight: 800;
    padding-right: 10px;
    border: none;
    border-right: 1px solid #72c01d;
    font-family: Raleway;
    font-size: 60px;
    font-weight: 300;
    font-stretch: normal;
    font-style: normal;
    letter-spacing: 0.75px;
    text-align: left;
    color: #ffffff;

}

.try-out-teaser {
    font-family: Raleway;
    font-size: 16px;
    font-weight: 300;
    font-stretch: normal;
    font-style: normal;
    letter-spacing: 0.2px;
    text-align: center;
    color: #ffffff;
    margin-top: 20px;
}

.try-out-cta-btn {
    border: solid 0.5px #72c01d;
    height: 60px;
    font-family: Lato;
    font-size: 22px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.23;
    letter-spacing: 0.22px;
    text-align: center;
    color: #72c01d;
    background: transparent;
    width: 30%;
    margin-left: auto;
    margin-right: auto;
    margin-top: 50px;
    margin-bottom: 100px;
    display: block;
}

.try-out-cta-btn:focus {
    outline: none;
}

@media(max-width: 767.98px) {

    .try-out-percent-header, .try-out-percent-number {
        font-size: 40px;
    }
    .try-out-cta-btn {
        width: 70%;
    }

}

/* END OF TRY OUT SECTION */

/*START OF DOC OPINION SECTION*/
.doc-opinion-section {
    width: 100%;
    min-height: 100vh;
    height: auto;
    padding-top: 80px;
}

.doc-left {
    background: url(assets/images/doc.html);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 50% 50%;
    width: 100%;
}

.doc-left-zoomed {
    background-position: 60% 50%;
}

.doc-right {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
}

.doc-title {
    justify-content: flex-start;
}

.doc-title .problem-text {
    line-height: 1;
}

.doc-quote {
    font-family: Raleway;
    font-size: 30px;
    font-weight: 300;
    font-stretch: normal;
    font-style: italic;
    line-height: 1.17;
    letter-spacing: normal;
    text-align: left;
    color: #000000;
    width: 80%;
    margin-right: auto;
    white-space: pre-line;
}

.doc-name-wrapper {
    display: flex;
    flex-direction: column;
    margin-right: auto;
    border: none;
    border-left: 10px solid #72c01d;
    border-radius: 1px;
    padding-left: 16px;
    margin-top: 50px;
    margin-bottom: 50px;
}

.doc-name {
    font-family: Raleway;
  font-size: 20px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: 0.25px;
  text-align: left;
  color: #333740;
}

.doc-title {
  font-family: Raleway;
  font-size: 16px;
  font-weight: 300;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.5;
  letter-spacing: 0.2px;
  text-align: left;
  color: #5b5f64;
}

.doc-right-zoomed {
    margin-right: 0;
    margin-left: auto;
}

@media(max-width: 767.98px) {
    .doc-opinion-section {
        padding-top: 0px;
    }
    .doc-left {
        display: none;
    }
    .doc-quote, .doc-name-wrapper {
        margin-left: auto;
        margin-right: auto;
    }

    .doc-quote {
        font-size: 20px;
    }



}
/* END OF DOC OPINION SECTION */

/*START OF HOW TO ORDER SECTION */
.hto-section {
    width: 100%;
    background-color: #F4F3F3;
    height: auto;
    padding-bottom: 100px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.hto-steps-wrapper {
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    align-items: center;
    width: 100%;
    padding-top: 30px;
}

.hto-step {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding-left: 30px;
    padding-right: 30px;
}

.hto-step-img {
    width: 205px;
    height: 205px;
    object-fit: cover;
    border-radius: 50%;
}

.hto-step-text {
  font-family: Raleway;
  font-size: 16px;
  font-weight: 600;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.19;
  letter-spacing: 1px;
  text-align: center;
  color: #000000;
  margin-top: 30px;
  white-space: pre-line;
}


@media(max-width: 767.98px) {

    .hto-section {
        padding-top: 30px;
        padding-bottom: 30px;
    }
    .hto-steps-wrapper {
        flex-direction: column;
    }

    .hto-step-text {
        margin-bottom: 50px;
    }
}
/*END OF HOW TO ORDER SECTION */

/*START OF CONFIDENCE SECTION*/

.confidence-section {
    background: url(assets/images/blackBgLeaf.html);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 50% 0%;
    height: auto;
    padding-top: 70px;
    padding-bottom: 70px;
    width: 100%;
}

.confidence-section-zoomed {
    background-position: 0% 0%;
}

.confidence-section-wrapper {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 85%;
    margin-left: auto;
    margin-right: auto;
}

.confidence-title {
    font-family: Raleway;
    font-size: 60px;
    font-weight: 800;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.37;
    letter-spacing: 0.75px;
    text-align: center;
    color: #ffffff;
}

.confidence-subtitle {
  font-family: Raleway;
  font-size: 60px;
  font-weight: 300;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.37;
  letter-spacing: 0.75px;
  text-align: center;
  color: #ffffff;
  margin-bottom: 60px;

}

.confidence-icons-wrapper {
    display: flex;
    flex-direction: row;
    width: 100%;
    justify-content: center;
    align-items: center;
}

.confidence-icon {
    padding: 17.5px;
}


@media(max-width: 767.98px) {
    .confidence-title {
        font-size: 34px;
    }

    .confidence-subtitle {
        font-size: 34px;
    }

    .confidence-icons-wrapper {
        flex-direction: column;
    }

}
/* END OF CONFIDENCE SECTION*/


/*START OF FORM SECTION */
.form-section {
    width: 100%;
    min-height: 100vh;
    height: auto;
}

.form-img {
    background: url(../img/lossless1.png?v=2);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 0% 0%;
}

.form-container {
    border-radius: 5px;
    box-shadow: -1px 13px 20px 0 #f0f2f4;
    background-color: #ffffff;
    padding: 30px;
    margin-top: -30px;
    margin-right: auto;
    width: 80%;
    margin-left: -120px;
}

.form-inner-container{
    width: 80%;
    margin-left: auto;
    margin-right: auto;
}

.form-title, .form-title-strong {
    opacity: 0.8;
    font-family: Raleway;
    font-size: 25px;
    font-weight: 300;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.24;
    letter-spacing: 0.81px;
    text-align: center;
    color: #000000;
    width: 90%;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 40px;
}

.form-title-strong {
    font-weight: 600;
}

.form-select {
    border-radius: 5px;
    border: solid 1px #707070;
    background-color: #ffffff;
    height: 60px;
    font-family: Roboto;
    font-size: 18px;
    font-weight: 300;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.72;
    letter-spacing: 0.59px;
    text-align: left;
    color: #000000;
    opacity: 1;
}

.form-element {
    border-radius: 5px;
    border: solid 1px #707070;
    background-color: #ffffff;
    height: 60px;
    font-family: Roboto;
    font-size: 18px;
    font-weight: 300;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.72;
    letter-spacing: 0.59px;
    text-align: left;
    color: #000000;
    opacity: 1;
}

.form-element::placeholder {
    font-family: Roboto;
    font-size: 18px;
    font-weight: 300;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.72;
    letter-spacing: 0.59px;
    text-align: left;
    opacity: .5;
    color: #000000;
}

.discount-price {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    margin-top: 20px;
    margin-bottom: 20px;
}

.discount-price-text, .discount-price-value {
    font-family: Raleway;
    font-size: 20px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 2;
    letter-spacing: 0.38px;
    text-align: center;
    color: #000000;
}

.discount-price-value {
    font-size: 30px;
    font-weight: bold;
    letter-spacing: 0.58px;
}

.submit-btn {
    height: 60px;
  background-color: #d4af37;
  border: none;
  width: 100% !important;
  margin-left: auto;
  margin-right: auto;
  font-family: Roboto;
  font-size: 22px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.23;
  letter-spacing: normal;
  text-align: center;
  color: #ffffff;
  outline: none;
}

.submit-btn:hover {
    background-color: #977d28;
}

.submit-btn:focus {
    outline: none !important;
    outline-style:none !important;
    box-shadow:none !important;
    border-color:transparent !important;
    background-color: #72c01d !important;
}


@media (max-width: 575.98px) {
    .form-container {
        width: 100%;
        margin-top: 10px;
        padding: 10px;
        margin-left: 0px;
        background: #ffffffe3 !important;
        margin-top: -150px !important;
    }

    .form-inner-container {
        width: 85%;
        margin-left: auto;
        margin-right: auto;
        background: transparent !important;
    }
}


@media(max-width: 767.98px){
    .form-container {
        width: 100%;
        margin-top: 10px;
        padding: 10px;
        margin-left: 0px;
    }

    .form-inner-container {
        width: 85%;
        margin-left: auto;
        margin-right: auto;
    }

    .form-title, .form-title-strong {
        font-size: 22px;
        width: 90%;
        margin-left: auto;
        margin-right: auto;
    }

    .discount-price-text, .discount-price-value {
        font-size: 20px;
    }

    .form-img {

        background-position: 45% 0% !important;
        background-size: cover !important;
        background-repeat: no-repeat !important;
        height: 600px;
    }
}


@media(min-width: 768px) and (max-width: 1199.98px){
    .form-container {
        width: 100%;
        margin-left: 0px;
        margin-right: 0px;
    }
}


@media(min-width: 1200px) and (max-width: 1535px){
    .form-container {
        width: 95%;
        margin-left: -100px;
    }
}


/* END OF FORM SECTION */


/*START OF FOOTER SECTION */

.footer {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-top: 30px;
}

.footer-main {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    opacity: 0.8;
    font-family: Raleway;
    font-size: 14px;
    font-weight: 300;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.39;
    letter-spacing: 0.59px;
    text-align: left;
    color: #000000;
}

.footer-main a {
    font-family: Raleway;
    font-size: 14px;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.39;
    letter-spacing: 0.59px;
    font-weight: bold;
    color: #d4af37;

}

.footer-removeable {
    width: 98%;
    height: auto;
    padding-top: 10px;
    padding-bottom: 10px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    margin-top: 10px;
    font-family: Raleway;
    font-size: 14px;
    font-weight: 300;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.39;
    letter-spacing: 0.59px;
    color: #000000;
    border: 1px solid black;
    border-bottom: none;
    border-radius: 5px;
}

.footer-removeable a {
    font-family: Raleway;
    font-size: 14px;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.39;
    letter-spacing: 0.59px;
    font-weight: bold;
    color: #d4af37;
    margin-left: 5px;
    margin-right: 5px;
}

.footer-close {
    background: transparent;
    border: none;
    color: #d4af37;
}

.footer-close:focus {
    outline: none;
}

/*END OF FOOTER SECTION */
