@import url("https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300..800;1,300..800&display=swap");

/*Fonts */

@font-face {
    font-family: 'Nulshock';
    src: url('../fonts/Nulshock.otf');
}

@font-face {
    font-family: 'NameSmile';
    src: url('../fonts/NameSmile.otf');
}

@font-face {
    font-family: 'JoyrideSTD';
    src: url('../fonts/JoyrideSTD.otf');
}

@font-face {
    font-family: 'JoyrideEXTOutline';
    src: url('../fonts/JoyrideEXTOutline.otf');
}


body {
    font-family: "Helvetica";
    color: #000;
}

img {
    max-width: 100%;
}

/* Components */

h2 {
    font-family: "NameSmile";
    color: #000;
    font-size: 3rem;
}

.btn-add {
    background: #3a9b8c;
    width: 100%;
    text-align: center;
    padding: 12px;
    border-radius: 50px;
    font-size: 28px;
    font-weight: bold;
    color: #fff;
    text-decoration: unset;
    transition: 0.3s;
    margin-top: 40px;
    display: block;
}

.btn-add:hover {
    background: #000;
    color: #fff;
}

.modal-title {
    font-family: "NameSmile";
    color: #000;
    font-size: 20px;
}

/* Sections */

.top-bar {
    background: #3a9b8c;
    padding: 16px;
}

.top-bar p {
    color: #fff;
    text-align: center;
    font-family: "Nulshock";
    margin: 0;
}

.product-information {
    background-image: url(../img/img-2.png);
    background-size: cover;
    padding-top: 80px;
    padding-bottom: 80px;
    color: #fff;
}

.product-information .row {
    display: flex;
    gap: 50px;
    flex-wrap: nowrap;
    justify-content: center;
}

.product-information .row .col-12 {
    padding: 0;
}

.product-information .product-media {
    gap: 20px;
    display: flex;
    flex-direction: column;
}

.product-information .product-thumbnails {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 20px;
}

.product-information .product-thumbnails img {
    cursor: pointer;
}

.product-information .product-title-wrapper {
    margin-bottom: 24px;
    display: flex;
    justify-content: space-between;
}

.product-information .product-title h1 {
    font-family: "NameSmile";
    color: #fff;
    font-size: 3rem;
}

.product-information .product-title span {
    font-family: "JoyrideSTD";
    color: #fff;
    text-transform: uppercase;
}

.product-information .product-brand {
    font-family: "NameSmile";
    color: #696969;
    font-size: 2rem;
}

.product-information .product-description {
    color: #949494;
    font-size: 18px;
    margin-bottom: 24px;
}

.product-information .product-duration {
    margin-bottom: 24px;
    border-top: 1px solid #353a38;
    border-bottom: 1px solid #353a38;
    color: #fff;
    display: flex;
}

.product-information .product-duration span {
    padding: 24px 0;
    flex-grow: 1;
    text-align: center;
    font-weight: bold;
}

.product-information .product-duration span:not(:last-child) {
    border-right: 1px solid #353a38;
}

.product-information .product-ingredients ul {
    display: flex;
    flex-direction: column;
    list-style: none;
    margin-bottom: 24px;
    gap: 6px;
    position: relative;
    padding-left: calc(20px + 8px);
}

.product-information .product-ingredients ul li {
    position: relative;
    color: #fff;
}

.product-information .product-ingredients ul li:before {
    content: "";
    width: 20px;
    height: 20px;
    position: absolute;
    left: calc(-20px + -8px);
    background-image: url(../img/img-20.png);
    top: 50%;
    transform: translateY(-50%);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
}

.product-information .product-price-wrap {
    text-align: center;
    margin-bottom: 24px;
}

.product-information .product-price-wrap .price {
    display: flex;
    justify-content: center;
    margin-bottom: 0px;
    gap: 6px;
    align-items: center;
}

.product-information .product-price-wrap .price .subscription-price {
    font-weight: bold;
    font-size: 24px;
}

