@import url('https://fonts.googleapis.com/css2?family=Zen+Antique+Soft&display=swap');
:root {
    --accent-color: #783A2F;
	--jp-font: "Zen Antique Soft", serif;
}

@font-face {
    font-family: 'Right Grotesk Compact';
    src: url('../fonts/RightGrotesk-CompactBlack.eot');
    src: url('../fonts/RightGrotesk-CompactBlack.eot?#iefix') format('embedded-opentype'),
        url('../fonts/RightGrotesk-CompactBlack.woff2') format('woff2'),
        url('../fonts/RightGrotesk-CompactBlack.woff') format('woff'),
        url('../fonts/RightGrotesk-CompactBlack.ttf') format('truetype'),
        url('../fonts/RightGrotesk-CompactBlack.svg#RightGrotesk-CompactBlack') format('svg');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Right Grotesk';
    src: url('../fonts/RightGrotesk-Medium.eot');
    src: url('../fonts/RightGrotesk-Medium.eot?#iefix') format('embedded-opentype'),
        url('../fonts/RightGrotesk-Medium.woff2') format('woff2'),
        url('../fonts/RightGrotesk-Medium.woff') format('woff'),
        url('../fonts/RightGrotesk-Medium.ttf') format('truetype'),
        url('../fonts/RightGrotesk-Medium.svg#RightGrotesk-Medium') format('svg');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Right Grotesk Tight';
    src: url('../fonts/RightGrotesk-TightMedium.eot');
    src: url('../fonts/RightGrotesk-TightMedium.eot?#iefix') format('embedded-opentype'),
        url('../fonts/RightGrotesk-TightMedium.woff2') format('woff2'),
        url('../fonts/RightGrotesk-TightMedium.woff') format('woff'),
        url('../fonts/RightGrotesk-TightMedium.ttf') format('truetype'),
        url('../fonts/RightGrotesk-TightMedium.svg#RightGrotesk-TightMedium') format('svg');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Circular Std';
    src: url('../fonts/CircularStd-Medium.eot');
    src: url('../fonts/CircularStd-Medium.eot?#iefix') format('embedded-opentype'),
        url('../fonts/CircularStd-Medium.woff2') format('woff2'),
        url('../fonts/CircularStd-Medium.woff') format('woff'),
        url('../fonts/CircularStd-Medium.ttf') format('truetype'),
        url('../fonts/CircularStd-Medium.svg#CircularStd-Medium') format('svg');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@keyframes jump-shaking {
    0% {
        transform: translateX(0)
    }

    25% {
        transform: translateY(-9px)
    }

    35% {
        transform: translateY(-9px) rotate(8deg)
    }

    55% {
        transform: translateY(-9px) rotate(-8deg)
    }

    65% {
        transform: translateY(-9px) rotate(8deg)
    }

    75% {
        transform: translateY(-9px) rotate(-8deg)
    }

    100% {
        transform: translateY(0) rotate(0)
    }
}

.jump-shaking {
    animation: jump-shaking 3s ease infinite;
}

.jump-shaking.reverse{
    animation: jump-shaking 3s ease infinite reverse 1s;
}

.jp-font{
	font-family: var(--jp-font) !important;
}

body {
    font-family: 'Circular Std';
    font-size: 16px;
    color: #121216;
    line-height: 1.5;
    font-weight: 400;
    background-color: #fff;
    padding: 0;
    margin: 0;
}

a {
    text-decoration: none;
}

ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.btn {
    font-family: 'Right Grotesk Compact';
    font-size: 30px;
    color: #fff;
    line-height: 1.3;
    font-weight: 900;
    background-color: var(--accent-color);
    text-transform: uppercase;
    border: none;
    border-radius: 0;
    padding: 12px 22px 16px;
    margin: 0;
    transition: 0.5s ease-in-out;
    box-shadow: 0px 12px 14px 0px rgba(0, 0, 0, 0.23);
}

.btn:hover {
    background-color: #6b3228;
    color: #fff;
}

.btn-white {
    background-color: #fff;
    color: var(--accent-color);
}

.btn-white:hover {
    background-color: #efefef;
    color: var(--accent-color);
}

.btn-sm{
    font-family: 'Right Grotesk Compact';
    font-size: 18px;
    color: #fff;
    line-height: 1.3;
    font-weight: 900;
    background-color: var(--accent-color);
    text-transform: uppercase;
    letter-spacing: 1px;
    text-align: center;
    border: none;
    border-radius: 0;
    padding: 10px 18px 14px;
    margin: 0;
    transition: 0.5s ease-in-out;
    box-shadow: 0px 12px 14px 0px rgba(0, 0, 0, 0.23);
}

.vanilla-btn{
    background-color: #DFDDC8;
    color: #5C573E;
}


.button-72:hover {
  background-image: linear-gradient(#B384C9, #391F5B 50%);
}

@media (min-width: 768px) {
  .button-72 {
    font-size: 21px;
    padding: 18px 34px;
  }
}

/* SLICK SLIDER */
.slick-arrow {
    position: absolute;
    top: 50%;
    z-index: 999;
    background: rgba(0, 0, 0, 0.5);
    color: #fff;
    border: none;
    height: 40px;
}

.slick-prev {
    left: 0;
}

.slick-next {
    right: 0;
}


/*BANNER START*/
.banner-section {
    background-image: url('../images/landing/banner-bg.jpg');
    height: 1080px;
}

.banner-section .masthead {
    padding: 30px 0 0 0;
    margin: 0;
}

.banner-section .masthead .brand{
	display: flex;
	align-items: center;
	gap: 20px;
}

.banner-section .hero-text {
    padding: 130px 0 0 0;
    margin: 0;
}

.banner-section .hero-text .img-block{
    position: relative;
    display: flex;
    justify-content: center;
    align-items: flex-start;
    gap: 30px;
    height: 100%;
}

.banner-section .hero-text .img-block .img-block__group{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    gap: 30px;
}

.banner-section .hero-text .img-block img{
    height: 420px;
}

.banner-section .hero-text .img-block .img-block__group:last-child{
    align-self: flex-end;
}

.banner-section .hero-text .text-block {
    color: #fff;
    padding: 0;
    margin: 0;
}

.banner-section .hero-text .text-block h3 {
    font-family: 'Right Grotesk Tight';
    font-size: 40px;
    font-size: clamp(1.5rem, 1.3148rem + 0.9877vw, 2.5rem);
    color: #fff;
    line-height: 1.3;
    letter-spacing: 2.4px;
    text-transform: uppercase;
    padding: 0;
    margin: 0 0 40px 0;
}

.banner-section .hero-text .text-block h1 {
    font-family: 'Right Grotesk Compact';
    font-size: 80px;
    font-size: clamp(2.625rem, 2.1852rem + 2.3457vw, 5rem);
    color: #fff;
    line-height: 1;
    font-weight: 900;
    padding: 0;
    margin: 0 0 53px 0;
}

.banner-section .hero-text .text-block h1.jp-font{
	font-size: clamp(2.25rem, 2.1111rem + 0.7407vw, 3rem);
}

.banner-section .hero-text .text-block p {
    font-family: inherit;
    font-size: 19px;
    color: #fff;
    line-height: 1.5;
    font-weight: 500;
    padding: 0;
    margin: 0 0 43px 0;
}

/* Why Choose Section */
.why-choose-section {
    position: relative;
    background-color: #D6D6D6;
    background-color: #fff;
    padding: 0;
    margin: 0;
}

.why-choose-section .text-block {
    padding: 0;
    margin: 0;
}

.why-choose-section .text-block p {
    font-family: inherit;
    font-size: 15px;
    color: rgb(120 58 47);
    text-transform: capitalize;
    line-height: 1;
    padding: 5px 10px;
    margin: 0 0 20px 0;
    background: #ffffff;
    max-width: max-content;
    border-radius: 2px;
    font-weight: 400;
    border: 1px solid currentColor;
}

.why-choose-section .text-block h2 {
    padding: 0;
    margin: 0 0 30px 0;
}

.why-choose-section .text-block h2.jp-font{
    font-size: 1.6rem;
}

.why-choose-section .text-block ul {
    padding: 0;
    margin: 0 0 30px 0;
}

.why-choose-section .text-block ul li {
    position: relative;
    font-family: inherit;
    font-size: 14px;
    color: rgb(18, 18, 22);
    line-height: 1.1;
    padding: 0 0 0 12px;
    margin: 0 0 15px 0;
}

.why-choose-section .text-block ul li::before {
    content: '•';
    position: absolute;
    top: 0;
    left: 0;
}

.why-choose-section .video-wrapper {
    position: relative;
}

.why-choose-section .video-wrapper .nz-seal {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    max-width: 100px;
    animation: seal 60s linear infinite;
}

@keyframes seal {
    100% {
        transform: translate(-50%, -50%) rotate(720deg);
    }
}

.why-choose-section .video-wrapper video {
    display: block;
    margin-left: auto;
}

.why-choose-section .video-wrapper::before {
    display: none;
    content: '';
    position: absolute;
    left: 167px;
    top: 0;
    bottom: 0;
    width: 100px;
    background-color: #ffffff;
    background-image: linear-gradient(270deg, #d6d6d6, transparent);
}


.why-choose-section .right-block {
    width: 30%;
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    background-color: #fff;
    padding: 90px 36px;
    margin: 0;
    z-index: 888;
    box-shadow: -36px 0px 73px -60px rgba(0, 0, 0, 0.61);

    display: flex;
    justify-content: space-between;
    flex-direction: column;
}

.why-choose-section .right-block>.block {
    width: 250px;

}

.why-choose-section .right-block>.block+.block {
    border-top: 1px solid #DFDFDF;
    padding-top: 25px;
}

.why-choose-section .right-block>.block>.icon {
    padding: 0;
    margin: 0 0 20px 0;
}

.why-choose-section .right-block>.block>h3 {
    font-family: inherit;
    font-size: 24px;
    color: #121216;
    line-height: 1.3;
    text-transform: capitalize;
    padding: 0;
    margin: 0 0 16px 0;
}

.why-choose-section .right-block>.block>p {
    font-family: inherit;
    font-size: 14px;
    color: #4c4a44;
    line-height: 1.3;
    padding: 0;
    margin: 0;
}

/* three-products-section */
.three-products-section {
    background-color: #fff;
    padding: 80px 0;
    margin: 0;
}

.three-products-section .slick-slide a > img{
    max-height: 350px;
}
 

/* Everybody Need Protein */
.everybody-needs-protein-section {
    background-color: var(--accent-color);
    background-image: url('../images/landing/brown-product.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 0 0;
    padding: 200px 0;
    margin: 0;
}

.everybody-needs-protein-section.vanilla-bg {
    background-color: #DFDDC7 !important;
    background-image: url('../images/landing/vanilla-product.jpg');
}

.everybody-needs-protein-section .text-block {
    color: #fff;
}

.everybody-needs-protein-section .text-block h2 {
    font-family: 'Right Grotesk Compact';
    font-size: 60px;
    font-size: clamp(2.25rem, 1.9722rem + 1.4815vw, 3.75rem);
    color: #fff;
    line-height: 1.3;
    font-weight: 900;
    padding: 0;
    margin: 0 0 60px 0;
}

.everybody-needs-protein-section .text-block.jp-block h2 {
    font-size: clamp(2.25rem, 1.9722rem + 1.4815vw, 3.2rem);
}

.everybody-needs-protein-section .text-block h2 > span {
    display: block;
    width: max-content;
    /* background-image: url('../images/landing/marker.png');
    background-repeat: no-repeat;
    background-position: 0 35px;
    background-size: contain;
    padding-bottom: 20px; */
}

.everybody-needs-protein-section.vanilla-bg .text-block h2 {
    color: #5c573e;
    text-shadow: none;
}

.everybody-needs-protein-section.vanilla-bg .text-block .btn.btn-white {
    color: #f9f7eb;
    background: #5c573e;
    text-transform: capitalize;
}


.everybody-needs-protein-section .text-block p {
    font-family: inherit;
    font-size: 18px;
    color: #fff;
    line-height: 1.3;
    padding: 0;
    margin: 0 0 40px 0;
}

/**/
.gogood-difference-section {
    background-color: #f3f5f9;
    padding: 80px 0;
    margin: 0;
}

.gogood-difference-section .title-block {
    padding: 0;
    margin: 0 0 60px 0;
}

.gogood-difference-section .title-block h2 {
    font-family: 'Right Grotesk Compact';
    font-size: 60px;
    font-size: clamp(2.25rem, 1.9722rem + 1.4815vw, 3.75rem);
    color: rgb(18, 18, 22);
    line-height: 1.1;
    padding: 0;
    margin: 0;
}

.gogood-difference-section .title-block h2.jp-font {
	font-size: clamp(1.25rem, 1.0648rem + 0.9877vw, 2.25rem);
}

.gogood-difference-section .title-block p {
    font-family: inherit;
    font-size: 18px;
    color: rgb(18, 18, 22);
    line-height: 1.5;
    padding: 0;
    margin: 0;
}

.gogood-difference-section .video-wrapper {
    overflow: hidden;
}

.gogood-difference-section .video-wrapper>img {
    transition: scale 10s ease-in-out;
}

.gogood-difference-section .video-wrapper:hover>img {
    scale: 1.5;
}

.gogood-difference-section .play-btn {
    display: block;
    --_size: 160px;
    width: var(--_size);
    height: var(--_size);
    background-color: #ffffff94;
    background-image: url('../images/landing/play-btn.png');
    background-repeat: no-repeat;
    background-position: 57%;
    border-radius: 50%;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    animation: ripple 1s ease-in-out infinite;
    backdrop-filter: blur(6px);
    outline: 1px solid #783a2f80;
    outline-offset: -10px;
}

@keyframes ripple {
    0% {
        box-shadow: 0 0 0 0 rgba(255, 255, 255, 1);
    }

    100% {
        box-shadow: 0 0 0 10px rgba(255, 255, 255, 0);
    }
}

/* Review Section */
.review-section {
    background-color: #CFC9B1;
    background-image: url('../images/landing/review-bg.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: right top;
    padding: 90px 0;
    margin: 0;
}

.review-section h2 {
    font-family: 'Right Grotesk Compact';
    font-size: 60px;
    font-size: clamp(2.25rem, 1.9722rem + 1.4815vw, 3.75rem);
    color: rgb(55, 49, 33);
    line-height: 1.1;
    padding: 0;
    margin: 0 0 80px 0;
}

.review-section .all-reviews {
    /*    padding: 0;*/
    margin: 0;
}

.review-section .all-reviews .block {
    background-color: #fff;
    background-image: url('../images/landing/review-block-bg.png');
    background-repeat: no-repeat;
    background-position: right bottom;
    padding: 20px;
    margin: 0;
    box-shadow: 0px 12px 14px 0px rgba(0, 0, 0, 0.03);
}

.review-section .all-reviews .block p {
    font-family: inherit;
    font-size: 20px;
    color: rgb(50, 50, 50);
    line-height: 1.3;
    padding: 0;
    margin: 0 0 30px 0;
}

.review-section .all-reviews .block .stars {
    color: #FFC000;
}

/* Footer */
footer {
    background-color: #000;
    padding: 20px 0;
}

footer .footer-logo a {
    display: inline-block;
}


/**
* RESPONSIVE 
*/

@media only screen and (max-width: 1366px) {
    .why-choose-section .video-wrapper::before {
        left: 64px;
    }
}

@media only screen and (max-width: 1199px) {
    .btn {
        font-size: 24px;
    }

    .banner-section {
        height: 800px;
    }

    .banner-section .img-block {
        scale: 0.8;
    }

    .banner-section .hero-text .text-block h3 {
        margin: 0 0 12px 0;
    }

    .banner-section .hero-text .text-block h1 {
        margin: 0 0 45px 0;
    }

    .banner-section .hero-text .text-block p {
        font-size: 14px;
        margin: 0 0 20px 0;
    }

    .why-choose-section .right-block {
        overflow-y: scroll;
    }

    .why-choose-section .video-wrapper::before {
        left: 0;
    }

    .review-section h2>br {
        display: none;
    }
}


@media only screen and (max-width: 991px) {
    .banner-section {
        height: auto;
        background-repeat: no-repeat;
        background-size: cover;
    }

    .banner-section .hero-text .img-block {
        justify-content: space-between;
    }

    .banner-section .hero-text {
        padding: 30px 0 0 0;
        margin: 0;
    }

    .banner-section .hero-text .row {
        flex-direction: column-reverse;
    }

    .why-choose-section {
        background-color: #fff;
        padding: 60px 0 0 0;
        margin: 0;
    }

    .why-choose-section .text-block h2 {
        margin: 0 0 30px 0;
    }

    .why-choose-section .col-lg-8.text-end {
        text-align: center !important;
    }

    .why-choose-section .video-wrapper video {
        display: block;
        margin-left: auto;
        margin-right: auto;
    }

    .why-choose-section .video-wrapper::before {
        background: none;
    }

    .why-choose-section .right-block {
        width: 100%;
        position: absolute;
        right: 0;
        top: unset;
        bottom: 0;
        left: 0;
        padding: 40px 30px;
        display: flex;
        justify-content: space-between;
        flex-direction: row;
    }

    .why-choose-section .right-block>.block {
        width: 100%;
    }

    .why-choose-section .right-block>.block+.block {
        border-left: 1px solid #DFDFDF;
        border-top: none;
        padding-top: 0;
        padding-left: 22px;
    }

    .why-choose-section video {
        height: 585px;
    }

    .gogood-difference-section .title-block h2 {
        margin: 0 0 30px 0;
    }

    .everybody-needs-protein-section.vanilla-bg {
        background-color: #DFDDC7 !important;
        background-image: url('../images/landing/vanilla-product.jpg');
        background-position: bottom right;
        background-size: contain;
    }

    .gogood-difference-section .play-btn {
        --_size: 130px;
        background-position: 54%;
        background-size: 46px;
    }

    .review-section .all-reviews .block {
        margin: 30px 0 0 0;
    }

    .why-choose-section .col-lg-7.text-end {
        text-align: center !important;
    }

    .why-choose-section .right-block {
        position: initial;
    }

    .banner-section .hero-text .text-block h1 {
        margin-bottom: 20px;
    }

    .everybody-needs-protein-section {
        position: relative;
    }

    /* .everybody-needs-protein-section:before {
        content: "";
        position: absolute;
        width: 100%;
        height: 100%;
        background: rgba(0, 0, 0, .5);
        left: 0;
        top: 0;
        z-index: 2;
    } */

    .everybody-needs-protein-section .text-block {
        position: relative;
        z-index: 4;
    }

    .everybody-needs-protein-section .text-block h2 {
        margin-bottom: 20px;
    }

    .btn {
        font-size: 20px;
    }

    .gogood-difference-section {
        padding: 50px 0;
    }

    .gogood-difference-section .title-block {
        margin-bottom: 30px;
    }



    .review-section {
        position: relative;
    }

    .review-section:before {
        content: "";
        position: absolute;
        width: 100%;
        height: 100%;
        background: rgba(120, 58, 47, .5);
        left: 0;
        top: 0;
        z-index: 2;
    }

    .review-section .container {
        position: relative;
        z-index: 9;
    }

    .review-section h2 {
        color: #fff;
        margin: 0 0 20px 0;
    }




}

@media only screen and (max-width: 767px){
	.btn-group {
    	border-radius: var(--bs-border-radius);
		flex-direction: column;
	}
    .everybody-needs-protein-section {
        padding: 100px 0;
    }
    .everybody-needs-protein-section:not(.vanilla-bg) .text-block h2{
        text-align: right;
    }
    .everybody-needs-protein-section:not(.vanilla-bg) .text-block h2 > span{
        margin-left: auto;
    }
}

@media only screen and (max-width: 600px) {
	.banner-section .masthead .brand {
		display: flex;
		align-items: center;
		gap: 20px;
		max-width: 60px;
	}
	
    .why-choose-section .right-block {
        position: initial;
        flex-wrap: wrap;
    }

    .why-choose-section .right-block>.block+.block {
        border-left: none;
        border-top: 1px solid #dfdfdf;
        padding-top: 30px;
        padding-left: 0;
        margin-top: 30px;
    }

    .everybody-needs-protein-section {
        padding: 70px 0;
    }

    .footer-logo {
        text-align: center;
        margin-bottom: 26px;
    }

    .footer-logo.text-end {
        text-align: center !important;
        margin: 0;
    }
}


@media only screen and (max-width: 480px){
    .banner-section .btn-group.gap-2 {
        flex-wrap: wrap;
        justify-content: flex-end;
    }
    .gogood-difference-section .title-block p {
        font-size: 14px;
    }
    .three-products-section {
        padding: 50px 0;
    }
    .three-products-section .slick-slide a > img {
        max-height: 260px;
    }
}



@media only screen and (max-width: 450px) {
	.btn-sm {
		font-size: 15px;
		padding: 10px 8px 14px;
	}


    .why-choose-section .right-block {
        flex-direction: column;
    }

    .why-choose-section .right-block>.block+.block {
        padding-left: 0;
        border-left: none;
    }

    .why-choose-section .right-block>.block {
        padding-bottom: 30px;
    }

    .why-choose-section .right-block>.block>.icon {
        margin-bottom: 10px;
    }

    .why-choose-section .right-block {
        padding: 30px 15px;
    }

    .gogood-difference-section .play-btn {
        --_size: 80px;
        background-size: 30px;
    }
	.everybody-needs-protein-section:not(.vanilla-bg) .text-block h2 > span{
		width: auto;
    }
}

@media only screen and (max-width: 350px) {
    .banner-section .hero-text .img-block {
        flex-direction: column;
        align-items: center;
        gap: 30px;
    }
    .banner-section .hero-text .img-block .img-block__group:last-child {
        align-self: center;
    }
    .why-choose-section .right-block>.block {
        padding-bottom: 0;
    }
}