@import url('https://fonts.googleapis.com/css2?family=Lato:wght@400;700&family=Raleway:ital,wght@0,100..900;1,100..900&family=Roboto:wght@100..900&display=swap');

/*
    font-family: "Raleway", sans-serif;
    font-family: "Lato", sans-serif;
    font-family: "Roboto", sans-serif;
*/

/*** uncss> filename: css/bootstrap.min.css ***/
/*!
 * Bootstrap v4.4.1 (https://getbootstrap.com/)
 * Copyright 2011-2019 The Bootstrap Authors
 * Copyright 2011-2019 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
:root {
    --blue: #007bff;
    --indigo: #6610f2;
    --purple: #6f42c1;
    --pink: #e83e8c;
    --red: #dc3545;
    --orange: #fd7e14;
    --yellow: #ffc107;
    --green: #28a745;
    --teal: #20c997;
    --cyan: #17a2b8;
    --white: #fff;
    --gray: #6c757d;
    --gray-dark: #343a40;
    --primary: #007bff;
    --secondary: #6c757d;
    --success: #28a745;
    --info: #17a2b8;
    --warning: #ffc107;
    --danger: #dc3545;
    --light: #f8f9fa;
    --dark: #343a40;
    --breakpoint-xs: 0;
    --breakpoint-sm: 576px;
    --breakpoint-md: 768px;
    --breakpoint-lg: 992px;
    --breakpoint-xl: 1200px;
    --font-family-sans-serif: -apple-system, BlinkMacSystemFont, "Segoe UI",
        Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif,
        "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    --font-family-monospace: SFMono-Regular, Menlo, Monaco, Consolas,
        "Liberation Mono", "Courier New", monospace;
}

*,
::after,
::before {
    box-sizing: border-box;
}

html {
    font-family: sans-serif;
    line-height: 1.15;
    -webkit-text-size-adjust: 100%;
    -webkit-tap-highlight-color: transparent;
}

body {
    margin: 0;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto,
        "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji",
        "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    text-align: left;
    background-color: #fff;
}

[tabindex="-1"]:focus:not(:focus-visible) {
    outline: 0 !important;
}

ol {
    margin-top: 0;
    margin-bottom: 1rem;
}

a {
    color: #007bff;
    text-decoration: none;
    background-color: transparent;
}

a:hover {
    color: #0056b3;
    text-decoration: underline;
}

img {
    vertical-align: middle;
    border-style: none;
}

button {
    border-radius: 0;
}

button:focus {
    outline: 1px dotted;
    outline: 5px auto -webkit-focus-ring-color;
}

button,
input,
select {
    margin: 0;
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
}

button,
input {
    overflow: visible;
}

button,
select {
    text-transform: none;
}

select {
    word-wrap: normal;
}

[type="submit"],
button {
    -webkit-appearance: button;
}

[type="button"]:not(:disabled),
[type="reset"]:not(:disabled),
[type="submit"]:not(:disabled),
button:not(:disabled) {
    cursor: pointer;
}

[type="submit"]::-moz-focus-inner,
button::-moz-focus-inner {
    padding: 0;
    border-style: none;
}

::-webkit-file-upload-button {
    font: inherit;
    -webkit-appearance: button;
}

.container-fluid {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}

.row {
    display: flex;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
}

.no-gutters {
    margin-right: 0;
    margin-left: 0;
}

.no-gutters>[class*="col-"] {
    padding-right: 0;
    padding-left: 0;
}

.col-12,
.col-md-4,
.col-md-8,
.col-sm-12 {
    position: relative;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
}

.col-12 {
    flex: 0 0 100%;
    max-width: 100%;
}

@media (min-width: 576px) {
    .col-sm-12 {
        flex: 0 0 100%;
        max-width: 100%;
    }
}

@media (min-width: 768px) {
    .col-md-4 {
        flex: 0 0 33.333333%;
        max-width: 33.333333%;
    }

    .col-md-8 {
        flex: 0 0 66.666667%;
        max-width: 66.666667%;
    }
}

.form-control {
    display: block;
    width: 100%;
    height: calc(1.5em + 0.75rem + 2px);
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
    .form-control {
        transition: none;
    }
}

.form-control::-ms-expand {
    background-color: transparent;
    border: 0;
}

.form-control:-moz-focusring {
    color: transparent;
    text-shadow: 0 0 0 #495057;
}

.form-control:focus {
    color: #495057;
    background-color: #fff;
    border-color: #80bdff;
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

.form-control::-webkit-input-placeholder {
    color: #6c757d;
    opacity: 1;
}

.form-control::-moz-placeholder {
    color: #6c757d;
    opacity: 1;
}

.form-control:-ms-input-placeholder {
    color: #6c757d;
    opacity: 1;
}

.form-control::-ms-input-placeholder {
    color: #6c757d;
    opacity: 1;
}

.form-control:disabled {
    background-color: #e9ecef;
    opacity: 1;
}

select.form-control:focus::-ms-value {
    color: #495057;
    background-color: #fff;
}

.form-group {
    margin-bottom: 1rem;
}

.custom-control-input.is-valid:focus:not(:checked)~.custom-control-label::before,
.was-validated .custom-control-input:valid:focus:not(:checked)~.custom-control-label::before {
    border-color: #28a745;
}

.custom-control-input.is-invalid:focus:not(:checked)~.custom-control-label::before,
.was-validated .custom-control-input:invalid:focus:not(:checked)~.custom-control-label::before {
    border-color: #dc3545;
}

.btn {
    display: inline-block;
    font-weight: 400;
    color: #212529;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-color: transparent;
    border: 1px solid transparent;
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    line-height: 1.5;
    border-radius: 0.25rem;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out,
        border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
    .btn {
        transition: none;
    }
}

.btn:hover {
    color: #212529;
    text-decoration: none;
}

.btn:focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

.btn:disabled {
    opacity: 0.65;
}

.btn-primary {
    color: #fff;
    background-color: #007bff;
    border-color: #007bff;
}

.btn-primary:hover {
    color: #fff;
    background-color: #0069d9;
    border-color: #0062cc;
}

.btn-primary:focus {
    color: #fff;
    background-color: #0069d9;
    border-color: #0062cc;
    box-shadow: 0 0 0 0.2rem rgba(38, 143, 255, 0.5);
}

.btn-primary:disabled {
    color: #fff;
    background-color: #007bff;
    border-color: #007bff;
}

.btn-primary:not(:disabled):not(.disabled).active,
.btn-primary:not(:disabled):not(.disabled):active {
    color: #fff;
    background-color: #0062cc;
    border-color: #005cbf;
}

.btn-primary:not(:disabled):not(.disabled).active:focus,
.btn-primary:not(:disabled):not(.disabled):active:focus {
    box-shadow: 0 0 0 0.2rem rgba(38, 143, 255, 0.5);
}

.btn-secondary:not(:disabled):not(.disabled).active,
.btn-secondary:not(:disabled):not(.disabled):active {
    color: #fff;
    background-color: #545b62;
    border-color: #4e555b;
}

.btn-secondary:not(:disabled):not(.disabled).active:focus,
.btn-secondary:not(:disabled):not(.disabled):active:focus {
    box-shadow: 0 0 0 0.2rem rgba(130, 138, 145, 0.5);
}

.btn-success:not(:disabled):not(.disabled).active,
.btn-success:not(:disabled):not(.disabled):active {
    color: #fff;
    background-color: #1e7e34;
    border-color: #1c7430;
}

.btn-success:not(:disabled):not(.disabled).active:focus,
.btn-success:not(:disabled):not(.disabled):active:focus {
    box-shadow: 0 0 0 0.2rem rgba(72, 180, 97, 0.5);
}

.btn-info:not(:disabled):not(.disabled).active,
.btn-info:not(:disabled):not(.disabled):active {
    color: #fff;
    background-color: #117a8b;
    border-color: #10707f;
}

.btn-info:not(:disabled):not(.disabled).active:focus,
.btn-info:not(:disabled):not(.disabled):active:focus {
    box-shadow: 0 0 0 0.2rem rgba(58, 176, 195, 0.5);
}

.btn-warning:not(:disabled):not(.disabled).active,
.btn-warning:not(:disabled):not(.disabled):active {
    color: #212529;
    background-color: #d39e00;
    border-color: #c69500;
}

.btn-warning:not(:disabled):not(.disabled).active:focus,
.btn-warning:not(:disabled):not(.disabled):active:focus {
    box-shadow: 0 0 0 0.2rem rgba(222, 170, 12, 0.5);
}

.btn-danger:not(:disabled):not(.disabled).active,
.btn-danger:not(:disabled):not(.disabled):active {
    color: #fff;
    background-color: #bd2130;
    border-color: #b21f2d;
}

.btn-danger:not(:disabled):not(.disabled).active:focus,
.btn-danger:not(:disabled):not(.disabled):active:focus {
    box-shadow: 0 0 0 0.2rem rgba(225, 83, 97, 0.5);
}

.btn-light:not(:disabled):not(.disabled).active,
.btn-light:not(:disabled):not(.disabled):active {
    color: #212529;
    background-color: #dae0e5;
    border-color: #d3d9df;
}

.btn-light:not(:disabled):not(.disabled).active:focus,
.btn-light:not(:disabled):not(.disabled):active:focus {
    box-shadow: 0 0 0 0.2rem rgba(216, 217, 219, 0.5);
}

.btn-dark:not(:disabled):not(.disabled).active,
.btn-dark:not(:disabled):not(.disabled):active {
    color: #fff;
    background-color: #1d2124;
    border-color: #171a1d;
}

.btn-dark:not(:disabled):not(.disabled).active:focus,
.btn-dark:not(:disabled):not(.disabled):active:focus {
    box-shadow: 0 0 0 0.2rem rgba(82, 88, 93, 0.5);
}

.btn-outline-primary:not(:disabled):not(.disabled).active,
.btn-outline-primary:not(:disabled):not(.disabled):active {
    color: #fff;
    background-color: #007bff;
    border-color: #007bff;
}

.btn-outline-primary:not(:disabled):not(.disabled).active:focus,
.btn-outline-primary:not(:disabled):not(.disabled):active:focus {
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5);
}

.btn-outline-secondary:not(:disabled):not(.disabled).active,
.btn-outline-secondary:not(:disabled):not(.disabled):active {
    color: #fff;
    background-color: #6c757d;
    border-color: #6c757d;
}

.btn-outline-secondary:not(:disabled):not(.disabled).active:focus,
.btn-outline-secondary:not(:disabled):not(.disabled):active:focus {
    box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
}

.btn-outline-success:not(:disabled):not(.disabled).active,
.btn-outline-success:not(:disabled):not(.disabled):active {
    color: #fff;
    background-color: #28a745;
    border-color: #28a745;
}

.btn-outline-success:not(:disabled):not(.disabled).active:focus,
.btn-outline-success:not(:disabled):not(.disabled):active:focus {
    box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
}

.btn-outline-info:not(:disabled):not(.disabled).active,
.btn-outline-info:not(:disabled):not(.disabled):active {
    color: #fff;
    background-color: #17a2b8;
    border-color: #17a2b8;
}

.btn-outline-info:not(:disabled):not(.disabled).active:focus,
.btn-outline-info:not(:disabled):not(.disabled):active:focus {
    box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
}

.btn-outline-warning:not(:disabled):not(.disabled).active,
.btn-outline-warning:not(:disabled):not(.disabled):active {
    color: #212529;
    background-color: #ffc107;
    border-color: #ffc107;
}

.btn-outline-warning:not(:disabled):not(.disabled).active:focus,
.btn-outline-warning:not(:disabled):not(.disabled):active:focus {
    box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
}

.btn-outline-danger:not(:disabled):not(.disabled).active,
.btn-outline-danger:not(:disabled):not(.disabled):active {
    color: #fff;
    background-color: #dc3545;
    border-color: #dc3545;
}

.btn-outline-danger:not(:disabled):not(.disabled).active:focus,
.btn-outline-danger:not(:disabled):not(.disabled):active:focus {
    box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
}

.btn-outline-light:not(:disabled):not(.disabled).active,
.btn-outline-light:not(:disabled):not(.disabled):active {
    color: #212529;
    background-color: #f8f9fa;
    border-color: #f8f9fa;
}

.btn-outline-light:not(:disabled):not(.disabled).active:focus,
.btn-outline-light:not(:disabled):not(.disabled):active:focus {
    box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
}

.btn-outline-dark:not(:disabled):not(.disabled).active,
.btn-outline-dark:not(:disabled):not(.disabled):active {
    color: #fff;
    background-color: #343a40;
    border-color: #343a40;
}

.btn-outline-dark:not(:disabled):not(.disabled).active:focus,
.btn-outline-dark:not(:disabled):not(.disabled):active:focus {
    box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
}

.custom-control-input:focus:not(:checked)~.custom-control-label::before {
    border-color: #80bdff;
}

.custom-control-input:not(:disabled):active~.custom-control-label::before {
    color: #fff;
    background-color: #b3d7ff;
    border-color: #b3d7ff;
}

.close:not(:disabled):not(.disabled):focus,
.close:not(:disabled):not(.disabled):hover {
    opacity: 0.75;
}

.carousel {
    position: relative;
}

.carousel-inner {
    position: relative;
    width: 100%;
    overflow: hidden;
}

.carousel-inner::after {
    display: block;
    clear: both;
    content: "";
}

.carousel-item {
    position: relative;
    float: left;
    width: 100%;
    margin-right: -100%;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    transition: transform 0.6s ease-in-out;
}

.carousel-dt {
    padding-bottom: 150px !important;
}

.carousel-dt .swiper-button-next:after,
.carousel-dt .swiper-button-prev:after {
    display: none;
}

.carousel-dt .swiper-button-next,
.carousel-dt .swiper-button-prev {
    display: block;
    width: 136px;
    height: 136px;
    top: calc(100% - 130px);
}

.carousel-dt .swiper-button-prev {
    left: calc(50% - 140px);
}

.carousel-dt .swiper-button-next {
    right: calc(50% - 140px);
}

.carousel-mob .swiper-pagination-bullet {
    width: 17px;
    height: 17px;
    background: #d4af31;
}

@media (prefers-reduced-motion: reduce) {
    .carousel-item {
        transition: none;
    }
}

.carousel-item.active {
    display: block;
}

.carousel-indicators {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 15;
    display: flex;
    justify-content: center;
    padding-left: 0;
    margin-right: 15%;
    margin-left: 15%;
    list-style: none;
}

.carousel-indicators li {
    box-sizing: content-box;
    flex: 0 1 auto;
    width: 30px;
    height: 3px;
    margin-right: 3px;
    margin-left: 3px;
    text-indent: -999px;
    cursor: pointer;
    background-color: #fff;
    background-clip: padding-box;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    opacity: 0.5;
    transition: opacity 0.6s ease;
}

@media (prefers-reduced-motion: reduce) {
    .carousel-indicators li {
        transition: none;
    }
}

.carousel-indicators .active {
    opacity: 1;
}

.justify-content-center {
    justify-content: center !important;
}

@supports ((position: -webkit-sticky) or (position: sticky)) {}

@media print {

    *,
    ::after,
    ::before {
        text-shadow: none !important;
        box-shadow: none !important;
    }

    a:not(.btn) {
        text-decoration: underline;
    }

    img {
        page-break-inside: avoid;
    }

    @page {
        size: a3;
    }

    body {
        min-width: 992px !important;
    }
}

/*** uncss> filename: css/styles.css ***/

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

