/*  ===========================
      ==== goolge fonts ====
    ============================ */
@import url('https://fonts.googleapis.com/css2?family=Barlow:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

*,
::before,
::after {
    margin: 0px;
    padding: 0px;
    box-sizing: border-box;
}

html {
    overflow-x: hidden;
    scroll-behavior: smooth;
}

body {
    font-family: "Inter", sans-serif;
    /* font-family: "Poppins", sans-serif; */
    /* font-family: "Barlow", sans-serif; */
    overflow-x: hidden;
}

a {
    text-decoration: none !important;
    color: inherit;
}

ul {
    list-style: none;
    margin: 0px;
    padding: 0px;
}

.container {
    max-width: 1270px;
}

section {
    padding: 80px 0px;
}

p {
    color: #2a2a2a;
    font-size: 18px;
    line-height: 26px;
    font-weight: 500;
    margin: 0px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0px;
    color: #191919;
}

img {
    max-width: 100%;
    max-height: 100%;
    display: block;
}

/*  ===========================
        ======== header area ======== 
        ============================ */
.header-top {
    background: url(img/gummy\ black\ top\ bar\ background.png)center center no-repeat;
    background-size: cover;
    padding: 12px 0px;
}
.hero-product-mobile{
    display: none;
}
.nav {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
}

.discount span {
    font-size: 18px;
    color: #fff;
    font-weight: 600;
    background: #000;
}

/*  ===========================
        ======== hero area ======== 
        ============================ */
.padding-ok {
    padding-top: 60px;
    padding-bottom: 30px;
}

.five-start-box {
    width: 192px;
    text-align: center;
    position: relative;
    margin: auto;
}

.five-star-rating {
    right: 0;
    position: absolute;
    top: 11px;
    left: 0;
}

.hero-text-wrap h1 {
    font-size: 48px;
    font-weight: 900;
    text-align: center;
    text-transform: uppercase;
    line-height: 58px;
    color: #191919;
}

a.btn {
    background: #191919;
    color: #fff;
    font-size: 20px;
    font-weight: 500;
    text-transform: uppercase;
    padding: 13px 30px;
    border-radius: 14px;
}

span.btn-icon {
    margin-left: 8px;
}

a.btn:hover {
    color: #fff;
    background: #080808;
}

span.btn-icon {
    margin-left: 8px;
}

.five-star-rating h5 {
    font-size: 30px;
    font-family: "Barlow", sans-serif;
    font-weight: 500;
}

.five-star-rating p {
    color: #f00;
    font-size: 12px;
    line-height: 18px;
    font-weight: 500;
    width: 80%;
    margin: auto;
    margin-top: 10px;
}

span.red-dot {
    width: 12px;
    height: 12px;
    position: relative;
    background: #f00;
    display: inline-block;
    border-radius: 50px;
}

/*  ===========================
        ======== brand logo ======== 
        ============================ */
.brand-logo {
  display: grid;
  grid-template-columns: repeat(2, 1fr); /* 2 columns on mobile */
  gap: 20px;
  justify-items: center; /* Center the images */
}

/* Optional: specific size control */
.brand-logo img {
  width: 197px;
  max-width: 100%;
  height: auto;
}

/* Custom elle image override */
.elle-custom-size {
  width: 137px !important;
}

/* Desktop: switch to 4 columns in a single row */
@media (min-width: 768px) {
  .brand-logo {
    grid-template-columns: repeat(4, 1fr); /* 4 columns */
  }
}



/*  ===========================
        ======== logo gradients ======== 
        ============================ */

section.logo-gradients {
    padding-top: 0;
    padding-bottom: 40px;
}

.title-rand-logo h5 {
    width: 20%;
    margin: auto;
    font-size: 24px;
    font-weight: 900;
    color: #191919;
    position: relative;
}
.title-brand-logo h5 {
    display: inline-block;
    position: relative;
}
.title-brand-logo h5::before {
    content: "";
    position: absolute;
    background: url("img/arrow%20red%20icon.svg") no-repeat center center;
    background-size: cover;
    width: 15px;
    height: 25px;
    right: -30px;
    top: 0;
    z-index: 1;
}

.title-brand-logo h5::after {
    content: "";
    position: absolute;
    background: url("img/arrow%20red%20icon.svg") no-repeat center center;
    background-size: cover;
    width: 15px;
    height: 25px;
    left: -30px;
    top: 0;
    z-index: 1;
}

/*logo gradients*/
@keyframes slides {
    from {
        transform: translateX(0)
    }

    to {
        transform: translateX(-50%)
    }
}

.logos {
    overflow: hidden;
    padding: 20px 0;
    white-space: nowrap;
    position: relative;
    background: transparent
}

.logo_items div img {
    width: 32px;
    height: auto;
    margin-right: 5px
}

.logos:before,
.logos:after {
    position: absolute;
    top: 0;
    width: 100px;
    height: 100%;
    content: '';
    z-index: 2
}

.logos:before {
    left: 0;
    background: linear-gradient(to left, rgba(255, 255, 255, 0), transparent)
}

.logos:after {
    right: 0;
    background: linear-gradient(to right, rgba(255, 255, 255, 0), transparent)
}

.logo-track {
    display: flex;
    animation: slides 38s linear infinite;
    width: 200%
}

.logo_items {
    display: flex;
    align-items: center;
    gap: 40px;
    margin-right: 40px !important
}

.logo_items div {
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 16px;
    font-family: Arial, sans-serif
}

.logo_items img {
    height: 50px
}

/*  ===========================
        ======== wistia video ======== 
        ============================ */
        .padding-ok{
            padding-top: 60px;
        }
.wistia-video {
    padding-top: 0;
    padding-bottom: 40px;
    position: relative;
}

.absolute-arrow-icon {
    position: absolute;
}

.absolute-arrow-icon {
    position: absolute;
    left: -125px;
    bottom: 0;
}

/*  ===========================
        ======== ingredients section ======== 
        ============================ */
.ingredients-area {
    padding-top: 0;
    padding-bottom: 30px;
}

.section-title h1 {
    font-size: 35px;
    font-weight: 700;
    font-family: "Poppins", sans-serif;
}

.section-title p {
    font-size: 26px;
    font-weight: 400;
}

.color-dark-green {
    color: rgb(119, 153, 0);
}

.color-crimson {
    color: rgb(255, 0, 0);
}

.ingradients-wrap {
    position: relative;
    border-radius: 14px;
    width: 300px;
    height: 152px;
    padding: 20px 15px;

}

.sea-moss {
    background: url(img/sea\ moss.png)center center no-repeat;
    background-size: cover;
}

.beets {
    background: url(img/beets.png)center center no-repeat;
    background-size: cover;
}

.vitamin-d {
    background: url(img/vitamin\ d.png)center center no-repeat;
    background-size: cover;
}

.vitamin-e {
    background: url(img/vitamin\ e.png)center center no-repeat;
    background-size: cover;
}

.ingradients-contents h5 {
    font-size: 22px;
    font-weight: 700;
    margin-bottom: 8px;
    color: #fff;
}

.ingradients-contents p {
    font-size: 14px;
    line-height: 22px;
    font-weight: 400;
    color: #fff;
}
.custom-padding{
    padding-bottom: 20px;
}

/*  ===========================
        ========ingradients carousel ======== 
        ============================ */
.ingredients-carousel {
    padding-top: 0;
}

/*  ===========================
        ======== testimonials section ======== 
        ============================ */
.testimonials {
    padding-top: 0px;
}

.testimonials-wrap {
    border-top: 1px solid #ccc;
    padding-top: 30px;
    margin-top: 30px;
}

.name-and-date {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.name-and-date h5 span {
    display: inline-block;
    color: rgb(33, 91, 50);
    margin-left: 8px;
}

.name-and-date h5 {
    font-size: 16px;
    font-family: "Poppins", sans-serif;
    font-weight: 700;
    color: #191919;
    display: flex;
    align-items: center;
    gap: 10px;
}

.date span {
    font-size: 16px;
    font-weight: 400;
}

.correct-small-icon {
    width: 17px;
}

.product-title {
    font-size: 18px;
    font-weight: 400;
    font-family: "Poppins", sans-serif;
}

.color-dargreen {
    color: rgb(33, 91, 50);
    font-size: 18px;
}

.client-info {
    flex: 3;
}

.date {
    flex: 1;
    justify-content: flex-end;
    display: flex;
}

.client-info h4 {
    font-size: 18px;
    font-weight: 600;
    color: rgb(33, 91, 50);
}

/*  ===========================
        ======== purchase components ======== 
        ============================ */
.purchase-components {
    padding-top: 0;
    padding-bottom: 0;
}

.custom-product-selector {
    font-family: Arial, sans-serif;
    max-width: 450px;
    width: 100%;
    margin: 0 auto;
    padding: 20px;
    box-sizing: border-box;
    isolation: isolate;
    position: relative;
    z-index: 1;
}

.custom-product-selector .main-title {
    font-size: clamp(20px, 5vw, 24px);
    color: #007e3f;
    text-align: center;
    margin: 5px 0 15px;
    letter-spacing: 1px;
    font-weight: 700;
}

.custom-product-selector .my-custom-containerr {
    background: #fff;
    border-radius: 16px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, .1);
    border: 1px solid #000;
    overflow: hidden;
}

.custom-product-selector .tabs {
    display: flex;
    margin: 16px 16px 24px;
    border-radius: 35px;
    background: #fff;
}

.custom-product-selector .tab {
    flex: 1;
    padding: 12px 8px;
    background: 0 0;
    border: 1px solid #000;
    font-size: clamp(12px, 3.5vw, 14px);
    color: #000;
    font-weight: 700;
    text-align: center;
    cursor: pointer;
    transition: background-color .3s, color .3s;
}

.custom-product-selector .tab.active {
    background: #007e3f;
    color: #fff;
}

.custom-product-selector .tab:first-child {
    border-radius: 50px 0 0 50px;
}

.custom-product-selector .tab:last-child {
    border-radius: 0 50px 50px 0;
}

.custom-product-selector .tab-content {
    display: none;
}

.custom-product-selector .tab-content.active {
    display: block;
}

.custom-product-selector .autoship-section,
.custom-product-selector .try-once-section {
    margin: 0 16px 24px;
    background: #fff;
    border: 1px solid #007e3f;
    border-radius: 12px;
    padding: 16px;
}

.custom-product-selector .section-title {
    margin-bottom: 12px;
    font-size: clamp(14px, 4vw, 16px);
    color: #333;
    font-weight: 700;
}

.custom-product-selector .options {
    display: flex;
    flex-direction: column;
    gap: 8px;
    margin-bottom: 16px;
}

.custom-product-selector .option {
    background: #fff;
    border-radius: 15px;
    padding: 12px 16px;
    border: 1px solid #000;
    cursor: pointer;
    transition: background-color .3s, border-color .3s;
    position: relative;
}

.custom-product-selector .option.selected {
    border-color: #000;
    background: #dfeee7;
}

.custom-product-selector .option-content {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.custom-product-selector .option-details h3 {
    margin-bottom: 2px;
    text-transform: capitalize;
    font-size: clamp(14px, 4vw, 16px);
    color: #333;
    font-weight: 700;
}

.custom-product-selector .price-row {
    display: flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 2px;
    flex-wrap: wrap;
}

.custom-product-selector .current-price {
    font-size: clamp(12px, 3.5vw, 14px);
    color: #333;
    font-weight: 700;
}

.custom-product-selector .original-price {
    font-size: clamp(10px, 3vw, 12px);
    color: #6c757d;
    text-decoration: line-through;
}

.custom-product-selector .per-day {
    font-size: clamp(10px, 3vw, 12px);
    color: #28a745;
}

.custom-product-selector .discount-badge {
    background: #28a745;
    color: #fff;
    padding: 6px 12px;
    border-radius: 16px;
    font-size: clamp(10px, 3vw, 12px);
    font-weight: 700;
    white-space: nowrap;
    display: inline-block;
}

.custom-product-selector .radio-indicator {
    position: absolute;
    top: 12px;
    left: 12px;
    width: 16px;
    height: 16px;
    border-radius: 50%;
    background: #28a745;
    display: none;
    align-items: center;
    justify-content: center;
}

.custom-product-selector .option.selected .radio-indicator {
    display: flex;
}

.custom-product-selector .radio-indicator::after {
    content: '';
    width: 6px;
    height: 6px;
    background: #fff;
    border-radius: 50%;
}

.custom-product-selector .option.selected .option-content {
    margin-left: 24px;
}

.custom-product-selector .features {
    display: flex;
    flex-direction: column;
    gap: 8px;
    margin-bottom: 24px;
}

.custom-product-selector .feature {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: clamp(12px, 3.5vw, 14px);
    color: #495057;
}

.custom-product-selector .checkmark {
    width: 16px;
    height: 16px;
    color: #28a745;
    flex-shrink: 0;
}

.custom-product-selector .express-checkout-heading {
    font-size: clamp(14px, 4vw, 16px);
    font-weight: 700;
    color: #333;
    text-align: center;
    margin-bottom: 16px;
}

.custom-product-selector .payment-buttons {
    display: flex;
    flex-direction: column;
    gap: 12px;
    margin-bottom: 20px;
}

.custom-product-selector .apple-pay-btn,
.custom-product-selector .google-pay-btn {
    width: 100%;
    height: 48px;
    border: none;
    border-radius: 12px;
    font-size: 16px;
    font-weight: 500;
    cursor: pointer;
    transition: background-color .3s;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
}

.custom-product-selector .apple-pay-btn {
    background: #000;
    color: #fff;
}

.custom-product-selector .apple-pay-btn:hover {
    background: #333;
}

.custom-product-selector .google-pay-btn {
    background: #fff;
    color: #3c4043;
    border: 1px solid #dadce0;
}

.custom-product-selector .google-pay-btn:hover {
    background: #f8f9fa;
}

.custom-product-selector .apple-pay-logo,
.custom-product-selector .google-pay-logo {
    width: 24px;
    height: 24px;
}

.custom-product-selector .payment-divider {
    margin: 20px 0;
    position: relative;
    color: #28a745;
    font-size: clamp(12px, 3.5vw, 14px);
    font-weight: 700;
    text-align: center;
}

.custom-product-selector .payment-divider::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    height: 1px;
    background: #dee2e6;
    z-index: 1;
}

.custom-product-selector .payment-divider span {
    background: #fff;
    padding: 0 16px;
    position: relative;
    z-index: 2;
}

.custom-product-selector .checkout-button {
    width: 100%;
    background: #28a745;
    color: #fff;
    padding: 16px;
    border: none;
    border-radius: 12px;
    font-size: clamp(16px, 4vw, 18px);
    font-weight: 700;
    cursor: pointer;
    transition: background-color .3s;
}

.custom-product-selector .checkout-button:hover {
    background: #218838;
}

.custom-product-selector .modal {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    min-height: 100dvh;
    background: rgba(0, 0, 0, .5);
    z-index: 1000;
    align-items: center;
    justify-content: center;
    padding: 10px;
    box-sizing: border-box;
    overflow: auto;
}

.custom-product-selector .modal.show {
    display: flex;
}

.custom-product-selector .modal-content {
    background: #fff;
    border-radius: 16px;
    padding: 24px;
    width: 100%;
    max-width: 400px;
    max-height: 90vh;
    overflow-y: auto;
    position: relative;
    margin: auto;
}

.custom-product-selector .modal-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 20px;
    padding-bottom: 16px;
    border-bottom: 1px solid #e9ecef;
}

