body {
    font-family: "Roboto", sans-serif;
    color: var(--main-black);
}

html {
    scroll-behavior: smooth;
}

@font-face {
    font-family: font-light;
    src: url(../Gilroy-FREE/Gilroy-ExtraBold.otf);
}

h1,
h2,
h3 {
    line-height: 1.3;
}

p,
li,
a,
span {
    line-height: 1.3;
}

:root {
    --main-black: #161616;
    --main-grey: #707070;
    --deep-green: #4E7D61;
    --light-green: #E9F4E4;
    --orange-sunset: #FF8907;
    --purchase-red: #EE544E;
}

img {
    width: 100%;
}

.container {
    width: 90%;
    margin: 0 auto;
}

.fixed-banner {
    position: sticky;
    top: 0;
    z-index: 1000;
    background: white;
    left: 0;
    right: 0;
    padding: 10px 5px;
    display: grid;
    grid-template-columns: 1fr 1px 1fr 1px 1fr;
    align-items: start;
    height: 70px;
}

.fixed-banner span {
    display: block;
    background-color: var(--main-grey);
    height: -webkit-fill-available;
}

.fixed-banner p {
    font-size: 13px;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    color: var(--main-grey);
}

.fixed-banner p img {
    width: 35px;
    margin-bottom: 5px;
}

.hero {
    position: relative;
}


.hero ul {
    position: absolute;
    bottom: 0px;
    display: grid;
    grid-template-columns: 1fr 2px 1fr 2px 1fr;
    align-items: center;
    background: #557d61;
    color: white;
    left: 0;
    right: 0;
    text-align: center;
    padding: 5px 0px;
    font-size: 15px;
}

.hero ul li.line {
    background-color: #E3C668;
    height: 16px;
}

.hero-link {
    display: block;

    color: var(--main-black);
}

.hero h1 {
    font-size: 48px;
    font-weight: 100;
    font-family: "Bebas Neue", sans-serif;
}

.hero h1 span {
    font-family: font-light;
    font-size: 28px;

}

.hero .container {
    padding-top: 30px;
}

.hero h1 span {
    display: block;
}

.hero p {
    font-weight: 500;
    margin: 10px 0px;
    font-size: 20px;
    padding-right: 50px;
    position: relative;
    z-index: 10;
}

.badges {
    margin: 20px 0px;
}

.badges .container div.img-badges {
    display: grid;
    grid-template-columns: 80px 80px;
    justify-content: center;
    column-gap: 20px;
    padding: 10px 0px;
    align-items: center;
}

h2.title span {
    display: block;
    font-size: 27px;
    color: var(--main-grey);
    font-weight: 400;
    text-transform: none;
}

.what-is-matcha .ba {
    position: relative;
}

.what-is-matcha div:nth-of-type(2) {
    width: 90%;
    margin: 0 auto;
}

.what-is-matcha .ba p {
    position: absolute;
    background-color: white;
    padding: 4px 9px;
    text-transform: uppercase;
    font-size: 13px;
    border-top-right-radius: 8px;
    border-bottom-right-radius: 8px;
}

.what-is-matcha .ba p.before {
    top: 15%;
    transform: rotate(344deg);
    left: 5%;
}

.what-is-matcha .ba p.after {
    top: 25%;
    right: 33%;
    transform: rotate(17deg);
}

.what-is-matcha h3 {
    font-size: 23px;
    font-weight: 400;
}

.what-is-matcha p {
    font-size: 16px;
    font-weight: 500;
    margin-top: 10px;
}

.what-is-matcha p span {
    display: block;
    color: var(--main-grey);
    font-size: 14px;
    margin-top: 5px;
}

.benefits {
    margin: 20px 0px;
}

.benefits img {
    width: 15px;
    margin-right: 8px;
}

.benefits li {
    display: flex;
    align-items: center;
    margin: 8px 0px;
    font-weight: 500;
}

.testimonial {
    padding: 15px 0px;
}

.ts-header {
    display: grid;
    grid-template-columns: 0.6fr 1fr;
    column-gap: 30px;
    align-items: center;
}

.ts-img {
    border-radius: 50%;
    border: 2px solid var(--deep-green);
}

.ts-header .q {
    width: 60px;
}

.testimonial .ts-header .ts-name {
    font-size: 25px;
    font-weight: bold;
    color: var(--main-grey);
}

.vq {
    width: 120px;
    margin-top: 5px;
}

.testimonial p {
    font-size: 23px;
    font-weight: 400;
}