a:hover {
    text-decoration: none;
}

.ux-title {
    margin-top: 200px;
    margin-bottom: 120px;
    font-family: "Raleway", sans-serif;
    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(../images/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 {
        transition: none;
    }

    .carousel-navigation a,
    .carousel-navigation-icon {
        width: 150px;
        height: 150px;
        -o-object-fit: contain;
        object-fit: contain;
    }

    .carousel-navigation-icon {
        display: block;
    }

    #carouselExample {
        display: block;
    }

    .carousel-item {
        margin-right: 0 !important;
        align-items: center !important;
    }

    .carousel-navigation a,
    .carousel-navigation-icon {
        width: 150px;
        height: 150px;
        -o-object-fit: contain;
        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", sans-serif;
        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;
        -o-object-fit: cover;
        object-fit: cover;
    }

    .user-info {
        display: flex;
        flex-direction: column;
        margin-left: 10px;
    }

    .user-name {
        font-family: "CooperHewitt", sans-serif;
        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 {
        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 {
        transition: none;
    }
}

@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;
    }

    .carousel-dt {
        display: none;
    }

    .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", sans-serif;
        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%;
        -o-object-fit: cover;
        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(../images/header2-min.jpg);
    background-size: cover;
    background-position: 0px 100%;
    background-repeat: no-repeat;
    position: relative;
}