.product-information .product-price-wrap .price .regular-price {
    color: #a3a3a3;
    text-decoration: line-through;
    font-size: 18px;
}

.product-information .save-text {
    background: #993600;
    font-weight: bold;
    font-size: 12px;
    padding: 0px 12px;
    border-radius: 3px;
    width: fit-content;
    margin: auto;
}

.product-information .product-price-wrap small {
    color: #a3a3a3;
    font-size: 12px;
}

.product-information .product-add-to-cart {
    margin-bottom: 24px;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 16px;
}

.product-information .btn-add {
    background: #ffffff;
    width: 100%;
    text-align: center;
    padding: 12px;
    border-radius: 50px;
    font-size: 28px;
    font-weight: bold;
    color: #000;
    text-decoration: unset;
    transition: 0.3s;
}

.product-information .btn-add:hover {
    background: #3a9b8c;
    color: #fff;
}

.product-information .product-add-to-cart small {
    display: flex;
    align-items: center;
    gap: 12px;
    color: #7eb595;
    font-size: 14px;
    font-weight: bold;
}

.product-information .product-add-to-cart small:before {
    content: '';
    background-image: url(../img/img-3.png);
    background-size: contain;
    background-repeat: no-repeat;
    width: 20px;
    height: 20px;
    display: flex;
}

.product-information .disclaimer {
    color: #a3a3a3;
    font-size: 14px;
}

.product-information .produc-details p {
    margin: 0;
}

.scrolling-banner {
    background: #0b0b0b;
    padding-top: 50px;
    padding-bottom: 50px;
    color: #3a9b8c;
    font-family: 'JoyrideEXTOutline';
    font-size: 3rem;
    overflow: hidden;
    width: 100%;
    white-space: nowrap;
}

.scrolling-banner.white {
    background-color: #fff;
}

.scrolling-banner-track {
    display: flex;
    width: max-content;
    gap: 80px;
}

.scrolling-banner-track span {
    flex-shrink: 0;
}