.custom-product-selector .modal-title {
    color: #333;
    font-size: clamp(16px, 4vw, 18px);
    font-weight: 700;
}

.custom-product-selector .close-btn {
    background: 0 0;
    border: none;
    font-size: 24px;
    color: #6c757d;
    cursor: pointer;
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.custom-product-selector .close-btn:hover {
    color: #333;
}

.custom-product-selector .order-summary {
    background: #f8f9fa;
    border-radius: 8px;
    padding: 16px;
    margin-bottom: 20px;
}

.custom-product-selector .summary-row {
    display: flex;
    justify-content: space-between;
    margin-bottom: 8px;
}

.custom-product-selector .summary-label {
    font-size: clamp(12px, 3.5vw, 14px);
    color: #6c757d;
}

.custom-product-selector .summary-value {
    font-size: clamp(12px, 3.5vw, 14px);
    color: #333;
    font-weight: 500;
}

.custom-product-selector .summary-total {
    border-top: 1px solid #dee2e6;
    padding-top: 8px;
    margin-top: 8px;
}

.custom-product-selector .summary-total .summary-value {
    font-weight: 700;
    font-size: clamp(16px, 4vw, 18px);
    color: #28a745;
}

.custom-product-selector .payment-element {
    margin: 20px 0;
}

.custom-product-selector .stripe-button {
    width: 100%;
    background: #28a745;
    color: #fff;
    padding: 14px 16px;
    border: none;
    border-radius: 8px;
    font-size: clamp(14px, 4vw, 16px);
    font-weight: 500;
    cursor: pointer;
    transition: background-color .3s;
    margin-top: 16px;
}

.custom-product-selector .stripe-button:hover:not(:disabled) {
    background: #218838;
}

.custom-product-selector .stripe-button:disabled {
    opacity: .6;
    cursor: not-allowed;
}

.custom-product-selector .error-message,
.custom-product-selector .success-message {
    font-size: clamp(12px, 3.5vw, 14px);
    margin-top: 8px;
    padding: 8px;
    border-radius: 4px;
}

.custom-product-selector .error-message {
    color: #dc3545;
    background: #f8d7da;
    border: 1px solid #f5c6cb;
}

.custom-product-selector .success-message {
    color: #155724;
    background: #d4edda;
    border: 1px solid #c3e6cb;
}

.custom-product-selector .processing-message {
    background: #d1ecf1;
    border: 1px solid #bee5eb;
    color: #0c5460;
}

.custom-product-selector .loading {
    display: inline-block;
    width: 20px;
    height: 20px;
    border: 2px solid #fff;
    border-radius: 50%;
    border-top-color: transparent;
    animation: spin 1s ease-in-out infinite;
    margin-right: 8px;
}

.custom-product-selector .payment-request-button {
    width: 100%;
    max-width: 300px;
    margin: 10px auto;
    height: 40px;
}

@keyframes fadeIn {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

@keyframes slideUp {
    from {
        transform: translateY(50px);
        opacity: 0;
    }

    to {
        transform: translateY(0);
        opacity: 1;
    }
}

@keyframes spin {
    to {
        transform: rotate(360deg);
    }
}

.custom-product-selector.fade-in {
    animation: fadeIn .5s ease-in-out;
}

.custom-product-selector.slide-up {
    animation: slideUp .5s ease-out;
}

.custom-product-selector.spin {
    animation: spin 1s linear infinite;
}

@media (max-width:480px) {
    .custom-product-selector .my-custom-containerr {
        margin: 0;
        border-radius: 12px;
    }

    .custom-product-selector .tabs {
        margin: 12px 12px 20px;
    }

    .custom-product-selector .autoship-section,
    .custom-product-selector .try-once-section {
        margin: 0 12px 20px;
        padding: 12px;
    }

    .custom-product-selector .option {
        padding: 10px 14px;
    }

    .custom-product-selector .modal-content {
        width: 90%;
        max-width: 90%;
        padding: 20px;
        margin: auto;
    }

    .custom-product-selector .price-row {
        gap: 6px;
    }

    .custom-product-selector .payment-buttons {
        gap: 10px;
    }

    .custom-product-selector .apple-pay-btn,
    .custom-product-selector .google-pay-btn {
        height: 44px;
        font-size: 15px;
    }
}

@media (max-width:360px) {
    .custom-product-selector .main-title {
        font-size: 18px;
        margin: 5px 0 15px;
    }

    .custom-product-selector .my-custom-containerr {
        border-radius: 8px;
    }

    .custom-product-selector .tabs {
        margin: 8px 8px 16px;
    }

    .custom-product-selector .tab {
        padding: 10px 6px;
        font-size: 12px;
    }

    .custom-product-selector .autoship-section,
    .custom-product-selector .try-once-section {
        margin: 0 8px 16px;
        padding: 10px;
    }

    .custom-product-selector .option {
        padding: 8px 12px;
    }

    .custom-product-selector .features {
        gap: 6px;
        margin-bottom: 20px;
    }

    .custom-product-selector .payment-buttons {
        gap: 8px;
        margin-bottom: 16px;
    }

    .custom-product-selector .apple-pay-btn,
    .custom-product-selector .google-pay-btn {
        height: 40px;
        font-size: 14px;
        border-radius: 10px;
    }

    .custom-product-selector .checkout-button {
        padding: 14px;
        font-size: 16px;
        border-radius: 10px;
    }

    .custom-product-selector .modal-content {
        padding: 16px;
    }
}

/* Security badge styling */
.payment-security {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    margin-top: 15px;
    color: #6c757d;
    font-size: 12px;
}

.payment-security svg {
    width: 16px;
    height: 16px;
    fill: #28a745;
}

/* Payment status container */
.payment-status {
    padding: 12px;
    border-radius: 8px;
    margin-top: 15px;
    text-align: center;
    font-weight: 500;
}

/*  ===========================
        ======== advantage area ======== 
        ============================ */

.circle-layout {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    padding: 60px 20px 10px 20px;
    margin: auto;
}

.item-group {
    display: flex;
    flex-direction: column;
    gap: 30px;
    flex: 1;
    max-width: 300px;
}
.center-image {
    flex: 0 0 auto;
    margin: 0 30px;
    padding-bottom: 100px;
}

.center-image img {
    max-width: 370px;
    height: auto;
}
.mushroom-box {
    transform: translate(-50px, 0px);
}
.science-backed {
    transform: translate(50px, 10px);
}
.icon-box {
    padding: 20px;
    border-radius: 16px;
    text-align: center;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
}

.icon-box img {
    max-width: 60px;
    padding-bottom: 6px;
    margin: auto;
}

.icon-box h3 {
    font-size: 18px;
    line-height: 28px;
    margin: 10px 0 5px;
    font-weight: 700;
}

.icon-box p {
    font-size: 14px;
    color: #555;
}

/* Responsive: Stack on smaller screens */
@media (max-width: 992px) {
    .circle-layout {
        flex-direction: column;
    }

    .item-group {
        flex-direction: row;
        justify-content: center;
        flex-wrap: wrap;
        max-width: 100%;
    }

    .center-image {
        margin: 40px 0;
    }

    .icon-box {
        flex: 1 1 150px;
        margin: 10px;
    }
}

/*bde gummy animation*/
.bde-gummy-animation,
.shadow-img {
    animation-direction: alternate;
    animation-duration: 3.5s;
    animation-iteration-count: infinite;
    animation-timing-function: ease-in-out
}

.bde-gummy-animation{
    animation-name: float;
    position: relative
}

@keyframes float {
    0% {
        transform: translateY(18px)
    }

    to {
        transform: translateY(-18px)
    }
}

@keyframes float-mobile {
    0% {
        transform: translateY(9px)
    }

    to {
        transform: translateY(-9px)
    }
}

@keyframes float-shadow {
    0% {
        opacity: .6;
        transform: scale(.8)
    }

    to {
        opacity: .2;
        transform: scale(.7)
    }
}

@keyframes float-shadow-mobile {
    0% {
        opacity: .6;
        transform: scale(.7)
    }

    to {
        opacity: .2;
        transform: scale(.6)
    }
}
.shadow-img {
    animation-name: float-shadow;
    width: 370px;
}

to {
    opacity: .2;
    transform: scale(.6)
}
/*  ===========================
        ======== fill the gap section ======== 
        ============================ */
.fills-the-gap{
    background: rgba(223,239,231,1);
}
.percentage-wrap {
    display: flex;
    align-items: center;
}
h1.percentage-count {
    font-size: 70px;
    font-weight: 800;
    color: rgb(119, 153, 0);
    font-style: italic;
}
.bde-amazon-img img {
    border-radius: 14px;
}

.science-support{
    padding-top: 0px;
     background: rgba(223,239,231,1);
}

/*trust badge area*/
section.trust-badge-area {
    background: rgba(223,239,231,1);
}
.custom-p {
    font-size: 16px !important;
    color: #191919;
    font-weight: 400;
}
.europian-img img{
    width: 221px;
}
.europian-checkmark img{
    margin-right: 10px
}
.europian-checkmark ul li {
    list-style: none;
    margin-top: 10px;
}
/*  ===========================
          ==== menu chart ====
        ============================ */
.menu-chart-img-mobile{
    display: none;
}
.menu-chart-img-desktop{
    display: block;
}
/*  ===========================
          ==== shiping modules ====
        ============================ */
.shipping-modules{
    padding-top: 0px;
}
.shipping-truck{
    width: 123px;
    margin: auto;
}
.urofins-logo{
 width: 246px;
    margin: auto;
}
.insurance-logo{
 width: 100px;
    margin: auto;
}
.shipping-container h5 {
    font-size: 24px;
    color: #191919;
    font-weight: 600;
}
/*  ===========================
          ==== footer ====
        ============================ */
footer{
    background: #000;
    padding: 30px 0px;
}
.footer-text p{
    font-size: 16px;
    font-weight: 400;
    color: #fff;
}
ul.footer-contact-list li a {
    color: #fff;
    margin-top: 8px;
    display: inline-block;
    font-size: 16px;
}
.privacy-policy {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
    margin-top: 20px;
}
.privacy-policy a{
    font-size: 16px;
    color: #fff;
    font-weight: 400;
}

/*Scroll to top*/
.back-to-top {
    display: flex;
    align-items: center;
    justify-content: center;
    background: #28a745;
    margin: 0px;
    position: fixed;
    bottom: 30px;
    right: 30px;
    width: 40px;
    height: 40px;
    border-radius: 100%;
    z-index: 999;
    text-decoration: none;
    color: rgb(14, 23, 41);
    opacity: 0;
    pointer-events: none;
    transition: all 0.4s ease 0s;
    animation: sumaiya 2s infinite;
}

.back-to-top.active {
    bottom: 32px;
    pointer-events: auto;
    opacity: 1;
}

.back-to-top i {
    font-size: 20px;
    color: rgb(255, 255, 255);
    transition: all 200ms ease 0s;
}

.back-to-top:hover i {
    top: 6px;
}
@keyframes sumaiya{
    0%{
        box-shadow: 0 0 0 0px rgb(119, 153, 0);
    }
    70%{
        box-shadow: 0 0 0 2rem rgba(253, 87, 191, 0);
    }
    100%{
        box-shadow: 0 0 0 20px rgba(253, 87, 191,  0);
    }
}
/*  ===========================
          ==== All Responsive codes ====
        ============================ */
    /*Mobile menu do here*/
    @media(min-width: 992px){
       
      }
    /*Md devices*/
    @media (min-width: 768px)  and (max-width:  998px) {
       
    }
    
    /* small  mobile :320-767px.   */
    @media (max-width: 767px)   {
        section {
    padding: 40px 0px;
}
.discount span {
    font-size: 16px;
    font-weight: 400;
}
.hero-text-wrap h1 {
    font-size: 34px;
    line-height: 44px;
}
.five-start-box{
    display: none;
}
.hero-img {
    display: none;
}
.hero-product-mobile{
    display: block;
}
.title-rand-logo h5 {
    width: 100%;
}
.title-rand-logo h5::before {
    right: 70px;
}
.title-rand-logo h5::after {
    left: 40px;
}
.menu-chart-img-desktop{
    display: none;
}
.menu-chart-img-mobile{
    display: block;
}
section#home {
    padding-bottom: 0px;
}
section.brand-logo-area {
    padding-top: 0px;
}
.section-title h1 {
    font-size: 28px;
}
.section-title p {
    font-size: 22px;
    font-weight: 400;
}
.ingradients-wrap {
    margin: auto;
}
.name-and-date {
    flex-direction: column;
}
.mushroom-box {
    transform: initial;
}
.center-image {
    padding-bottom: 0px;
}
.science-backed {
    transform: initial;
}
h1.percentage-count {
    font-size: 50px;
}
.percentage-wrap {
    display: flex;
    align-items: center;
    flex-direction: column;
    gap: 30px;
}
.trust-badge-area .justify-content-end {
    -ms-flex-pack: initial;
    justify-content: initial !important;
    margin-bottom: 11px;
}
.shipping-container h5 {
    font-size: 16px;
}
.shipping-truck {
    width: 60px;
}
.insurance-logo {
    width: 60px;
}
.name-and-date {
    align-items: initial;
}
.date {
    margin-top: 20px;
}
.ingradients-contents h5 {
    font-size: 14px;
}
.ingradients-wrap {
    width: 170px;
    height: 128px;
    padding: 10px;
}
.circle-layout {
    flex-direction: row;
}
.ingradients-contents p {
    font-size: 12px;
    line-height: 16px;
}
.custom-padding{
    padding-bottom: 0px;
}

 }