.cta-banner-green {
    background-color: var(--deep-green);
    padding: 30px 0px;
    color: white;
    margin-top: 30px;
}

.cta-banner-green h2 {
    font-size: 35px;
    text-align: center;
    margin: 0px 40px;
}

.cta-banner-green h2 span {
    display: block;
}

.cta-banner-green h2 span.counter {
    display: inline;
}

.cta-banner-green p {
    font-size: 20px;
    text-align: left;
}

.chart {
    display: flex;
    align-items: stretch;
    flex-direction: column;
}

.bar-chart {
    display: grid;
    grid-template-columns: 80px 1fr;
    column-gap: 15px;
    align-items: start;
    margin-top: 30px;
}

.bar-chart p {
    font-size: 24px;
    font-weight: bold;
    text-transform: uppercase;
}

.barline {
    background-color: white;
    border-radius: 5px;
    display: block;
    width: 100%;
    height: 15px;
    position: relative;
}

.countbar {
    background-color: #C2EED9;
    height: 15px;
    border-radius: 5px;
    position: relative;
}

.cta-banner-green h3 {
    background-color: #3B8D65;
    border: 3px solid white;
    box-shadow: 0px 5px 4px #00000029;
    position: absolute;
    color: #3B8D65;
    right: -20px;
    top: -5px;
    font-size: 1px;
    font-weight: 400;
    border-radius: 5px;
    z-index: 10;
    width: 20px;
    height: 20px;
    border-radius: 50%;
}


.bar p {
    color: #FFFFFFBA;
    font-size: 18px;
    text-transform: none;
    font-weight: 400;
    line-height: 1.3;
    margin: 5px 0px;
}

.cta-banner-green .cta {
    display: block;
    border: 3px solid #FFFFFF;
    border-radius: 20px;
    font-size: 32px;
    text-transform: uppercase;
    text-align: center;
    padding: 10px;
    width: 80%;
    margin: 30px auto 0px auto;
    color: white;
}

.grey-section {
    padding: 15px;
    background-color: #F3F3F3;
}

.grey-section ul li {
    display: flex;
    align-items: center;
    margin: 15px 0px;
    font-size: 23px;
    font-weight: 400;
}

.grey-section ul li img {
    width: 30px;
    margin-right: 15px;
}

.body-parts {
    margin-bottom: 30px;
}

.parts-gallery .swiper-button-next,
.parts-gallery .swiper-button-prev {
    color: white;
}

.parts-gallery .swiper-slide {
    position: relative;
}

.parts-gallery .swiper-slide p {
    position: absolute;
    top: 90%;
    left: 50%;
    transform: translate(-50%, -100%);
    background-color: white;
    text-transform: uppercase;
    font-size: 50px;
    color: var(--main-grey);
    padding: 8px;
    font-weight: 300;
    border-radius: 12px;
    width: fit-content;
    text-align: center;
}

.ingredients {
    padding: 30px 0px;
}

h2.title {
    font-size: 38px;
    text-align: center;
    font-weight: bold;
    text-transform: uppercase;
}

.ingredients .sub {
    text-align: center;
    font-size: 18px;
}

.ingredients-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    align-items: flex-start;
    gap: 15px;
    margin-top: 15px;
}

.ingr {
    background-color: #ECECEC;
    border-radius: 30px;
}

.ingr img {
    border-radius: 25px 25px 0px 0px;
}

.ingr p {
    padding: 4px 10px 8px 10px;
    font-size: 14px;
    display: flex;
    align-items: baseline;
    justify-content: space-between;
}

.ingr p .fa-solid {
    margin-left: 8px;
}

.ingr p.d {
    display: none;
}

.natural-pictograms {
    display: grid;
    grid-template-columns: repeat(3, 100px);
    justify-content: center;
    gap: 5px;
    grid-template-areas: "col1 col2 col3"
        "col4 col col5";
    margin-top: 50px;
}

.natural-pictograms img:nth-of-type(4) {
    grid-area: col4;
    width: 100px;
    margin-left: 50px;
}

.natural-pictograms img:nth-of-type(5) {
    grid-area: col5;
    width: 100px;
    margin-left: -50px;
}

.compare {
    padding: 30px 0px;
}

.img-banner {
    padding: 30px 0px;
}

.img-banner h3 {
    font-size: 35px;
    text-align: center;
    font-weight: 600;
    margin-bottom: 30px;
}

.img-banner h3 span {
    font-weight: 400;
}

