@import url('https://fonts.cdnfonts.com/css/helvetica-neue-55');

* {

    margin: 0px;

    padding: 0px;

}


html,body {
    overflow-x: hidden;
}

:root {
    --helvi: 'Helvetica Neue';
    --gotham: 'Gotham';
}

.hamburger {
    width: 30px;
    height: 30px;
    display: none;
}


.container {
    width: 1330px;
    max-width: 90%;
    margin: 0 auto;
}

header.container {
    padding: 15px 40px;
    border-radius: 50px;
    position: relative;
    z-index: 1;
    background: #fff;
    margin-top: 15px;
}

.sub_pages .banner img {
    width: 100%;
}

.sub_pages main {
    margin-top: -110px;
}

.about header.container ul.menu {
    list-style: none;
    padding: 0;
    display: flex;
    gap: 34px;
}

.about header.container ul.menu li a {
    color: #1C1C1C;
    font-family: var(--helvi);
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: -0.36px;
    text-decoration: none;
}


header.container nav {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

a.learn_more {
    display: inline-flex;
    padding: 12px 24px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    border-radius: 55px;
    border: 1px solid #100F0C;
    text-decoration: none;
    text-transform: uppercase;
    color: #100F0C;
    font-family: var(--helvi);
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 140%;
    /* 22.4px */
    letter-spacing: 0.32px;
    text-transform: uppercase;
    transition: .3s ease-in;
}

a.bg_purple {
    display: inline-flex;
    padding: 12px 24px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    border-radius: 55px;
    border-top: 1px solid #100F0C;
    border-right: 4px solid #100F0C;
    border-bottom: 4px solid #100F0C;
    border-left: 1px solid #100F0C;
    background: #8E2B8C;
    color: #fff;
    text-decoration: none;
    text-transform: uppercase;
    font-family: var(--helvi);
    font-weight: 700;
    transition: .3s ease-in;
}

a.bg_purple:hover {
    background-color: #100F0C;
}

a.learn_more:hover {
    background-color: #100F0C;
    color: #fff;
}

.headerBtns {
    display: flex;
    align-items: center;
    gap: 14px;
}

/* Main SectionS Style Start */

.tones_flavour_sec {
    padding: 80px 0 0px 0;
}

.footer p,
.footer li a {
    font-family: var(--helvi);
    color: #1C1C1C;
}

.footer .inner_row .col .social li svg:hover path {
    fill: #000;
}

.tones_flavour_sec .container>h2 {
    color: #100F0C;
    font-family: var(--gotham);
    font-size: 90px;
    font-style: normal;
    font-weight: 700;
    line-height: 100%;
    /* 90px */
    letter-spacing: -4.5px;
    text-transform: uppercase;
    text-align: center;
    margin-bottom: 70px;
}

span.bg_purple_text {
    border-radius: 10px;
    background: #8E2B8C;
    padding: 0 10px;
    color: #fff;
}

.tones_flavour_row .inner {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    width: 700px;
    margin: 0 auto;
    padding: 47px 160px;
    position: relative;
}


.tones_flavour_row .inner .content {
    width: 57%;
    padding-left: 80px;
}

.nutrations {
    position: absolute;
    border-radius: 15px;
    border: 1px solid #100F0C;
    background: #FFF;
    display: flex;
    margin: 0 auto;
    left: 0;
    right: 0;
    width: 692px;
    flex-wrap: wrap;
    padding: 26px;
    gap: 40px;
    bottom: -270px;
    z-index: 1;

}

.nutrations .left, .nutrations .right {
    width: 47%;
}

.nutrations .left table {
    width: 100%;
}

.nutrations .left table tr td:first-child {
    color: #100F0C;
    font-family: var(--gotham);
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: 110%; /* 15.4px */
    letter-spacing: -0.7px;
    text-transform: uppercase;
}

.nutrations .left table tr td {
    padding: 12px 0;
}

.nutrations .left table tr td {
    color: #100F0C;
    font-family: Gotham;
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: 110%; /* 15.4px */
    letter-spacing: -0.7px;
    text-transform: uppercase;
    border-bottom: 1px solid #000;
}

.nutrations .right .ingredients {
    padding: 0;
    border: 0;
}

.nutrations .right p {
    margin-bottom: 0px !important;
}

.nutrations .right p:nth-child(2) {
    margin-top: 5px;
    margin-bottom: 24px !important;
}

.nutrations .left .neu_top {}

.nutrations .left .neu_top h4 {
    color: #100F0C;
    font-family: var(--gotham);
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 110%; /* 17.6px */
    letter-spacing: -0.8px;
    text-transform: uppercase;
}

.nutrations .left .neu_top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 16px;
}