@media (min-width: 1921px) {
    .header {
        background-color: #272727;
        background-size: auto 100%;
        background-position: center;
    }

    .header-form {
        left: 25%;
    }
}

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

.header-title {
    font-family: "Raleway", sans-serif;
    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-price {
    margin-top: 30px;
    margin-bottom: 30px;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
}

.price-percent {
    font-family: "Raleway", sans-serif;
    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;
}

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

.save-now {
    font-family: "Raleway", sans-serif;
    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;
}

.white-divider {
    height: 2px;
    background-color: #ffffff;
    width: 100%;
    margin-top: 4px;
    margin-bottom: 4px;
}

.regular-price,
.regular-price-strikethrough {
    font-family: "Raleway", sans-serif;
    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-strikethrough {
    text-decoration: line-through;
}

.header-order-now,
.discount-price-bold {
    background-color: #000000;
    font-family: "Lato", sans-serif;
    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:focus {
    outline: none;
}

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

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

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

    .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-title {
        font-size: 42px;
    }

    .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-title {
        font-size: 42px;
    }

    .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-title {
        font-size: 42px;
    }

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

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

/* 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", sans-serif;
    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", sans-serif;
    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", sans-serif;
    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;
}

@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;
    }
}

/* END OF PROBLEMS SECTION */

/* HOW IT WORKS SECTION */

.how-it-works-section {
    min-height: 80vh;
    height: auto;
    width: 100%;
    background: url(../images/waveBlackBg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    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", sans-serif;
    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", sans-serif;
    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", sans-serif;
    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: 150px;
    height: 150px;
    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(../images/prva1.png);
}

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

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

.hiw-item-title {
    font-family: "Raleway", sans-serif;
    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", sans-serif;
    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-mobile-title {
    display: none;
}

@media (max-width: 767.98px) {
    .for-you-mobile-title {
        display: flex;
    }
}

/* 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;
    height: auto;
    width: 100%;
}

@media (min-width: 768px) and (max-width: 1023px) {
    .ingredient {
        padding: 10px;
    }
}

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

.ingredient-image {
    width: 102.6px;
    height: 115px;
    -o-object-fit: contain;
    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", sans-serif;
    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", sans-serif;
    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(../images/waveBlackBg.jpg);
    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", sans-serif;
    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-teaser {
    font-family: "Raleway", sans-serif;
    font-size: 16px;
    font-weight: 300;
    font-stretch: normal;
    font-style: normal;
    letter-spacing: 0.2px;
    text-align: center;
    color: #ffffff;
    margin-top: 20px;
}

/* END OF TRY OUT SECTION */

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

.form-img {
    background: url(../images/lossless1.png);
    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", sans-serif;
    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", sans-serif;
    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", sans-serif;
    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;
}

.page-form .al-form .form-element.error {
    background-color: #ffc8c8;
    margin-bottom: 2px;
}

.page-form .al-form label.error {
    color: #f00;
    display: block;
    font-family: Arial, sans-serif;
    font-size: 12px;
    font-weight: 400;
    line-height: 1;
    direction: ltr;
    text-align: left;
    text-transform: none;
    margin: 0 auto;
    padding: 0;
    width: 100%;
}

.al-form .btn {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    box-shadow: none !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;
    }

    .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;
    }
}

/* body 1 */

.footer-wrapper {
    text-align: center;
    font-size: 12px;
    padding: 5px 10px;
    color: #858585;
    padding-top: 15px;
    background-color: #cecece6e;
    font-weight: 400 !important;
}

.footer-wrapper a {
    color: black;
    text-decoration: none;
}

.footer-wrapper a:hover {
    color: #2a2a2a;
}

.footer-wrapper a:visited {
    color: #2a2a2a;
}

.post-footer-wrapper {
    font-size: 14px;
    text-align: center;
    padding: 3px 10px;
    color: #858585;
    background-color: #cecece6e;
}

/* body 2 */

.feedback {
    width: 75px;
    height: 70px;
    position: fixed;
    right: -15px;
    top: 15%;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #000;
    border-top-left-radius: 35px;
    border-bottom-left-radius: 35px;
    cursor: pointer;
    z-index: 1000;
    box-shadow: -2px 3px 11px rgb(0 0 0 / 30%);
    transition: all 0.5s;
}

.feedback:hover {
    right: 0;
}

.feedback img {
    width: 50px;
    height: 50px;
}

.popup-window {
    font-family: sans-serif;
    font-family: inherit;
    display: none;
    width: 300px;
    position: fixed;
    right: 0;
    top: 15%;
    padding: 35px 10px;
    background: #fff;
    border-radius: 5px 0 0 5px;
    z-index: 2000;
    box-shadow: -2px 3px 11px rgb(0 0 0 / 17%);
}

.page-form-popup .on-form-main {
    display: none;
}

.page-form-popup .on-form-popup {
    display: block !important;
}

.page-form-popup .on-form-order {
    display: none;
}

.page-form-popup .on-form-popup {
    display: block !important;
}

.page-form-popup .al-form form,
.popup-window form {
    width: 100%;
    min-height: auto;
    padding: 0;
    background: inherit;
    box-shadow: none;
    height: auto;
}

.page-form-popup .al-form label,
.popup-window label {
    display: block;
    margin-bottom: 5px;
    font-size: 14px;
    color: #333;
    text-transform: uppercase;
}

.page-form-popup .al-form input,
.popup-window input {
    box-sizing: border-box;
    width: 100%;
    height: auto;
    margin-bottom: 10px;
    padding: 10px;
    border: none;
    font-family: inherit;
    font-size: 16px;
    margin-bottom: 15px;
    border: 1px solid #333;
}

.page-form-popup .al-form input::-webkit-input-placeholder,
.popup-window input::-webkit-input-placeholder {
    font-size: 16px;
}

.page-form-popup .al-form input::-moz-placeholder,
.popup-window input::-moz-placeholder {
    font-size: 16px;
}

.page-form-popup .al-form input:-ms-input-placeholder,
.popup-window input:-ms-input-placeholder {
    font-size: 16px;
}

.page-form-popup .al-form input::-ms-input-placeholder,
.popup-window input::-ms-input-placeholder {
    font-size: 16px;
}

.page-form-popup .al-form input::placeholder,
.popup-window input::placeholder {
    font-size: 16px;
}

.page-form-popup .al-form .btn,
.popup-window button {
    width: 100%;
    padding: 10px;
    border: none;
    border-radius: 5px;
    background: #000;
    color: #ffffff;
    cursor: pointer;
    font-family: inherit;
    font-size: 16px;
    font-weight: bold;
    text-transform: uppercase;
    margin-top: 15px;
    border-radius: 20px;
}

.close-popup {
    position: absolute;
    right: 10px;
    top: 5px;
    width: 27px;
    height: 27px;
    background-color: #fff;
    cursor: pointer;
}

.close-popup:before {
    content: "";
    background: #333;
    width: 20px;
    height: 1px;
    position: absolute;
    top: 13px;
    left: 4px;
    transform: rotate(-45deg);
}

.close-popup:after {
    content: "";
    background: #333;
    width: 20px;
    height: 1px;
    position: absolute;
    top: 13px;
    left: 4px;
    transform: rotate(45deg);
}

@media screen and (max-width: 576px) {
    .feedback {
        top: 35%;
    }

    .popup-window {
        top: 35%;
    }
}