.target-zones-blobs {
    position: relative;
    margin-bottom: -5px;
}

.blob {
    background: white;
    border-radius: 50%;
    margin: 10px;
    height: 20px;
    width: 20px;
    margin: 15px auto;

    box-shadow: 0 0 0 0 rgba(0, 0, 0, 1);
    transform: scale(1);
    animation: pulse 2s infinite;
    position: absolute;
}

@keyframes pulse {
    0% {
        transform: scale(0.90);
        box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.7);
    }

    70% {
        transform: scale(1);
        box-shadow: 0 0 0 30px rgba(255, 250, 250, 0);
    }

    100% {
        transform: scale(0.90);
        box-shadow: 0 0 0 0 rgba(252, 251, 251, 0);
    }
}

.blob-zone-1 {
    right: 20%;
    top: 30%;
}

.blob-zone-2 {
    top: 30%;
    left: 30%;
}

.blob-zone-3 {
    top: 50%;
    left: 50%;
}

.blob-zone-4 {
    bottom: 10%;
    left: 30%;
}

.happy-customers {
    padding: 30px 0px;
}

.happy-customers h2 {
    font-size: 38px;
    color: var(--main-grey);
    font-weight: 400;
    text-align: center;
    margin-bottom: 30px;
}

.happy-customers h2 span {
    display: flex;
    font-size: 86px;
    color: var(--deep-green);
    font-weight: bold;
    justify-content: center;
}

.happy-customers .all-reviews .swiper-button-prev,
.happy-customers .all-reviews .swiper-button-next {
    display: block;
}