.nutrations .left .neu_top .high_text {
    border-radius: 5px;
    background: #02AAB5;
    display: inline-flex;
    padding: 8px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    color: #fff;
    text-align: right;
    font-family: var(--gotham);
    font-size: 12px;
    font-style: normal;
    font-weight: 700;
    line-height: 110%; /* 13.2px */
    letter-spacing: -0.6px;
    text-transform: uppercase;
}

.tones_flavour_row .card1 {
    background: url(../images/card1.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 20px;
    padding-bottom: 122px;
    margin-bottom: 330px;
}

.tones_flavour_row .card3 .content {
    padding-left: 78px;
}

.tones_flavour_row .inner .content h2 {
    color: #100F0C;
    font-family: var(--gotham);
    font-size: 56px;
    font-style: normal;
    font-weight: 700;
    line-height: 110%;
    /* 61.6px */
    letter-spacing: -2.8px;
    text-transform: uppercase;
}

span.bg_blue_text {
    border-radius: 10px;
    background: #02AAB5;
    color: #fff;
    padding: 0 10px;
}

.tones_flavour_row .inner .content p {
    color: #1C1C1C;
    font-family: var(--helvi);
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    /* 27px */
    letter-spacing: -0.36px;
    margin: 16px 0 30px 0;
}

.tones_flavour_row .card1 .content a {
    border-radius: 75px;
    border-top: 1px solid #100F0C;
    border-right: 4px solid #100F0C;
    border-bottom: 4px solid #100F0C;
    border-left: 1px solid #100F0C;
    background: #02AAB5;
    display: inline-flex;
    padding: 16px 40px 16px 50px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    flex-shrink: 0;
    color: #FFF;
    font-family: var(--helvi);
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 140%;
    /* 22.4px */
    letter-spacing: 0.32px;
    text-transform: uppercase;
    margin-bottom: 30px;
    text-decoration: none;
}

.tones_flavour_row .card1 .content a:hover, .tones_flavour_row .card2 .content a:hover, .tones_flavour_row .card3 .content a:hover {
    background-color: #100F0C;
}

.ingredients {
    border-radius: 15px;
    border: 1px solid #100F0C;
    background: #FFF;
    padding: 18px;
}

.ingredients p {
    margin: 20px 0px 0px 0px !important;
    border-radius: 5px;
    background: #DDF5F8;
    padding: 10px;
}

.tones_flavour_row .inner .content h3 {
    color: #100F0C;
    font-family: var(--gotham);
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 110%;
    /* 17.6px */
    letter-spacing: -0.8px;
    text-transform: uppercase;
}

.tones_flavour_row .card2 {
    background: url(../images/card2.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 20px;
    margin-bottom: 330px;
    padding-bottom: 122px;
}

.tones_flavour_row .card2 .content a {
    border-radius: 75px;
    border-top: 1px solid #100F0C;
    border-right: 4px solid #100F0C;
    border-bottom: 4px solid #100F0C;
    border-left: 1px solid #100F0C;
    background: #F58220;
    display: inline-flex;
    padding: 16px 40px 16px 50px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    flex-shrink: 0;
    color: #FFF;
    font-family: var(--helvi);
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 140%;
    /* 22.4px */
    letter-spacing: 0.32px;
    text-transform: uppercase;
    margin-bottom: 30px;
    text-decoration: none;
}


.tones_flavour_row .card2 {
    margin-top: 50px;
}

.tones_flavour_row .card2 .content {
    padding-left: 0;
    padding-right: 40px;
    width: 60%;
}

.tones_flavour_row .card2 .content .ingredients p {
    background: #FAE5BD;
}

span.bg_orange_text {
    border-radius: 10px;
    background: #F58220;
    color: #fff;
    padding: 0 10px;
}

.tones_flavour_row .card3 .high_text {
    background: #8E2B8C !important;
}

.tones_flavour_row .card2 .high_text {
    background: #F58220 !important;
}

/* Card 3 */

.tones_flavour_row .card3 {
    background: url(../images/card3.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 20px;
    margin-bottom: 330px;
    padding-bottom: 122px;
}

.tones_flavour_row .card3 .content a {
    border-radius: 75px;
    border-top: 1px solid #100F0C;
    border-right: 4px solid #100F0C;
    border-bottom: 4px solid #100F0C;
    border-left: 1px solid #100F0C;
    background: #8E2B8C;
    display: inline-flex;
    padding: 16px 40px 16px 50px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    flex-shrink: 0;
    color: #FFF;
    font-family: var(--helvi);
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 140%;
    /* 22.4px */
    letter-spacing: 0.32px;
    text-transform: uppercase;
    margin-bottom: 30px;
    text-decoration: none;
}


.tones_flavour_row .card3 {
    margin-top: 50px;
}


.tones_flavour_row .card3 .content .ingredients p {
    background: #F3C3DB;
}

/* Footer Style  */

.footer {
    padding: 106px 0 60px 0;
}

.footer .inner_row img {
    margin-bottom: 10px;
}

.footer .inner_row {
    display: flex;
    justify-content: space-between;
}

.footer .inner_row .col .links {
    width: max-content !important;
    margin: 0 0 0 auto;
    list-style: none;
}

.footer .inner_row .col .social {
    list-style: none;
    padding: 0;
    display: flex;
    gap: 10px;
    align-items: center;
}

.footer .inner_row .col .links a {
    color: #1C1C1C;
    text-decoration: none;
}

.footer .inner_row .col .links a:hover {
    color: #8E2B8C;
    font-weight: 700;
}

.footer .inner_row .col .links .acive {
    color: #8E2B8C;
    font-weight: 700;
}

.footer .inner_row:not(:last-child) {
    padding-bottom: 20px;
    border-bottom: 1px solid #000;
    margin-bottom: 10px;
}

.copyright_ro p {
    margin: 50px 0 0 0;
}

.copyright_ro ul {
    margin: 50px 0 0 0;
    list-style: none;
    padding: 0;
    display: flex;
    gap: 20px;
    text-decoration: underline;
}

.social {
    margin: 50px 0 50px 0;
}

.links {

    color: #1C1C1C;
    font-family: "Helvetica Neue";
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: -0.36px;
}


/* ResponsivenEss Style Start */

@media screen and (max-width: 1024px) {

    /* Mobile Menu Style Start */

    .hamburger {
        display: block;
    }

    ul.menu {
        position: absolute;
        display: none !important;
        flex-direction: column;
        top: 78px;
        width: 84%;
        background: #fff;
        left: 0;
        padding: 20px !important;
        right: 0;
        margin: 0 auto;
    }

    ul.menu.active {
        display: flex !important;
        top: 68px;
        opacity: 1;
    }

    .headerBtns {
        display: none;
    }

    header.container {
        width: 70%;
        border-radius: 10px !important;
    }

    header.container img.logo {
        height: 50px;
    }

    /* Mobile Menu Style End */
    .container {
        width: 100%;
        max-width: 100%;
    }

    .tones_flavour_sec .container>h2 {
        font-size: 80px;
    }

    header.container {
        padding: 10px 40px;
        margin: 20px auto 0 auto;
    }

    .tones_flavour_sec {
        padding: 80px 20px 0px 20px;
    }

    .tones_flavour_sec .container {
        width: 100%;
        margin: 0 auto;
    }

    .tones_flavour_row .inner {
        width: 100%;
        padding: 40px 0;
        display: flex;
        justify-content: space-around;
    }

    .tones_flavour_row .inner .content {
        padding-left: 0 !important;
    }

    .footer {
        padding: 106px 20px 60px 20px;
    }
}

@media screen and (max-width: 820px) {}

@media screen and (max-width: 768px) {}

@media screen and (max-width: 600px) {

    .tones_flavour_sec .container>h2 {
        font-size: 40px;
        letter-spacing: 0;
        line-height: 50px;
        margin-bottom: 30px;
    }

    .tones_flavour_row .inner {
        border-radius: 10px;
        background-position: center;
        padding: 40px 0px;
    }

    .tones_flavour_row .inner .content {
        width: 90%;
        margin: 0 auto !important;
        padding: 0;
    }

    .tones_flavour_row .inner>img {
        width: 30%;
        margin: 0 auto 30px 20px;
    }

    .tones_flavour_row .inner .content h2 {
        font-size: 36px;
    }

    .tones_flavour_row .inner.card2 {
        display: flex;
        flex-direction: column-reverse;
    }

    /* Footer */

    .footer .inner_row {
        display: flex;
        flex-direction: column;
    }

    .footer .inner_row .col .links {
        width: 100%;
        margin: 0;
    }

    .copyright_ro ul,
    .copyright_ro p {
        margin: 20px 0 0 0;
    }

}