section.why {
    background: linear-gradient(161deg, #fff, #f3f3f3);
    padding-top: 80px;
    padding-bottom: 80px;
}

section.why h2 {
    font-family: "NameSmile";
    color: #000;
    font-size: 3rem;
    text-align: center;
    margin-bottom: 80px;
}

section.why h4 {
    font-family: "NameSmile";
    color: #000;
    font-size: 2rem;
    margin-bottom: 16px;
}

section.why .floating-block .block {
    position: absolute;
}

section.why .floating-block {
    position: relative;
    min-height: 600px;
}

section.why .floating-block .block:nth-child(1) {
    top: -168px;
    left: 58%;
    transform: translateX(-50%);
}

section.why .floating-block .block:nth-child(2) {
    max-width: 400px;
}

section.why .floating-block .block:nth-child(3) {
    max-width: 400px;
    top: 300px;
    left: 40px;
}

section.why .floating-block .block:nth-child(4) {
    right: -96px;
    max-width: 400px;
    top: 103px;
}

section.why .product-add-to-cart {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 16px;
}

section.why .btn-add {
    background: #3a9b8c;
    width: 100%;
    text-align: center;
    padding: 12px;
    border-radius: 50px;
    font-size: 28px;
    font-weight: bold;
    color: #fff;
    text-decoration: unset;
    transition: 0.3s;
    max-width: 400px;
    margin-top: 50px;
}

section.why .btn-add:hover {
    background: #000;
    color: #fff;
}

section.why small {
    display: flex;
    align-items: center;
    gap: 12px;
    color: #7eb595;
    font-size: 14px;
    font-weight: bold;
}

.accordion-section {
    padding-top: 80px;
    padding-bottom: 80px;
}

.accordion-section h2 {
    font-family: "NameSmile";
    color: #000;
    font-size: 3rem;
    text-align: left;
    margin-bottom: 24px;
}

.accordion-section .accordions {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.how-it-works {
    background: #f4f4f4;
    padding-top: 80px;
    padding-bottom: 80px;
}

.how-it-works h2 {
    font-family: "NameSmile";
    color: #000;
    font-size: 3rem;
    text-align: center;
    margin-bottom: 40px;
}

.how-it-works .grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
}

.how-it-works .grid .item {
    background: #000;
    min-height: 500px;
    color: #fff;
    padding: 24px;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    gap: 24px;
    cursor: pointer;
    background-size: cover;
    background-position: center center;
    overflow: hidden;
    position: relative;
}

.how-it-works .grid .item img {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    transition: 0.3s;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.how-it-works .grid .item:hover img {
    transform: scale(1.05);
}

.how-it-works .grid .item .step {
    font-family: 'JoyrideEXTOutline';
    font-size: 3rem;
    position: relative;
    z-index: 2;
}

.how-it-works .grid .item .title {
    font-family: "NameSmile";
    font-size: 25px;
    display: flex;
    gap: 48px;
    align-items: center;
    z-index: 2;
}

.how-it-works .grid .item .title:after {
    content: "";
    background-image: url(../img/img-10.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
    display: flex;
    width: 50px;
    height: 50px;
    flex-shrink: 0;
}

.reviews {
    background-color: #0b0b0b;
    padding-top: 0px;
    padding-bottom: 80px;
    overflow: hidden;
}

.reviews .review-slider {
    margin-left: -12px;
    margin-right: -12px;
}

.reviews .review-slider .slick-list {
    overflow: visible;
}

.reviews .review-slider .item {
    margin-left: 12px;
    margin-right: 12px;
    border-radius: 24px;
    overflow: hidden;
    position: relative;
    min-height: 500px;
    padding: 24px;
    justify-content: flex-end;
    display: flex;
    flex-direction: column;
    cursor: pointer;
}

.reviews .review-slider .item .info {
    position: relative;
    z-index: 2;
    color: #fff;
    font-size: 18px;
}

.reviews .review-slider .item:before {
    content: "";
    background-color: rgba(0, 0, 0, 0.5);
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 2;
    transition: 0.3s;
}

.reviews .review-slider .item:hover:before {
    opacity: 0;
}

.reviews .review-slider .item:hover img {
    transform: translate(-50%, -50%) scale(1.05);
}

.reviews .review-slider .item:after {
    content: "";
    background-image: url(../img/img-21.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
    display: flex;
    width: 80px;
    height: 80px;
    flex-shrink: 0;
    z-index: 3;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    cursor: pointer;
}

.reviews .review-slider .item img {
    position: absolute;
    z-index: 1;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    transition: 0.3s;
    height: 100%;
    object-fit: cover;
    width: 100%;
}

.accordion-section .accordion-title h4 {
    border-bottom: 1px solid #000;
    padding-bottom: 20px;
    text-transform: uppercase;
    font-family: "NameSmile";
    margin-bottom: 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    cursor: pointer;
    font-size: 18px;
}

.accordion-section .accordion-title h4:after {
    content: "";
    background-image: url(../img/img-10.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
    display: flex;
    width: 50px;
    height: 50px;
    flex-shrink: 0;
}

.accordion-section .accordion.active .accordion-title h4:after {
    background-image: url(../img/img-22.png);
}

.accordion-section .accordions .accordion .accordion-content .column {
    flex-grow: 1;
    width: 50%;
}

.accordion-section .accordions .accordion.active .accordion-content {
    display: flex;
    gap: 20px;
    margin-top: 20px;
}

.accordion-section .accordions .accordion-content {
    display: none;
}

.accordion-section .btn-add {
    background: #3a9b8c;
    width: 100%;
    text-align: center;
    padding: 12px;
    border-radius: 50px;
    font-size: 28px;
    font-weight: bold;
    color: #fff;
    text-decoration: unset;
    transition: 0.3s;
    margin-top: 40px;
    display: block;
}

.accordion-section .btn-add:hover {
    background: #000;
    color: #fff;
}

footer {
    background-image: url(../img/img-17.png);
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    padding: 80px 0;
}

footer ul {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 6px;
    margin-bottom: 40px;
}

footer ul li a {
    color: #fff;
    text-decoration: none;
    font-weight: bold;
}

footer .certified-icon {
    margin-left: auto;
    display: block;
    margin-bottom: 40px;
    width: 150px;
}

footer .copyright-text {
    margin: 0;
    color: #fff;
    font-size: 16px;
    text-align: right;
    display: flex;
    justify-content: right;
    align-items: flex-end;
    height: 100%;
}

section.cta {
    background-image: url(../img/img-9.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    padding-top: 80px;
    padding-bottom: 80px;
    min-height: 700px;
    display: flex;
    align-items: center;
    background-attachment: fixed;
}

section.cta h2 {
    color: #fff;
    font-size: 2.5rem;
    margin-bottom: 24px;
}

section.cta p {
    color: #fff;
}

@media (max-width: 1024px) {

    .product-information .row {
        gap: 20px;
    }

    .how-it-works .grid .item .title {
        font-size: 20px;
        gap: 20px;
    }

}

@media (max-width: 1023px) {

    .container,
    .col-12 {
        padding: 0;
    }

    .row {
        margin: 0;
    }

    section.why .floating-block .block {
        position: initial;
        transform: unset !important;
        text-align: center;
        max-width: unset !important;
    }

    .product-information .row {
        flex-direction: column;
    }

    .product-information {
        padding: 50px 20px;
    }

    .scrolling-banner {
        padding: 32px 0;
    }

    .scrolling-banner {
        font-size: 2rem;
    }

    section.why {
        padding: 50px 20px;
    }

    section.why h2 {
        margin-bottom: 40px;
        font-size: 2rem;
    }

    section.why .floating-block .block:nth-child(1) img {
        width: 200px;
        margin-top: -75px;
        margin-bottom: 24px;
    }

    section.why .floating-block {
        min-height: unset;
        gap: 24px;
        display: flex;
        flex-direction: column;
    }

    section.why h4 {
        font-size: 21px;
    }

    section.why p {
        margin-bottom: 0;
    }

    .accordion-section {
        padding: 50px 20px;
    }

    .accordion-section h2 {
        font-size: 2rem;
    }

    .how-it-works {
        padding: 50px 20px;
    }

    .how-it-works h2 {
        font-size: 2rem;
    }

    section.cta {
        min-height: unset;
        padding: 50px 20px;
    }

    section.cta h2 br {
        display: none;
    }

    section.cta h2 {
        font-size: 2rem;
    }

    .reviews {
        padding-bottom: 50px;
    }

    footer {
        padding: 50px 20px;
    }

    footer .copyright-text {
        justify-content: center;
        margin-top: 16px;
    }

    footer .certified-icon {
        margin: auto auto 24px;
    }

    .product-information .row .col-12 {
        width: 100%;
        max-width: 400px;
        margin: auto;
    }


}

@media (max-width: 767px) {


    .product-information .product-media {
        gap: 12px;
    }

    .product-information .product-thumbnails {
        gap: 12px;
    }

    .product-information .product-title span {
        font-size: 14px;
    }

    .product-information .product-title h1 {
        line-height: 1;
        margin-bottom: 0;
    }

    .product-information .btn-add {
        margin-top: 0;
    }

    .scrolling-banner-track {
        gap: 40px;
    }

    .how-it-works .grid {
        grid-template-columns: 1fr;
    }

    .accordion-section .accordions .accordion.active .accordion-content .column {
        width: 100%;
    }

    .accordion-section .accordions .accordion.active .accordion-content {
        flex-direction: column-reverse;
    }

    footer {
        text-align: center;
    }





}