.happy-customers .review {
    background-color: var(--light-green);
    padding: 15px 30px;
    border-radius: 60px;
    /* width: 80%; */
    margin: 0 auto;
    height: 100%;

    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.happy-customers .review img {
    width: 50px;
    display: block;
    margin: 10px auto 20px auto;
}

.happy-customers .review p {
    text-align: center;
    font-size: 20px;
    font-weight: 400;
    margin: 15px 0px;
}

.happy-customers .review span {
    color: #000000ba;
    font-size: 18px;
    font-weight: bold;
    display: block;
    text-align: center;
}

.happy-customers .swiper-button-next:after,
.happy-customers .swiper-button-prev:after {
    color: #9B9B9B;
    font-size: 23px;
}

.all-reviews .swiper-wrapper {
    align-items: stretch;
    padding: 30px 0px;
}

.all-reviews .swiper-slide {
    height: auto;
}

.all-reviews .swiper-slide-prev,
.all-reviews .swiper-slide-next {
    transform: scale(0.8);
}

.all-reviews .swiper-slide-active {
    transform: scale(1);
}

.matcha-types,
.matcha-types img {
    position: relative;
}

.matcha-types h2 {
    position: absolute;
    top: 30px;
    left: 0;
    right: 0;
    z-index: 10;
    margin: 0px 10px;
}

.matcha-types p {
    text-transform: lowercase;
    position: absolute;
    font-size: 20px;
    z-index: 10;
    font-weight: 500;
    text-align: center;
}

.matcha-types p.classic {
    left: 30px;
    top: 170px;
}

.matcha-types p.latte {
    bottom: 65px;
    right: 30px;
}

.receips {
    display: grid;
    grid-template-columns: 1fr 1fr;
    column-gap: 15px;
    margin-top: 30px;
}

.receips li {
    color: #000000BA;
    font-size: 14px;
    margin-bottom: 10px;
}

.matcha-prep span {
    color: #000000BA;
    text-align: center;
    display: block;
}

.matcha-prep h3 {
    text-transform: uppercase;
    font-size: 38px;
    font-weight: 400;
    text-align: center;
    margin: 40px auto;
}

.buy-box .container {
    display: grid;
    grid-template-columns: 1fr 1fr;
    column-gap: 10px;
    align-items: center;
}

.pBox {
    background: #FFFFFF;
    box-shadow: 0px 30px 20px #00000029;
    border: 1px solid #3B8D65;
    height: fit-content;
}

.pBox .save {
    background-color: var(--deep-green);
    padding: 8px;
    font-size: 22px;
    font-weight: bold;
    color: white;
    text-align: center;
    text-transform: uppercase;
}

.pBox img.prod-img {
    width: 150px;
    display: block;
    margin: 0 auto;
}

.prod-name {
    display: grid;
    grid-template-columns: 1fr 1fr;
    align-items: center;
    padding: 0px 8px;
    margin-bottom: 10px;
}

.prod-name p {
    font-size: 10px;
    font-weight: bolder;
    text-transform: uppercase;
}

.prod-info {
    font-size: 10px;
    color: var(--main-grey);
    padding: 0px 8px;
    margin-bottom: 10px;
}

p.discount {
    color: white;
    background-color: var(--purchase-red);
    font-weight: 800;
    font-size: 18px;
    display: inline-block;
    text-align: center;
    border-radius: 5px;
    width: fit-content;
    padding: 5px 10px;
    margin-left: auto;
}

.pBox span {
    font-weight: 600;
    text-transform: uppercase;
    font-size: 11px;
    display: block;
    padding: 0px 8px;
    display: flex;
    align-items: center;
}

.pBox span.plus {
    color: #69C500;
    font-weight: 700;
    font-size: 20px;
    display: block;
    padding: 0;
    margin-right: 5px;
}

.buy-now {
    /* display: grid;
    grid-template-columns: 0.6fr 1fr; */
    /* align-items: center; */
    padding: 0px 8px 8px 8px;
    margin-top: 10px;
}

.buy-now .cta-buy {
    background-color: var(--orange-sunset);
    color: white;
    text-align: center;
    padding: 5px 0px;
    display: block;
    width: 100%;
}

.buy-now .price {
    font-weight: bold;
}

.buy-now .old-price {
    color: #272727;
    font-size: 10px;
    text-decoration: line-through;
}

.final-banner {
    margin: 50px 0px;
    text-align: center;

}

.final-banner h2 {
    font-size: 60px;
    font-family: "Bebas Neue", sans-serif;
    font-weight: 400;
    letter-spacing: 2px;
}

.final-banner h2 span {
    color: white;
    background-color: var(--deep-green);
    padding: 8px;
    text-transform: uppercase;
    border-radius: 10px;
}

footer {
    background-color: var(--main-black);
    color: white;
    padding: 15px;
}

footer img {
    width: 100px;
    display: block;
    margin: 0 auto;
}

footer p.about {
    text-transform: uppercase;
    margin-bottom: 10px;
    font-weight: 500;
    font-size: 14px;
}

footer p.about span {
    font-size: 14px;
    color: #FFFFFFBA;
    display: block;
    text-transform: none;
    text-align: left;
    margin-top: 15px;
}

footer span {
    font-size: 14px;
    color: #FFFFFFBA;
    text-align: right;
}

.disclaimer {
    color: #FFFFFFBA;
    font-size: 12px;
    margin-top: 15px;
}

.on-desktop {
    display: none;
}

@media only screen and (min-width: 768px) {
    .fixed-banner p {
        flex-direction: row;
        justify-content: center;
        font-size: 15px;
        font-weight: 500;
    }

    .fixed-banner p img {
        margin-bottom: 0;
        margin-right: 10px;
        width: 45px;
    }

    .on-mobile {
        display: none;
    }

    .on-desktop {
        display: block;
    }

    .container {
        width: 80%;
        margin: 0 auto;
    }

    .hero .hero-link {
        display: grid;
        grid-template-columns: 0.5fr 1fr;
        align-items: center;
    }

    .hero .hero-link h1 {
        font-size: 35px;
        font-weight: 100;
        line-height: 1.1;
    }

    .hero h1 span {
        font-size: 20px;
    }

    .hero p {
        padding-right: 0;
        font-size: 17px;
    }

    .hero ul {
        display: grid;
        grid-template-columns: 1fr 1px 1fr 1px 1fr;
        font-weight: 500;
        margin-top: 10px;

        position: unset;
        padding: 0;
        background: transparent;
        color: var(--main-black);

    }

    .hero ul li.line {
        background-color: var(--main-grey);
    }

    .badges .container {
        grid-template-columns: repeat(3, 80px);
        justify-content: center;
        margin: 20px auto;
        padding: 0;
    }

    h2.title {
        font-size: 30px;

    }

    .what-is-matcha {
        display: grid;
        grid-template-columns: 1fr 1fr;
        margin-top: 30px;
        align-items: center;
        background-size: cover;
        background-image: url(../images/WOWTEA-WEB-LP-Matcha-detox-Background.webp);
    }

    .what-is-matcha .ba {
        background-image: none;
    }

    .what-is-matcha h3 {
        font-size: 18px;
    }

    .benefits li {
        color: var(--main-grey);
    }

    .compare img.on-mobile {
        display: none;
    }

    .testimonial {
        display: grid;
        grid-template-columns: 120px 200px;
        column-gap: 15px;
        justify-content: center;
        align-items: center;
    }

    .testimonial p {
        font-size: 17px;
    }

    .ts-header {
        display: block;
    }

    .ts-header .q {
        width: 40px;
    }

    .testimonial .ts-header .ts-name {
        font-size: 20px;
    }

    .cta-banner-grid-d {
        display: grid;
        grid-template-columns: 0.8fr 1fr;
        column-gap: 30px;
        align-items: center;
    }

    .cta-banner-green h2 {
        font-size: 30px;
        margin-bottom: 20px;
    }

    .cta-banner-green .cta {
        font-size: 25px;
    }

    .grey-section ul {
        display: grid;
        grid-template-columns: 1fr 1fr;
        column-gap: 15px;
        padding: 20px 10px;
    }

    .parts-gallery .swiper-slide p {
        font-size: 30px;
        top: 80%;
    }

    .ingredients-grid {
        grid-template-columns: repeat(4, 1fr);
    }

    .compare img {
        width: 450px;
        display: block;
        margin: 15px auto;
    }

    .img-banner h3 {
        font-size: 30px;
        width: 60%;
        margin: 0 auto 30px auto;
    }

    .img-banner h3 .happy-customers {
        margin: 0px 15px;
    }

    .matcha-types h2 {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-5%, -50%);
        font-size: 22px;
        width: 45%;
    }

    .matcha-types p.classic {
        left: 5px;
        top: 90px;
    }

    .matcha-types p.latte {
        bottom: 65px;
        right: 330px;
    }

    footer div {
        display: grid;
        grid-template-columns: 100px 1fr;
        align-items: center;
        column-gap: 30px;
    }

    footer div:nth-of-type(2) {
        grid-template-columns: 1fr 1fr;
        margin-top: 20px;
    }

    footer {
        padding: 15px 20%;
    }
}


