/* COMMON CSS */
@font-face {
    font-family: 'Begika';
    src: url('../fonts/Begika.eot');
    src: url('../fonts/Begika.eot#iefix') format('embedded-opentype'),
        url('../fonts/Begika.woff2') format('woff2'),
        url('../fonts/Begika.woff') format('woff'),
        url('../fonts/Begika.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
body {
    font-family: "Poppins", sans-serif;
    -webkit-font-smoothing: antialiased;
}

ol, ol li, p {
    font-size: 20px;
    line-height: 30px;
    font-weight: 300;
}

.container {
    max-width: 980px;
}

/* First Section */
.fs-second-container {
    background-color: #f1f1f2;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    box-shadow: 0px 7px 10px #8d8a8a;
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
}

.fs-first-container {
    background-color: #13b6d7;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    color: white;
    box-shadow: 0px 7px 10px #8d8a8a;
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
}

.first-section {
    margin-top: 1rem;
}

.first-section-headline p {
    font-size: 1.25rem;
    line-height: 1.75rem;
    color: black;
    font-weight: 700;
    padding-bottom: 0px;
    margin-bottom: 5px;
}

.first-section-headline h3 {
    font-size: 54px;
    line-height: 1.1;
    font-weight: 700;
}

.article-top-image {
    padding: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
}

.article-mid-image {
    padding: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
}

.article-bottom-image {
    padding: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
}

.fs-second-container p {
    text-align: justify;
}

/* Second Section */
.second-section {
    margin-top: 1.5rem;
    background-color: #dee7ed;
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
}

.alternate-font {
    font-family: "Noto Sans Mono", monospace;
}

.second-section .container {
    background-image: url(../images/water-image-v2.png);
    background-repeat: no-repeat;
    background-position: top right;
    background-size: 360px 360px;
}

.ss-lhs-text {
    max-width: 75%;
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

.ss-lhs-bottle-holder img {
    max-width: 200px;
}

.ss-lhs-headline-holder .alternate-font {
    margin-bottom: 0;
    text-align: center;
}

.ss-lhs-logo-holder img {
    padding-top: 1rem;
    padding-bottom: 1rem;
}

.ss-lhs-bottle-holder {
    display: flex;
    align-items: center;
    justify-content: center;
}

.under-lhs-text-full {
    text-align: center;
    background-color: #e0fd97;
    font-family: 'Noto Sans Mono';
    padding: 15px;
    margin-top: -5px;
}

.under-lhs-text-full h4 {
    margin-bottom: 0;
}

/* Section Three */
.third-section {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
    background-image: linear-gradient(#ffffff, #BCDCD4);
}

.family-beach-text-lower {
    font-size: 2.5rem;
    font-family: 'Noto Sans Mono';
    font-weight: 700;
    text-align: right;
    position: relative;
    z-index: 2;
}

.third-section .col-md-6 {
    justify-content: center;
    align-items: center;
    display: flex;
}

.family-beach-text-lower span {
    position: relative;
    z-index: 1;
    display: inline;
    background: linear-gradient(to top, #e0fd97 50%, transparent 50%);
    padding-bottom: 2px;
}

.family-beach-text p {
    text-align: right;
    font-size: 2rem;
    line-height: normal;
}

/* Fourth Section */
.fourth-section ul {
    list-style-type: none;
    padding-left: 0;
}

.fourth-section li::before {
    content: '\f00c';
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    color: #2a8c8e;
    margin-right: 8px;
  position:absolute;
  left:0px;
}

.fourth-section {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    background-image: linear-gradient(#BCDCD4, #8FC5B7);
}

.fourth-section h3 {
    color: #212529;
    font-weight: 600;
    font-size: 2.2rem;
    margin-bottom: 15px;
}

.fourth-section li {
   font-size: 20px;
    margin-bottom: 0px;
    padding-top: 10px;
    padding-left: 30px;
    position: relative;
}

.fourth-section p {
    font-weight: 700;
    font-family: 'Noto Sans Mono';
    margin-bottom: 15px;
}

/* Fifth Section */
.fourth-section .container-white {
    background-color: white;
    padding: 2rem;
    border-radius: 5px;
    box-shadow: 1px 1px 1px black;
}

.align-center {
    display: flex;
    align-items: center;
    vertical-align: middle;
}

.fifth-section .container-white {
    background-color: white;
    padding: 2rem;
    border-radius: 5px;
    box-shadow: 1px 1px 1px black;
}

.fifth-section ul {
    list-style-type: none;
    padding-left: 0;
}

.fifth-section li::before {
    content: '\f00c';
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    color: #2a8c8e;
    margin-right: 8px;
    position: absolute;
    left: 0;
}

.fifth-section {
    padding-top: 0.5rem;
    padding-bottom: 1.5rem;
    background-image: linear-gradient(#8FC5B7, #D4F2D2);
}

.fifth-section li {
    font-size: 20px;
    margin-bottom: 0px;
    padding-top: 10px;
    padding-left: 30px;
    position: relative;
}

.fifth-section p {
    font-weight: 700;
    font-family: 'Noto Sans Mono';
    margin-bottom: 15px;
}

/* Sixth Section */
.sixth-section {
    padding-top: 0.5rem;
    padding-bottom: 1.5rem;
    background-image: linear-gradient(#D4F2D2, #C9E4D6);
}

.sixth-section-headline h3 {
    font-weight: 600;
    font-size: 2.5rem;
}

.sixth-section-headline {
    text-align: center;
}

.sixth-section-headline p {
    font-family: 'Noto Sans Mono';
    font-weight: 500;
}

.sixth-section-headline h4 {
    font-weight: 800;
    font-size: 2.5rem;
    color: teal;
    margin-bottom: 4px;
}

.sixth-section-headline h5 {
    font-weight: 600;
    font-size: 1.8rem;
    z-index: 3;
    position: relative;
    display: inline-block;
}

.sixth-section-headline h5 span {
    position: relative;
    z-index: 1;
    display: inline;
    background: linear-gradient(to top, #DFFF8F 50%, transparent 50%);
    padding-bottom: 2px;
}

.ingredients-holder {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: flex-start;
    column-gap: 20px;
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
}
.ingredients-holder .col-md-6{flex:0 0 35%;
width:35%;}
.ingredients-image-holder img {
    border-radius: 50%;
    border: 2px solid black;
}

.ingredients-holder ul {
    list-style-type: none;
    padding-left: 0;
    text-align: center;
    max-width: fit-content;
}

.ingredients-holder li::before {
    content: '\f00c';
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    color: #2a8c8e;
    font-size: 1.4rem;
    position: absolute;
    left: -15px;
    top: -4px;
}

.ingredients-image-holder li {
    position: relative;
}

.ingredients-image-holder {
    text-align: center;
}

.ingredients-holder h3 {
    text-align: center;
    font-size: 1.4rem;
    padding-top: 15px;
    font-weight: 700;
}

.ingredients-image-holder li {
    text-align: center;
}

.ingredients-image-holder li {
    width: 100%;
}

.ingredients-list {
    display: flex;
    justify-content: center;
    align-items: center;
}

.ingredients-list li {
    position: relative;
    padding-left: 15px;
    padding-bottom: 15px;
    text-align: left;
    font-size: 20px;
}

/* Seventh Section */
.seventh-section {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
}

.ingredients-logo-holder img {
    max-width: 600px;
}

.ingredients-logo-holder {
    text-align: center;
}

.icon-top-holder {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: auto;
    padding-top: 2rem;
    width: 100%;
}

.icon-top-holder .col-md-4 {
    justify-content: space-between;
    display: inline-flex;
    align-items: center;
}

.ingredients-icon-holder {
    display: inline-flex;
    justify-content: center;
    align-items: center;
}

.ingredients-icon-holder p {
    margin-bottom: 0;
    padding-left: 15px;
    font-size: 17pt;
    line-height: 28px;
}

.md-icon-row .col-6 {
    justify-content: center;
    align-items: center;
    display: flex;
}

.md-icon-holder {
    text-align: center;
}

/* Eight Section */
.eigth-section {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
    background-image: url(../images/beach-bg.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top left;
}

.eigth-section .container {
    max-width: 700px;
}
.eleventh-section .container, .footer-container .container {
    max-width: 1320px;
}
.video-headline {
    text-align: center;
    padding-bottom: 1rem;
}

.video-headline h2 {
    font-weight: 700;
    font-size: 48px;
}

.video-headline h5 {
    background-color: #e0fd97;
    padding: 10px;font-size:32px;
    font-weight: 700;
}

.video-holder-first {
    padding-top: 2rem;
    padding-bottom: 2rem;
}

/*.results-under-video {
    text-align: center;
}*/

.results-under-video p {
    font-size: 14px;
  text-align:right;
}

/* Ninth Section */
.ninth-section {
    background-color: #e0fd97;
    text-align: center;
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
}

.ninth-section h2 {
    margin-bottom: 0;
    font-weight: 700;
    font-style: italic;
    font-size: 3rem;
}

/* Tenth Section */
.tenth-section .container {
    padding-top: 0rem;
    max-width: 85%;
}

/*.cta-boxes:hover {
    box-shadow: 0px 0px 1px #5c5c5c;
}*/

.cta-boxes {
    text-align: center;
    background-color: white;
    max-width: 275px;
    padding: 2rem 1rem 2rem 1rem;
    border: 0px solid black;
    cursor: pointer;
  box-shadow: 0 0 20px -2px rgb(0 0 0 / 10%)
}

.cta-boxes-two {
    border: 0px solid #F44336;
}

.add-six-middle {
    border-left: none !important;
    border-right: none !important;
}

.tenth-section .col-md-4 {
    justify-content: center;
    display: flex;
    align-items: center;
    max-width: 100%;
    padding-left: 2px;
    padding-right: 2px;
    padding-top: 2rem;
    padding-bottom: 2rem;
    border-top: 1px solid black;
    border-bottom: 1px solid black;
    border-left: 1px solid black;
    border-right: 1px solid black;
}

.tenth-section .row {
    justify-content: center;
    margin: auto;
    /* border-left: 1px solid #000000; */
    /* border-right: 1px solid #000000; */
}

.cta-boxes h3 {
    font-weight: 600;
    margin-bottom: 0;
    padding-bottom: 5px;
    font-size: 1.5rem;
}

.cta-boxes h4 {
    color: #212529;
    font-size: .875em;
}

.bottle-image img {
    width: 100%;
    max-width: 245px;
}

.price-area h3 {
    font-size: 40pt;
}

.red-price-text {
    font-weight: bold;
    color: red;
    text-decoration: line-through;
    text-decoration-thickness: 2px;
}

.price-area p {
    text-align: left;
    margin-top: 10px;
    line-height: 15px;
    color: #9a9a9a;
    margin-left: 5px;
    font-weight: 400;
}

.price-area {
    display: flex;
    justify-content: center;
    align-items: center;
}

.add-cart {
    width: 100%;
    padding: 10px 10px 10px 10px;
    max-width: 100%;
    background: linear-gradient(to bottom, #fbfb36 0%, #fdf283 50%, #fde218 50%, #fcca02 100%);
    border: 2px solid #f8c913;
    border-radius: 0px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #000;
    font-size: 18px;
    font-weight: bold;
    text-align: center;
    cursor: pointer;
    margin-bottom: 10px;
    margin-top: 5px;
}

.add-cart p {
    padding-bottom: 0;
    margin-bottom: 0;
    font-weight: 700;
    font-size: 14pt;
}

.small-text-cta p {
    margin-bottom: 10px;
    color: #212529;
    font-size: .875em;
    font-weight: 400;
    line-height: 1.2;
    text-align: center;
}

.bottle-image {
    padding-bottom: 1rem;
    padding-top: 1rem;
}
.small-text-cta-mbg p {
    color: #322f32;
    font-size: .875em;
    line-height: normal;
    text-align: center;
    padding-top: 10px;
    margin-bottom: 0;
}
.lower-price-cta p {
    margin-bottom: 0;
    line-height: 1.5;
    font-weight: 400;
    padding-bottom: 0;
    font-size: 16px;
}

.lower-price-cta {
    margin-top: 10px;
}

.mobile-add-carts {
    display: block;
}

.mobile-add-carts .col-4 {
    width: 93%;
    background: white;
    padding: 10px;
    margin-bottom: 15px;
    margin-left: 0;
    margin-right: 0;
    box-shadow: 0 0 20px -2px rgb(0 0 0 / 10%);
}

.md-cart-left h3 {
    text-align: center;
    margin-bottom: 0;
    font-weight: 600;
    font-size: 1.75rem;
}

.md-cart-left h4 {
    color: #212529;
    text-align: center;
    font-size: .875em;
}

.md-prod-image img {
    width: 100%;
}

.per-bottle-md p {
    font-size: 28pt;
    font-weight: 700;
    margin-bottom: 0;
}

.one-line-md p {
    font-size: 10pt;
    padding-bottom: 0;
    margin-bottom: 0;
    color: #9a9a9a;
    font-weight: inherit;
}

.one-line-md {
    padding-left: 5px;
}

.per-bottle-md {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 40px;
}

.two-free-bonus p {
    margin-bottom: 0;
}

.md-add-cart p {line-height:1.5;
    margin-bottom: 0;
    font-weight: 700;
    font-size: 15px;
}

.two-free-bonus p {
    font-size: 8pt;
    text-align: center;
    font-weight: 600;
    line-height: normal;
}

.md-add-cart {
    width: 100%;
    padding: 5px 5px 5px 5px;
    background: linear-gradient(to bottom, #fbfb36 0%, #fdf283 50%, #fde218 50%, #fcca02 100%);
    border: 2px solid #f8c913;
    border-radius: 0px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #000;
    font-size: 15px;
    font-weight: 700;
    text-align: center;
    cursor: pointer;
    margin-bottom: 10px;
    margin-top: 5px;
}

.mobile-add-carts .col-6 {
    padding-left: 10px;
    padding-right: 10px;
}

.total-md {
    padding-top: 10px;
    text-align: center;
}

.total-md h5 {
    font-weight: 700;
    font-size: 16px;
}

.small-strike-out {
    text-decoration: line-through;
    font-weight: 400;
}

.md-grey {
    color: #9a9a9a;
    font-weight: 600;
}

.md-icon-row .col-6 {
    justify-content: center;
    align-items: center;
    display: flex;
}

.md-icon-holder {
    text-align: center;
}

.results-text {
    font-size: 12px;
}

.md-cc-logo img {
    width: 100%;
}

.mobile-add-carts .col-4 .row {
    border-left: none;
    border-right: none;
    border-bottom: none;
    border-top: none;
}

.mobile-add-carts hr {
    height: 1px;
    color: black;
    opacity: unset;
}

.col-4.add-md-one.add-one {
    margin-top: 1rem;
}

.tenth-section {
    padding-top: 1.5rem;
    padding-bottom: 2rem;
    background-image: linear-gradient(#C9E4D6, #BAD6D6);
}

/* Eleventh Section */
.money-back-box {
    text-align: center;
    position: relative;
}

.money-back-box img {
    position: absolute;
    z-index: 2;
    top: 0;
    left: 50%;
    transform: translate(-50%, 0%);
}

.money-back-text {
    text-align: center;
    max-width: 755px;
    margin: auto;
    padding-top: 11rem;
}

.money-back-text h3 {
    font-weight: 600;
    font-size: clamp(1.75rem, 3vw, 3rem);
    margin-bottom: 1rem;
}

.money-back-text p {
    font-weight: 400;
    font-size: 1.25rem;
}

.quality-logos {
    text-align: center;
}

.img-fluid {
    max-width: 100%;
    height: auto;
}

.eleventh-section {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
}

/* Twelth Section */
.faq-headline {
    text-align: center;
    padding-bottom: 1.5rem;
}

.faq-headline h2 {
    font-weight: 600;
    font-size: 30pt;
}

.faq-item {
    padding: 1rem;
    background-color: white;
    margin-bottom: 15px;
    cursor: pointer;
}

.faq-item p {
    margin-bottom: 0;
    font-size: 18pt;
    font-weight: 400;
}

.answer {
    padding-top: 1rem;
    font-size: 13pt !important;
    line-height: 30px;
}

.twelth-section {
    background: linear-gradient(180deg, #BAD6D6 0%, #ABC7D6 100%);
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
}

/* Duplicate Lower Sections */
.tenth-section-alternate {
    background-image: linear-gradient(#ABC7D6, #D1ECD6 );
    padding-top: 2.2rem;
}

.ref-image {
    text-align: center;
    padding-bottom: 1rem;
}

.eleventh-section {
    padding-top: 3rem;
    padding-bottom: 3rem;
}

.ref-image img {
    max-width: 550px;
}

.ref-text p {
    font-size: 9pt;
    color: #919f9b;
    margin-bottom: 10px;
    line-height: normal;
}

/* ELEVENTH SECTION END */
/* FOOTER SECTION */
.footer-container {
    background-color: #fbfbfb;
    padding-top: 2rem;
    border-top: 1px solid black;
}

.footer-links {
    display: flex;
    align-items: center;
    font-weight: 300;
}

.right-footer-links {
    display: inline-flex;
    justify-content: flex-end;
    align-items: center;
}

.right-footer-links p {
    margin-left: 10px;
    margin-right: 10px;
}

.footer-container p {
    font-size: 9pt;
    font-weight: 300;
    line-height: normal;
}

.right-footer-links a {
    color: inherit;
}

.bottom-cr {
    margin-top: 1rem;
    text-align: center;
}

/* FOOTER SECTION END */
/* VIDEO STYLES */
.video-overlay-image-desktop {
    background-image: url('../images/bg-overlay5.png');
    position: absolute;
    width: 100%;
    height: 100%;
    cursor: pointer;
    z-index: 2;
    animation-name: scale;
    animation-duration: 1s;
    animation-timing-function: ease-out;
    animation-direction: alternate;
    animation-iteration-count: infinite;
    animation-play-state: running;
    background-position: center;
    background-size: cover;
}

.fa-play {
    font-size: 4rem;
}

.button-holder {
    margin-bottom: 1rem;
}

#restart-video:hover {
    background-color: #2e8c8e;
}

#resume-video::after {
    content: "";
    /* This is necessary for ::after to work */
    /* Or inline-block, depending on your layout needs */
    width: 59px;
    /* Set the width of the image */
    height: 85px;
    /* Set the height of the image */
    background-image: url('../images/arrow-3.png');
    background-size: cover;
    /* This ensures the image covers the pseudo-element area */
    background-repeat: no-repeat;
    display: block;
    position: absolute;
    top: 15px;
    left: 20px;
    transform: rotate(10deg);
}

.video-overlay-image-mobile {
    background-image: url('../images/bg-overlay-mobile4.png');
    position: absolute;
    width: 100%;
    height: 100%;
    cursor: pointer;
    z-index: 2;
    animation-name: scale;
    animation-duration: 1s;
    animation-timing-function: ease-out;
    animation-direction: alternate;
    animation-iteration-count: infinite;
    animation-play-state: running;
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
}

.video-holder {
    max-width: 898px;
    margin: auto;
    padding-top: 1rem;
    padding-bottom: 0.5rem;
}

.overlay-desktop-video {
    position: absolute;
    z-index: 1;
}

.overlay-mobile-video {
    position: absolute;
    z-index: 1;
    object-fit: cover;
    object-position: top;
}

iframe#player {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 0;
}

.embedContainer {
    position: relative;
    display: block;
    height: 0;
    border-radius: 5px;
    box-shadow: 3px 3px 5px #98989873;
    border: 2px solid #ffffff;
    padding-bottom: 55.99%;
    overflow: hidden;
}

.player-clear-overlay {
    width: 100%;
    height: 100%;
    position: absolute;
    cursor: pointer;
    z-index: 1;
    background-color: black;
}

.player-paused-overlay {
    background-image: url('../images/TransparentOverlayD.png');
    position: absolute;
    width: 100%;
    height: 100%;
    cursor: pointer;
    z-index: 1;
    animation-name: scale;
    animation-duration: 1s;
    animation-timing-function: ease-out;
    animation-direction: alternate;
    animation-iteration-count: infinite;
    animation-play-state: running;
    background-position: center;
    background-size: cover;
    display: none;
}

.resume-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #ffffff00;
    justify-content: center;
    align-items: center;
    color: white;
    z-index: 2;
    text-align: center;
    padding: 1rem;
}

.resume-overlay {
    display: none;
}

.video-overlay-image-desktop {
    display: none;
}

.video-overlay-image-mobile {
    display: none;
}

.resume-overlay button {
    background-color: #000000a8;
    border: none;
    padding: 1rem;
    border-radius: 1px;
    font-size: 23px;
    display: block;
    width: 100%;
    color: white;
    max-width: 300px;
    text-align: center;
    margin: auto;
    position: relative;
    font-weight: 800;
}

.resume-overlay p {
    font-size: 22px;
}

.video-holder-full {
    max-width: 100% !important;
    width: 100%;
    padding-top: 0;
    padding-bottom: 0;
}

.container-full {
    width: 100%;
    max-width: 100%;
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
}

.headline-full {
    display: none;
}

.col-md-12-full {
    padding-left: 0;
    padding-right: 0;
}

.embedContainer-full {
    border: none;
    border-radius: 0px;
    padding-bottom: 98vh !important;
}

@keyframes scale {
    from {
        transform: scale(1);
    }

    to {
        transform: scale(1.01);
    }
}

@keyframes scaleLarger {
    from {
        transform: scale(1);
    }

    to {
        transform: scale(1.05);
    }
}

.sec6 {
    background: #dee7ed;
    position: relative;
    overflow: hidden;
}
.sec6 .row {
    z-index: 1;
    position: relative;
}
.sec6 p.text-center.mb-0 {
    font-family: "Noto Sans Mono", monospace;
    font-size: 23px;
}
.intro_img {
    float: right;
    margin: 10px -190px 0 25px;
    width: 180px;
}
.sec6 h2 {
    font-size: 75px;
    margin: 25px 0 15px;
    font-family: 'Begika';
    color: #000;
    letter-spacing: 4px;
    line-height: 1;
}
.mobile_img {
    display: none;
}
.fw-800 {
    font-weight: 800;
}
.f22{font-size:22px;}
.sec6:after {
    content: '';
    background: url(../images/water-bg-new.jpg) no-repeat;
    background-size: contain;
    right: -100px;
    top: 0;
    width: 50%;
    height: 100%;
    position: absolute;
    background-position: bottom left;
}
.sec6a p br{display:none;}
.sec6a p{margin-bottom:0px;}
.sec6 .container, .sec6a .container{max-width:1140px;}
.pt-50{padding-top:50px;}
.pb-50{padding-bottom:50px;}
.pt-10{padding-top:10px;}
.pb-10{padding-bottom:10px;}
.sec6a {
    background: #FBFAB1;
}
.sec6a p.noto_txt {line-height:1.5;
    font-size: 34px;
}
.noto_txt {
    font-family: "Noto Sans Mono", monospace;
}
/* Media Queries */
@media only screen and (max-width: 425px) {
    .ninth-section h2 {
        font-size: 2rem;
    }
}

@media only screen and (min-width: 768px) {
    .desktop-none {
        display: none;
    }
}

@media only screen and (max-width: 767px) {
  .sec6a p.noto_txt, .f22 {
    font-size: 20px;
}
    .mobile-none {
        display: none !important;
    }

    .footer-links {
        display: inline;
    }

    .footer-container a {
        white-space: nowrap;
    }

    .right-footer-links {
        display: inline-block;
        padding-top: 1rem;
        padding-bottom: 1rem;
        width: 100%;
    }

    .footer-container p {
        display: inline;
        margin-left: 0;
 font-size: 8pt;
    }

    .tenth-section .row {
        justify-content: center;
        align-items: center;
        display: flex;
        border-bottom: 1px solid #000000;
        border-top: 1px solid #000000;
        border-left: 1px solid black;
        border-right: 1px solid black;
        max-width: 90%;
    }

    .tenth-section .container {
        max-width: 875px;
        width: 100%;
        padding-left: 0;
        padding-right: 0;
    }

    .tenth-section {
        padding-left: 0;
        padding-right: 0px;
    }

    .bottom-three-article .col-md-4 {
        justify-content: center;
        align-items: center;
        display: flex;
        padding-bottom: 1rem;
    }

    .family-beach-text p {
        text-align: center;
    }

    .family-beach-text-lower {
        text-align: center;
    }

    .family-beach-text {
        padding-top: 1.5rem;
    }

    .fifth-section .align-center {
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .ingredients-holder {
        display: inline;
        margin-bottom: 0;
        margin-top: 0;
    }

    .video-holder-first {
        float: none;
        padding-bottom: 0;
        padding-top: 0;
    }

    .video-holder {
        float: none;
    }

    .video-holder img {
        max-width: 100%;
        width: 100%;
    }

    .container-fluid.eigth-section {
        linear-gradient(rgba(255, 255, 255, 0.3), rgba(255, 255, 255, 0.3)), url(
        ../images/video-background.png); background: linear-gradient(rgba(255, 255, 255, 0.3), rgba(255, 255, 255, 0.3)), url(../images/video-background_1.png);
        background-repeat: no-repeat;
        background-position: center;
        background-size: cover;
    }
}

@media only screen and (max-width: 933px) {
    .ss-lhs-text {
        max-width: 100%;
        display: inline;
        text-align: center;
    }
 .sec6a p.noto_txt, .f22 {
    font-size: 21px;
}
    .second-section .container::before {
        content: "";
        background: url(../images/water-image.png);
        background-repeat: no-repeat;
        background-position: center;
        background-size: cover;
        opacity: 0.5;
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        z-index: -1;
    }

    .second-section {
        position: relative;
        z-index: 1;
        padding-top: 0;
        padding-bottom: 0;
    }

    .second-section .container {
        background-image: none;
        padding-top: 1.5rem;
        padding-bottom: 1.5rem;
        padding-left: 1rem;
        padding-right: 1rem;
    }

    .ss-lhs-bl-holder p {
        margin-bottom: 5px;
    }
}

@media only screen and (min-width: 768px) {
    .desktop-none {
        display: none;
    }

    .tenth-section .container {
        max-width: 1320px;
    }

    
}

@media only screen and (max-width: 767px) {
    .mobile-none, .sec6:after, .desktop_img {
        display: none !important;
    }
   .sec6a p.noto_txt, .f22 {
    font-size: 20px;
}
  .pt-50 {
    padding-top: 30px;
}
  .pb-50 {
    padding-bottom: 30px;
}
.intro_img.mobile_img {float:none;
    margin: 30px auto 25px;
}
.mobile_img {
    display: block;
}
  .sec6 h2 {
    font-size: 70px;
    line-height: 1;
}
    .footer-links {
        display: inline;
    }

    .footer-container a {
        white-space: nowrap;
    }

    .right-footer-links {
        display: inline-block;
        padding-top: 1rem;
        padding-bottom: 1rem;
        width: 100%;
    }

    .footer-container p {
        display: inline;
        margin-left: 0;
    }

    
}

@media only screen and (max-width: 575px) {
    .justify-footer {
        text-align: justify;
        line-height: 1.1;
    }
 .sec6a p.noto_txt, .f22 {
    font-size: 19px;
}
    .player-paused-overlay {
        background-image: url(../images/TransparentOverlayM.png);
    }
  
}

@media only screen and (max-width: 622px) {
    .ingredients-logo-holder img {
        max-width: 100%;
    }

    .ref-image img {
        max-width: 100%;
    }
}

@media only screen and (max-width: 425px) {
    .footer-links {
        display: block;
    }
  .first-section-headline h3 {
    font-size: 2rem;
    line-height: normal;
}

.first-section-headline p {
    font-size: 1.2rem;
}
}
@media only screen and (max-width: 430px) {
    .ss-lhs-headline-holder .alternate-font {
      font-size: 23px;
    }
  .ss-lhs-bl-holder p {
    font-weight: 500;
  }
  .under-lhs-text-full {
    margin-top: 1.5rem;
    margin-left: -28px;
    margin-right: -28px;
}
  .fs-first-container {padding-top:20px;
    padding-bottom:20px;
    padding-left: 20px;
    padding-right: 20px;
}
.first-section-headline h3 {
    font-size: 2rem;
    line-height: 1.1;
}
  .family-beach-text p {
    font-size: 24px;
}
  .family-beach-text-lower {
    font-size: 2rem;
}
  .fourth-section h3 {
    font-size: 1.4rem;
}
.second-section .container {
    padding-bottom: 0;
}
}
@media screen and (max-width: 1471px) {
    .video-holder {
        max-width: 980px;
    }
}

@media screen and (max-width: 500px) {
    .embedContainer {
        padding-bottom: 147.8%;
    }

    .video-overlay-image-mobile {
        background-size: auto;
    }
}

@media screen and (max-width: 1440px) {
    .cta-boxes {
        margin-left: 10px;
        margin-right: 10px;
    }

    .tenth-section .col-md-4 {
        padding-top: 1rem;
        padding-bottom: 1rem;
    }
}

@media screen and (max-width: 1120px) {
 .video-headline h2 {
    font-size: 38px;
}  
  .video-headline h5 {
    font-size: 28px;
    max-width: 550px;
    display: block;
    margin: 0 auto;
}
}

@media screen and (max-width: 1024px) {
    .tenth-section .row {
        max-width: 100%
    }
}

@media screen and (max-width: 980px) {
    .eigth-section .container {
        margin-left: auto;
        margin-right: auto;
    }
}

@media only screen and (max-width:992px){
.ingredients-holder {
    column-gap: 15px;
}

}
@media only screen and (max-width:991px){
.first-section-headline h3 {
    font-size: 50px;
}
.first-section-headline h3 {
    font-size: 42px;
}
  .ingredients-holder .col-md-6 {
    flex: 0 0 100%;
    width: 100%;
}
  .ingredients-holder br{display:none;}
  .ninth-section h2 {
    font-size: 2.5rem;
}
}
@media only screen and (max-width:680px){

.first-section-headline h3 {
    font-size: 35px;
}

}
@media only screen and (max-width:570px){
.tenth-section .row {
    max-width: 95%;
}
.first-section-headline h3 {
    font-size: 31px;
}
}
@media only screen and (max-width:480px){
.ninth-section h2 {
    font-size: 40px;
}
.ingredients-holder:nth-child(1) .col-md-4 {
    padding: 0 15px;
}
  .first-section-headline h3 {
    font-size: 29px;
}
}
@media only screen and (max-width:430px){
.first-section-headline h3 {
    font-size: 25px;
}
.video-headline h2 {
    font-size: 35px;
}
  .video-headline h5 {
    font-size: 26px;
}
}
@media only screen and (max-width:400px){
.first-section-headline p {line-height:1.3;
    font-size: 1.1rem;
}
  .first-section-headline h3 {
    font-size: 1.35rem;
}
.video-headline h5 {
    font-size: 24px;
}
  .video-headline h2 {
    font-size: 32px;
}
  .sec6 h2 {
    font-size: 62px;
    line-height: 1;
}
  .sixth-section-headline h3 {
    font-size: 30px;
}
  .sixth-section-headline h5 {
    font-size: 1.4rem;
}
}
@media screen and (max-width: 375px) {
    .mobile-add-carts .col-6 {
        padding-left: 0;
        padding-right: 0;
    }

    .mobile-add-carts .col-4 {
        padding: 4px;
    }
  .fourth-section h3 {
    font-size: 1.3rem;
}
}