@media only screen and (min-width: 992px) {

    .hero p {
        margin: 25px 0px;
    }


    .compare img {
        width: 550px;
    }

    .happy-customers h2 {
        font-size: 34px;
    }

    .matcha-types p.latte {
        right: 450px;
    }

    .matcha-types h2 {
        font-size: 30px;
        text-align: left;
        left: 55%;
        transform: translate(0%, -50%);

        width: 30%;
    }

    div.classic,
    div.latte {
        display: grid;
        grid-template-columns: 1fr 1fr;
        align-items: center;
    }

    .imgs-grid {
        display: grid;
        grid-template-columns: 1fr 1fr;
    }

    .all-reviews .swiper-button-prev,
    .all-reviews .swiper-button-next {
        display: none;
    }

    .all-reviews .swiper-slide-prev,
    .all-reviews .swiper-slide-next {
        transform: scale(1);
    }


    .blob {
        width: 25px;
        height: 25px;
    }

    .receips li {
        font-size: 16px;
    }

    .classic ul,
    .latte ul {
        display: flex;
        flex-direction: column;
        justify-content: space-evenly;
        height: -webkit-fill-available;
    }

    .matcha-prep h3 {
        margin-top: 150px;
    }

    .buy-box .container {
        grid-template-columns: 300px 300px;
        justify-content: center;
        align-items: center;
    }

    .final-banner {
        margin: 60px 0px;
    }
}


@media only screen and (min-width: 992px) {
    .hero .hero-link {
        column-gap: 15px;
    }

    .hero .hero-link h1 {
        font-size: 55px;
    }

    .hero p {
        font-size: 20px;
    }

    .hero ul {
        align-items: center;
        margin-left: -30px;
    }

    .hero ul li {
        text-align: center;
    }


    .hero .container {
        width: 95%;
        margin-right: 0;
    }

    .matcha-detox {
        padding: 30px 0px;
    }

    h2.title {
        font-size: 35px;
    }

    .what-is-matcha {
        background-position: top;
    }

    .what-is-matcha p span {
        margin-top: 15px;
    }

    .what-is-matcha h3 {
        font-size: 23px;
    }

    .benefits li {
        margin: 20px 0px;
    }

    .testimonial {
        grid-template-columns: 100px 300px;
    }

    .on-desktop.ts-header img:nth-of-type(2) {
        width: 120px;
        display: block;
    }

    .grey-section ul {
        grid-template-columns: 350px 350px;
        justify-content: center;
    }

    .ingredients {
        padding: 60px 0px;
    }

    .ingr p.d {
        font-size: 15px;
    }

    .ingredients-grid {
        margin-top: 50px;
        column-gap: 30px;
    }

    .container {
        width: 70%;
    }

    .happy-customers {
        width: 70%;
        margin: 0 auto;
    }
}


@media only screen and (min-width: 1200px) {

    .fixed-banner {
        height: 40px;
    }

    .badges .container div.img-badges {
        margin-bottom: 10px;
    }

    .cta-banner-green .cta {
        padding: 15px 10px;
        width: 75%;
        margin-left: 0;
    }

    .matcha-types p.latte {
        right: 540px;
        bottom: 100px;
        color: var(--main-grey);
    }

    .matcha-types p.classic {
        left: 65px;
        color: var(--main-grey);
        top: 145px;
    }

    .matcha-prep span {
        color: var(--main-black);
        margin-top: 20px;
        font-weight: 600;
    }

    .pBox img.prod-img {
        width: 220px;
        margin-bottom: -35px;
    }

    .prod-name p {
        font-size: 18px;
    }

    .pBox .rev {
        font-size: 12px;
        color: #C5C5C5;

    }

    .pBox .rev img {
        width: 80px;
        display: block;
    }

    .prod-info {
        font-size: 15px;
    }

    .buy-now .price {
        font-size: 26px;
    }

    .final-banner h2 {
        font-size: 70px;
    }
}


@media only screen and (min-width: 1400px) {


    /* .badges .container {
        grid-template-columns: 100px 100px 200px;
    } */

    .hero .container {
        width: 90%;
    }

    .hero .hero-link h1 {
        font-size: 65px;
    }

    .hero h1 span {
        font-size: 35px;
    }

    .hero p {
        font-size: 25px;
        font-weight: 400;
    }

    .badges .container {
        margin-top: 50px;
    }

    h2.title {
        width: 65%;
        margin-left: auto;
        margin-right: auto;
    }

    .matcha-types h2 {
        width: 30%;
        margin-left: 0;
    }

    .what-is-matcha {
        grid-template-columns: 600px 600px;
        justify-content: center;
    }

    .what-is-matcha .ba p.before {
        top: 15%;
        transform: rotate(347deg);
        left: 19%;
        padding: 4px 9px;
    }

    .what-is-matcha .ba p.after {
        top: 25%;
        right: 33%;
        transform: rotate(17deg);
        padding: 4px 9px;

    }

    .cta-banner-green {
        margin-top: 60px;
    }

    .ingr p {
        font-size: 16px;
        padding: 8px 10px 10px 10px;
    }

    .blob-zone-3 {
        top: 52%;
        left: 51%;
    }

    .blob-zone-4 {
        bottom: 15%;
    }

    .natural-pictograms {
        grid-template-columns: repeat(5, 120px);
        column-gap: 25px;
    }

    .natural-pictograms img:nth-of-type(4),
    .natural-pictograms img:nth-of-type(5) {
        width: 120px;
        grid-area: unset;
        margin: 0;
    }

    .matcha-types p.classic {
        left: 130px;
        top: 190px;
    }

    .matcha-types p.latte {
        right: 720px;
        bottom: 125px;
    }
}


@media only screen and (min-width: 1600px) {
    .container {
        width: 60%;
    }

    .hero .hero-link h1 {
        font-size: 70px;
    }

    .cta-banner-green h2 {
        font-size: 40px;
    }

    .img-banner h3 {
        width: 50%;
    }

    .matcha-types p {
        font-size: 25px;
    }

    h2.title {
        font-size: 42px;
    }
}


@media only screen and (min-width: 1800px) {
    .hero .hero-link h1 {
        font-size: 80px;
    }

    .what-is-matcha h3 {
        font-size: 35px;
    }

    .what-is-matcha p span {
        font-size: 16px;
    }

    .benefits li {
        font-size: 20px;
    }

    .ingr p {
        font-size: 18px;
    }

    .compare img {
        width: 650px;
    }

    .matcha-types p.latte {
        right: 45%;
        bottom: 165px;
    }

    .matcha-types p.classic {
        left: 10%;
        top: 245px;
    }
}


@media only screen and (min-width: 2000px) {
    body {
        width: 1900px;
        margin: 0 auto;
    }

    .hero .hero-link h1 {
        font-size: 85px;
    }

    .hero ul li {
        font-size: 18px;
    }

    /* .badges .container {
        margin-top: 90px;
    } */

    .pBox img.prod-img {
        width: 90%;
    }
}
