@font-face {
    font-family: 'Climate Crisis';
    src: url('bootstrap-3.4.1/fonts/ClimateCrisis-Regular.ttf') format('truetype');
}

*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

html,
body{
    width: 100%;
    min-height: 100%;
}

body{
    font-family: Arial, sans-serif;
    background-color: #fffdf4;
    color: black;
}


/* =========================
   NAVBAR
========================= */

.cookie-navbar{
    width: 100%;
    height: 82px;
    background-color: #fffdf4;
    border-bottom: 1px solid black;
}

.cookie-navbar .container-fluid{
    padding-left: 0;
    padding-right: 0;
}

.navbar-layout{
    position: relative;
    display: flex;
    align-items: stretch;
    justify-content: space-between;
    width: 100%;
    height: 82px;
}


/* Left and Right Menu */
.navbar-left-menu,
.navbar-right-menu{
    display: flex;
    align-items: stretch;
}
.navbar-left-menu{
    margin-left: 220px;
}
.navbar-right-menu{
    margin-right: 220px;
}


/* Navbar Links */

.navbar-left-menu a,
.navbar-right-menu a{
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 82px;
    padding: 0 20px;
    color: black;
    font-size: 18px;
    font-weight: 400;
    text-decoration: none;
    border-left: 1px solid black;
    transition: 0.3s;
}
.navbar-left-menu a:last-child,
.navbar-right-menu a:last-child{
    border-right: 1px solid black;
}

.navbar-left-menu a:hover,
.navbar-right-menu a:hover,
.navbar-left-menu a.active,
.navbar-right-menu a.active{
    color: #75bddb;
    text-decoration: none;
    outline: none;
    font-weight: 600;
}

.mobile-menu-links a.active{
    color: #75bddb;
    font-weight: 600;
}


/* Center Logo */

.navbar-logo{
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 80px;
    height: 82px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.navbar-logo img{
    display: block;
    width: 68px;
    max-height: 68px;
    object-fit: contain;
}


/* =========================
   HERO SECTION
========================= */

.cookie-hero{
    width: 100%;
    min-height: auto;
    padding: 120px 0 30px;
    margin: 0;
    background-color: #fffdf4;
    display: flex;
    align-items: flex-start;
    justify-content: center;
}

.hero-content{
    width: 100%;
    text-align: center;
}


/* Hero Heading */

.hero-content h1{
    margin: 0 auto 20px;
    color: #75bddb;
    font-family: 'Climate Crisis', sans-serif;
    font-size: 60px;
    font-weight: 600;
    line-height: 0.88;
    letter-spacing: 3.6px;
    word-spacing: 2px;
    text-transform: uppercase;
}

.hero-content h1 span{
    display: block;
}


/* Hero Paragraph */

.hero-content p{
    margin: 25px auto 26px;
    color: black;
    font-size: 18px;
    font-weight: 400;
    line-height: 1.45;
}


/* Explore Button */

.explore-btn{
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 250px;
    height: 65px;
    padding: 0 28px;
    color: #111;
    background-color: transparent;
    border: 1px solid black;
    border-radius: 40px;
    font-family: 'Climate Crisis', sans-serif;
    font-size: 15px;
    font-weight: 400;
    line-height: 32px;
    letter-spacing: 0.5px;
    text-decoration: none;
    transition: 0.3s;
}

.explore-btn:hover,
.explore-btn:focus{
    color: white;
    background-color: #75bddb;
    border-color: #75bddb;
    text-decoration: none;
}
.cookie-slider-section{
    width:100%;
    background:#fffdf4;
    overflow:hidden;
     padding:0 !important;
    margin:0 !important;
}

.cookieSwiper{
    width:100%;
    height:580px;
    overflow:hidden;
}

.cookieSwiper .swiper-wrapper{
    align-items:stretch;
}

.cookie-slide{
    position:relative;
    width:100%;
    height:630px;
    margin:0 !important;
    background-repeat:no-repeat;
    background-position:center;
    background-size:cover;
}

/* First Slide */

.slide-one{
    background-image:url("images/Front-Side-min-1-min.webp");
}

/* Second Slide */

.slide-two{
    background-image:url("images/Back-Side-min-1-min.webp");
}

/* Overlay */

.slide-overlay{
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
    background:transparent;
}

/* Content */

.slide-content{
    position:relative;
    z-index:2;
    width:100%;
    height:630px;
    display:flex;
    align-items:center;
    justify-content:center;
}

/* ==========================
   INVISIBLE CLICKABLE ARROWS
========================== */

.cookieSwiper .swiper-button-prev,
.cookieSwiper .swiper-button-next{
    position:absolute;
    top:0;
    width:120px;
    height:100%;
    margin-top:0;
    background:transparent;
    border:none;
    opacity:0;
    cursor:pointer;
    z-index:100;
}

.cookieSwiper .swiper-button-prev{
    left:0;
}

.cookieSwiper .swiper-button-next{
    right:0;
}

.cookieSwiper .swiper-button-prev::after,
.cookieSwiper .swiper-button-next::after{
    display:none;
}

/* =================================
   WHAT PEOPLE SAY ABOUT US SECTION
================================= */

.testimonial-products{
    width: 100%;
    padding: 65px 0 80px;
    background-color: #fffdf4;
}


/* Heading */

.testimonial-heading{
    margin-bottom: 90px;
}

.testimonial-heading h1{
    margin: 0;
    color: #9c7253;
    font-family: 'Climate Crisis', sans-serif;
    font-size: 58px;
    font-weight: 400;
    line-height: 0.95;
    letter-spacing: 2px;
    text-transform: uppercase;
}



.testimonial-heading p{
    margin: 29px auto 0;
    color: black;
    font-family: Arial, sans-serif;
    font-size: 18px;
    font-weight: 400;
    line-height: 1.55;
}


/* Product Row */

.product-row{
    margin-left: -8px;
    margin-right: -8px;
}

.product-row > div{
    padding-left: 8px;
    padding-right: 8px;
}


/* Product Card */

.product-card{
    width: 100%;
    min-height: 470px;
    padding: 26px 25px 22px;
    background-color: transparent;
    border: 1px solid #d8cebd;
    text-align: center;
    transition: 0.35s ease;
}

.product-card:hover{
    transform: translateY(-8px);
    box-shadow: 0 12px 25px rgba(0,0,0,0.08);
}


/* Product Image */

.product-image{
    width: 100%;
    height: 350px;

    display: flex;
    align-items: center;
    justify-content: center;
}

.product-image img{
    display: block;
    width: auto;
    max-width: 100%;
    max-height: 330px;
    margin: 0 auto;
    object-fit: contain;
}


/* Product Name */

.product-card h3{
    margin: 22px 0 0;
    color: black;
    font-family: Arial, sans-serif;
    font-size: 18px;
    font-weight: 400;
    line-height: 1.4;
}
.cookie-benefits{
    width:100%;
    padding:25px 0 120px;
    margin:0;
    background:#fffdf4;
    overflow:hidden;
}

.cookie-benefits .container-fluid{
    padding-left:0;
    padding-right:0;
}

.benefits-slider-wrapper{
    width:100%;
    overflow:hidden;
    position:relative;
    padding:10px 0;
}

.benefits-track{
    display:flex;
    align-items:center;
    width:max-content;
    animation: slideAuto 20s linear infinite;
}

.benefits-slider-wrapper:hover .benefits-track{
    animation-play-state: paused;
}

.benefit-item{
    flex:0 0 auto;
    padding:0 35px;
    display:flex;
    align-items:center;
    justify-content:center;
}

.benefit-item img{
    display:block;
    width:auto;
    max-width:180px;
    height:150px;
    object-fit:contain;
    margin:0 auto;
}

@keyframes slideAuto {
    0% {
        transform: translateX(0);
    }
    100% {
        transform: translateX(-50%);
    }
}
.flavour-heading{
    padding:100px 0 0;
}

.flavour-heading h2{
    margin:0;
    color:#75bddb;
    font-family:'Climate Crisis', sans-serif;
    font-size:58px;
    line-height:1.05;
    letter-spacing:2px;
}
.flavour-heading p{
    margin-top:40px;
    font-size:18px;
    line-height:1.5;
}
/*WHOLE WHEAT MAIN SECTION*/

.whole-wheat-section{
    position:relative;
    width:100%;
    margin:0;
    padding:20px 0 70px;
    background:#ffffff;
    overflow:hidden;
}


/* Main yellow image wrapper */

.whole-wheat-box{
    position:relative;
    width:88%;
    max-width:1700px;
    height:1480px;
    margin:0 auto;
    overflow:hidden;
}


/* Yellow cut-shape image */

.whole-wheat-bg-image{
    position:absolute;
    top:0;
    left:0;
    display:block;
    width:100%;
    height:100%;
    object-fit:fill;
    pointer-events:none;
    user-select:none;
    z-index:1;
}


/* Everything over yellow background */

.whole-wheat-inner{
    position:relative;
    width:100%;
    height:100%;
    z-index:2;
}

/* =====================================================
   TOP PACKET COVERFLOW
===================================================== */

.packet-coverflow{
    position:relative;
    width:100%;
    height:685px;
    margin:0 auto;
}

.packet-track{
    position:relative;
    width:100%;
    height:100%;
    pointer-events:none;
}


/* All packet items */

.packet-item{
    position:absolute;
    top:56%;
    left:50%;
    width:330px;
    height:555px;
    opacity:0;
    visibility:hidden;
    transform:
        translate(-50%, -50%)
        scale(.6);

    transform-origin:center center;
    transition:
        left .85s cubic-bezier(.22,.61,.36,1),
        transform .85s cubic-bezier(.22,.61,.36,1),
        opacity .65s ease,
        filter .65s ease;
    pointer-events:none;
    will-change:left, transform, opacity;
    z-index:1;
}

.packet-item img{
    display:block;
    width:100%;
    height:100%;
    object-fit:contain;
}


/* Active center packet */

.packet-item.is-active{
    left:50%;
    width:330px;
    height:560px;
    opacity:1;
    visibility:visible;
    filter:none;
    transform:
        translate(-50%, -50%)
        scale(1);
    z-index:5;
}


/* Previous packet */

.packet-item.is-prev{
    left:22%;
    opacity:.24;
    visibility:visible;
    filter:
        saturate(.62)
        brightness(1.08);
    transform:
        translate(-50%, -50%)
        scale(.78);
    z-index:2;
}


/* Next packet */

.packet-item.is-next{
    left:78%;
    opacity:.24;
    visibility:visible;
    filter:
        saturate(.62)
        brightness(1.08);
    transform:
        translate(-50%, -50%)
        scale(.78);
    z-index:2;
}


/* Hidden left items */

.packet-item.is-hidden-left{
    left:8%;
    opacity:0;
    visibility:hidden;
    transform:
        translate(-50%, -50%)
        scale(.55);
    z-index:1;
}


/* Hidden right items */

.packet-item.is-hidden-right{
    left:92%;
    opacity:0;
    visibility:hidden;
    transform:
        translate(-50%, -50%)
        scale(.55);

    z-index:1;
}

/* =====================================================
   HEADING AND PARAGRAPH
===================================================== */

.whole-wheat-content{
    position:relative;
    width:100%;
    max-width:none;
    margin:0;
    padding:60px 0 35px;
    text-align:center;
    box-sizing:border-box;
}

.whole-title{
    width:100%;
    max-width:1250px;
    margin:0 auto 24px;
    color:#eca73a;
    font-family:"Climate Crisis", "Arial Black", Arial, sans-serif;
    font-size:62px;
    font-weight:400;
    line-height:.95;
    letter-spacing:.3px;
    text-align:center;
    text-transform:uppercase;
}

.whole-text{
    display:block;
    width:calc(100% - 80px);
    max-width:none;
    margin:0 40px;
    padding:0;
    font-family:Arial, sans-serif;
    font-size:16px;
    font-weight:400;
    line-height:1.5;
    color:#2c2c2c;
    text-align:center;
    box-sizing:border-box;
}



/* =====================================================
   BOTTOM COOKIE COVERFLOW
===================================================== */

.cookie-coverflow{
    position:relative;
    width:100%;
    height:520px;
    margin:0 auto;
}

.cookie-track{
    position:relative;
    width:100%;
    height:100%;
    pointer-events:none;
}


/* All cookie items */

.cookie-item{
    position:absolute;
    top:50%;
    left:50%;

    width:430px;
    height:310px;

    opacity:0;
    visibility:hidden;

    transform:
        translate(-50%, -50%)
        scale(.55);

    transform-origin:center center;

    transition:
        left .85s cubic-bezier(.22,.61,.36,1),
        transform .85s cubic-bezier(.22,.61,.36,1),
        opacity .65s ease,
        filter .65s ease;

    pointer-events:none;
    will-change:left, transform, opacity;

    z-index:1;
}

.cookie-item img{
    display:block;

    width:100%;
    height:100%;

    object-fit:contain;
}


/* Active cookie */

.cookie-item.is-active{
    left:50%;

    width:485px;
    height:350px;

    opacity:1;
    visibility:visible;

    filter:none;

    transform:
        translate(-50%, -50%)
        scale(1);

    z-index:5;
}


/* Previous cookie */

.cookie-item.is-prev{
    left:25%;

    opacity:.38;
    visibility:visible;

    filter:
        saturate(.7)
        brightness(1.05);

    transform:
        translate(-50%, -50%)
        scale(.72);

    z-index:2;
}


/* Next cookie */

.cookie-item.is-next{
    left:75%;

    opacity:.38;
    visibility:visible;

    filter:
        saturate(.7)
        brightness(1.05);

    transform:
        translate(-50%, -50%)
        scale(.72);

    z-index:2;
}


/* Hidden left cookie */

.cookie-item.is-hidden-left{
    left:3%;

    opacity:0;
    visibility:hidden;

    transform:
        translate(-50%, -50%)
        scale(.5);

    z-index:1;
}


/* Hidden right cookie */

.cookie-item.is-hidden-right{
    left:97%;

    opacity:0;
    visibility:hidden;

    transform:
        translate(-50%, -50%)
        scale(.5);

    z-index:1;
}



/* =====================================================
   COMMON ARROWS
===================================================== */

.whole-arrow{
    position:absolute;
    top:50%;

    width:50px;
    height:63px;

    margin:0;
    padding:0;

    display:flex;
    align-items:center;
    justify-content:center;

    color:#ffffff;
    background:rgba(64,63,48,.62);

    border:0;
    border-radius:7px;
    outline:none;

    font-size:38px;
    line-height:68px;

    cursor:pointer;

    transform:translateY(-50%);

    transition:
        background-color .25s ease,
        transform .25s ease;

    z-index:50;
}

.whole-arrow i{
    display:block;

    width:100%;
    height:100%;

    font-size:38px;
    line-height:63px;

    text-align:center;
}

.whole-arrow:hover{
    color:#ffffff;
    background:#000000;
}

.whole-arrow:focus{
    color:#ffffff;
    outline:none;
}

.whole-arrow:active{
    transform:
        translateY(-50%)
        scale(.95);
}


/* Top arrow positions */

.packet-prev{
    left:8%;
}

.packet-next{
    right:8%;
}


/* Bottom arrow positions */

.cookie-prev{
    left:11%;
}

.cookie-next{
    right:11%;
}
/* ==================================================
   FOOTER MAIN
================================================== */

.cookie-footer{
    width:100%;
    margin:0;
    padding:0;
    border:0;
    overflow:hidden;

    background:#fffdf4;
    color:#111;

    font-family:Arial, sans-serif;
}


/* ==================================================
   TOP FOOTER
================================================== */

.cookie-footer-main{
    width:100%;
    margin:0;
    padding:78px 0 70px;

    background:#fffdf4;
    border:0;
}

.cookie-footer-main .container{
    width:1240px;
    max-width:calc(100% - 60px);
    margin:0 auto;
}


/* Both columns */

.footer-left,
.footer-newsletter{
    width:100%;
}


/* ==================================================
   LEFT CONTENT
================================================== */

.footer-left{
    padding-left:0;
}

.footer-heading{
    margin:0 0 20px;

    color:#111;

    font-family:Arial, sans-serif;
    font-size:42px;
    font-weight:400;
    line-height:1.1;
}

.footer-time{
    margin:0 0 38px;

    color:#111;

    font-size:16px;
    font-weight:400;
    line-height:1.6;
}

.footer-address{
    margin:0 0 32px;

    color:#111;

    font-size:16px;
    font-weight:400;
    line-height:1.55;
}

.footer-address strong,
.footer-contact strong{
    font-weight:700;
}

.footer-contact{
    margin:0;

    color:#111;

    font-size:16px;
    font-weight:400;
    line-height:1.55;
}

.footer-contact a{
    color:#111;
    text-decoration:none;
}

.footer-contact a:hover{
    color:#111;
    text-decoration:none;
}


/* ==================================================
   WHATSAPP BUTTON
================================================== */

.footer-whatsapp{
    width:330px;
    height:70px;

    margin-top:42px;
    padding:0 25px;

    display:inline-flex;
    align-items:center;
    justify-content:flex-start;
    gap:15px;

    color:#fff;
    background:#2cc83f;

    border-radius:40px;

    font-size:14px;
    font-weight:700;
    line-height:1;

    text-decoration:none;
    white-space:nowrap;

    box-shadow:0 5px 10px rgba(0,0,0,.12);

    transition:.25s ease;
}

.footer-whatsapp i{
    flex:0 0 47px;

    width:47px;
    height:47px;

    display:flex;
    align-items:center;
    justify-content:center;

    color:#fff;

    border:3px solid #fff;
    border-radius:50%;

    font-size:29px;
}

.footer-whatsapp span{
    display:block;
    white-space:nowrap;
}

.footer-whatsapp strong{
    display:inline;
    font-size:14px;
}

.footer-whatsapp:hover,
.footer-whatsapp:focus{
    color:#fff;
    background:#24b936;
    text-decoration:none;
}


/* ==================================================
   NEWSLETTER
================================================== */

.footer-newsletter{
    max-width:455px;
    margin-left:auto;
    padding-right:0;
}

.footer-newsletter .footer-heading{
    margin-bottom:8px;

    font-size:42px;
}

.newsletter-subtitle{
    margin:0 0 21px;

    color:#777;

    font-size:15px;
    line-height:1.5;
}

.newsletter-form{
    width:100%;
}

.newsletter-form label{
    display:block;

    margin:0 0 7px;

    color:#111;

    font-size:15px;
    font-weight:400;
}


/* Email input */

.newsletter-field{
    width:455px;
    height:68px;

    display:flex;
    align-items:center;

    background:#fff;
    border:1px solid #d7d3c6;
}

.newsletter-mail-icon{
    width:64px;
    height:66px;

    display:flex;
    align-items:center;
    justify-content:center;

    color:#fff;
    background:#e9ecef;

    border-right:1px solid #d7d3c6;

    font-size:0;
}

.newsletter-mail-icon i{
    width:31px;
    height:22px;

    display:flex;
    align-items:center;
    justify-content:center;

    color:#fff;
    background:#111;

    font-size:18px;
    line-height:1;
}

.newsletter-field input{
    width:calc(100% - 64px);
    height:66px;

    padding:0 21px;

    color:#444;
    background:#fff;

    border:0;
    outline:0;

    font-size:14px;
}

.newsletter-field input::placeholder{
    color:#777;
}


/* Subscribe button */

.newsletter-button{
    width:276px;
    height:72px;

    margin-top:21px;
    padding:0 20px;

    color:#222;
    background:transparent;

    border:1px solid #333;
    border-radius:38px;

    font-family:"Climate Crisis", "Arial Black", Arial, sans-serif;
    font-size:25px;
    font-weight:400;
    line-height:1;

    cursor:pointer;

    transition:.25s ease;
}

.newsletter-button:hover{
    color:#fff;
    background:#222;
}


/* ==================================================
   BOTTOM FOOTER
================================================== */

.cookie-footer-bottom{
    width:100%;
    min-height:110px;

    margin:0;
    padding:0;

    display:flex;
    align-items:center;

    background:#fffbea;
    border:0;
}

.cookie-footer-bottom .container{
    width:1240px;
    max-width:calc(100% - 60px);
    margin:0 auto;
}

.footer-bottom-row{
    min-height:110px;

    display:flex;
    align-items:center;

    margin:0;
}


/* Copyright */

.copyright-area{
    display:flex;
    align-items:center;
    justify-content:flex-start;
    gap:18px;
}

.copyright-area p{
    margin:0;

    color:#333333;

    font-size:15px;
    font-weight:400;
    line-height:1.4;

    white-space:nowrap;
}

.copyright-area p + p {
    border-left:1px solid #777777;
    padding-left:18px;
}


/* Original 3 dots */

.footer-brand-dots{
    display:inline-flex;
    align-items:center;
    justify-content:center;
    gap:6px;
    margin-left:6px;
    vertical-align:middle;
}

.footer-brand-dots span{
    display:inline-block;

    width:14px;
    height:14px;

    border-radius:50%;
}

.footer-brand-dots .dot-blue{
    background:#0071ce;
}

.footer-brand-dots .dot-orange{
    background:#f39000;
}

.footer-brand-dots .dot-red{
    background:#e30613;
}
.cookie-footer{
    width:100%;
    margin:0;
    
    background:#ffffff;
}
.cookie-footer-bottom{
    width:100%;
    margin:0;
    padding:0;
    min-height:70px;
    display:flex;
    align-items:center;
    background:#fffdf0;
}
.footer-divider{
    width:99vw;
    height:1px;
    margin:0 auto;
    background:#222;
}


/*SOCIAL ICONS*/

.footer-social{
    display:flex;
    align-items:center;
    justify-content:flex-end;
    gap:14px;
}

.footer-social a{
    width:36px;
    height:36px;
    display:flex;
    align-items:center;
    justify-content:center;
    border-radius:50%;
    color:#fff;
    font-size:18px;
    text-decoration:none;
    transition:.25s ease;
}

.footer-social a.insta-btn{
    background:radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%,#d6249f 60%,#285AEB 90%);
    border-radius:10px;
}

.footer-social a.fb-btn{
    background:#0084ff;
    border-radius:50%;
}

.footer-social a.x-btn{
    background:#14171a;
    border-radius:4px;
}

.footer-social a:hover{
    color:#fff;
    text-decoration:none;
    transform:translateY(-2px);
    opacity:0.9;
}

.footer-social .x-icon{
    font-family:Arial, sans-serif;
    font-size:18px;
    font-weight:bold;
    line-height:1;
}

/* WHO ARE WE VIDEO SECTION */

.who-video-scroll-container {
    height: 250vh;
    position: relative;
    width: 100%;
}

.who-video-section{
    position: sticky;
    top: 0;
    width: 100%;
    height: 100vh;
    overflow: hidden;
    background: #b99a72;
}


/* Background video */

.who-bg-video{
    position:absolute;
    top:50%;
    left:50%;
    width:100%;
    height:100%;
    transform:translate(-50%, -50%);
    object-fit:cover;
    z-index:1;
}


/* Dark overlay */

.who-video-overlay{
    position:absolute;
    inset:0;
    background:rgba(65, 43, 24, .30);
    z-index:2;
}


/* Text content */

.who-video-content{
    position:relative;
    z-index:3;
    width:100%;
    max-width:1050px;
    height:820px;
    margin:0 auto;
    display:flex;
    flex-direction:column;
    align-items:center;
    justify-content:center;
    padding:40px 20px;
    text-align:center;
}


/* Heading */

.who-video-content h2{
    margin:0 0 42px;
    color:#ffffff;
    font-family:"Climate Crisis", "Arial Black", Arial, sans-serif;
    font-size:64px;
    font-weight:400;
    line-height:.92;
    letter-spacing:1px;
    text-transform:uppercase;
}


/* Paragraph */

.who-video-content p{
    max-width:980px;
    margin:0;
    color:#ffffff;
    font-family:Arial, sans-serif;
    font-size:18px;
    font-weight:400;
    line-height:1.42;
    text-align:center;
}
/*OUR STORY SECTION */

.cookie-story{
    width:100%;
    padding:75px 0 90px;
    background:#fffdf4;
}

.cookie-story .container{
    width:1170px;
    max-width:calc(100% - 40px);
    margin:0 auto;
}


/* Heading */

.cookie-story h1{
    margin:0 0 48px;
    color:#9c7253;
    font-family:"Climate Crisis", "Arial Black", Arial, sans-serif;
    font-size:64px;
    font-weight:400;
    line-height:1;
    letter-spacing:2px;
    text-align:center;
    text-transform:uppercase;
}


/* Story image */

.story-image{
    width:100%;
    margin:0 auto 30px;
}

.story-image img{
    display:block;
    width:100%;
    height:auto;
    object-fit:cover;
}


/* Text row */

.story-text-row{
    margin-left:-20px;
    margin-right:-20px;
}

.story-text-row > div{
    padding-left:20px;
    padding-right:20px;
}

.story-text-row p{
    margin:0;
    color:#111;
    font-family:Arial, sans-serif;
    font-size:16px;
    line-height:1.45;
    text-align:left;
}
/*OUR STORY SCROLL ANIMATION*/

/* Initial State */

.cookie-story h1{
    opacity:0;
    transform:translateY(-70px);
}

.cookie-story .story-image{
    opacity:0;
    visibility:hidden;
    transform:scale(.92);
}

.cookie-story .story-text-row .col-md-6:first-child{
    opacity:0;
    transform:translateX(-100px);
}

.cookie-story .story-text-row .col-md-6:last-child{
    opacity:0;
    transform:translateX(100px);
}


/* Animation Active */

.cookie-story.story-animate h1{
    animation:storyHeadingDown .9s ease forwards;
}

.cookie-story.story-animate .story-image{
    visibility:visible;
    animation:storyImageShow 1s ease .35s forwards;
}

.cookie-story.story-animate .story-text-row .col-md-6:first-child{
    animation:storyTextFromLeft .9s ease .75s forwards;
}

.cookie-story.story-animate .story-text-row .col-md-6:last-child{
    animation:storyTextFromRight .9s ease .75s forwards;
}


/* Keyframes */

@keyframes storyHeadingDown{

    from{
        opacity:0;
        transform:translateY(-70px);
    }

    to{
        opacity:1;
        transform:translateY(0);
    }

}

@keyframes storyImageShow{

    from{
        opacity:0;
        transform:scale(.92);
    }

    to{
        opacity:1;
        transform:scale(1);
    }

}

@keyframes storyTextFromLeft{

    from{
        opacity:0;
        transform:translateX(-100px);
    }

    to{
        opacity:1;
        transform:translateX(0);
    }

}

@keyframes storyTextFromRight{

    from{
        opacity:0;
        transform:translateX(100px);
    }

    to{
        opacity:1;
        transform:translateX(0);
    }

}
/*=================================================
          WHAT PEOPLE SAY ABOUT US
=================================================*/

.cookie-about-us{
    padding:25px 0 30px;
    background:#fffdf4;
    overflow:hidden;
}


/* Main container */

.cookie-about-us .container{
    width:100%;
    max-width:1340px;
}


/* Heading */

.cookie-about-us .about-heading{
    margin:0 0 55px;

    color:#9b7354;

    font-family:"Climate Crisis", "Arial Black", Arial, sans-serif;
    font-size:55px;
    font-weight:400;
    line-height:.98;
    letter-spacing:1px;

    text-align:center;
    text-transform:uppercase;
}


/* Main row */

.cookie-about-us .about-review-row{
    display:flex;
    align-items:stretch;

    margin-left:-10px;
    margin-right:-10px;
}


/* Column spacing */

.cookie-about-us .about-review-row > div{
    padding-left:10px;
    padding-right:10px;
}


/*=================================================
                    LEFT IMAGE
=================================================*/

.cookie-about-us .about-image-box{
    width:100%;
    height:400px;
    overflow:hidden;
}

.cookie-about-us .about-image-box img{
    display:block;

    width:100%;
    height:100%;

    object-fit:cover;
    object-position:center;
}


/*=================================================
                 TESTIMONIAL BOX
=================================================*/

.cookie-about-us .testimonial-wrapper{
    width:100%;
    height:350px;

    border:1px solid #cbbb9c;
    background:#f9f7ed;

    overflow:hidden;
}


.cookie-about-us .testimonial-swiper{
    position:relative;

    width:100%;
    height:100%;
}


/* Each slide */

.cookie-about-us .swiper-slide{
    height:100%;
}


/* Card */

.cookie-about-us .testimonial-card{
    position:relative;

    width:100%;
    height:100%;

    padding:42px 70px 32px 40px;
}


/* Stars */

.cookie-about-us .testimonial-stars{
    display:flex;
    align-items:center;
    gap:8px;

    margin:0 0 24px;

    line-height:1;
}

.cookie-about-us .testimonial-stars span{
    color:#9b7354;

    font-size:22px;
    line-height:1;
}


/* Quote icon */

.cookie-about-us .testimonial-quote{
    margin:0 0 18px;

    color:#000;

    font-size:56px;
    line-height:1;
}

.cookie-about-us .testimonial-quote i{
    display:block;
}


/* Review text */

.cookie-about-us .testimonial-text{
    width:100%;
    max-width:830px;

    margin:0;

    color:#8b8b8b;

    font-family:Arial, sans-serif;
    font-size:18px;
    font-weight:400;
    line-height:1.55;
}


/* Person area */

.cookie-about-us .testimonial-person{
    display:flex;
    align-items:center;

    margin-top:28px;
}


/* Original profile image is 70px */

.cookie-about-us .testimonial-person img{
    width:70px;
    height:70px;

    border-radius:50%;

    object-fit:cover;
}


/* Person information */

.cookie-about-us .testimonial-person-info{
    padding-left:18px;
}

.cookie-about-us .testimonial-person-info h3{
    margin:0 0 5px;

    color:#000;

    font-family:Arial, sans-serif;
    font-size:20px;
    font-weight:700;
    line-height:1.2;
}

.cookie-about-us .testimonial-person-info p{
    margin:0;

    color:#8b8b8b;

    font-family:Arial, sans-serif;
    font-size:15px;
    line-height:1.4;
}


/*=================================================
          SWIPER ARROWS
=================================================*/

.cookie-about-us .swiper-button-prev,
.cookie-about-us .swiper-button-next{
    width:30px;
    height:45px;

    margin-top:-22px;

    color:#e5a13b;

    transition:
        opacity .3s ease,
        color .3s ease,
        filter .3s ease;
}


.cookie-about-us .swiper-button-prev{
    left:18px;
}


.cookie-about-us .swiper-button-next{
    right:18px;
}


/* Swiper arrow icon size */

.cookie-about-us .swiper-button-prev:after,
.cookie-about-us .swiper-button-next:after{
    font-size:25px;
    font-weight:300;
}


/* Disabled first/last arrow */

.cookie-about-us .swiper-button-disabled{
    opacity:.22 !important;

    filter:blur(.35px);

    cursor:not-allowed;
    pointer-events:none;
}


/*=================================================
                 SECTION ANIMATION
=================================================*/

.cookie-about-us .about-heading{
    opacity:0;
    transform:translateY(-70px);
}


.cookie-about-us .about-image-box{
    opacity:0;
    width: 100%;
    height: 350px;
    overflow: hidden;
    transform:translateX(-100px);
}


.cookie-about-us .testimonial-wrapper{
    opacity:0;
    transform:translateX(100px);
}


/* Active states */

.cookie-about-us.about-animate .about-heading{
    animation:aboutHeadingDown .9s ease forwards;
}


.cookie-about-us.about-animate .about-image-box{
    animation:aboutImageFromLeft 1s ease .25s forwards;
}


.cookie-about-us.about-animate .testimonial-wrapper{
    animation:aboutBoxFromRight 1s ease .25s forwards;
}


/* Animation keyframes */

@keyframes aboutHeadingDown{

    from{
        opacity:0;
        transform:translateY(-70px);
    }

    to{
        opacity:1;
        transform:translateY(0);
    }

}


@keyframes aboutImageFromLeft{

    from{
        opacity:0;
        transform:translateX(-100px);
    }

    to{
        opacity:1;
        transform:translateX(0);
    }

}


@keyframes aboutBoxFromRight{

    from{
        opacity:0;
        transform:translateX(100px);
    }

    to{
        opacity:1;
        transform:translateX(0);
    }

}
/* OUR COOKIES CSS*/
.cookies-hero-scroll-container {
    height: 300vh;
    position: relative;
    width: 100%;
}

.cookies-hero{
    position: sticky;
    top: 0;
    width: 100%;
    height: 100vh;
    overflow: hidden;
}

#hero-frame-canvas {
    width: 100%;
    height: 100%;
    display: block;
}

/*=================================================
              SYMPHONY OF FLAVOURS
=================================================*/

.flavours-section{
    width:100%;

    padding:75px 0 85px;

    background:#fbf8ee;

    overflow:hidden;
}


/* Main Container */

.flavours-section .flavours-container{
    width:100%;
    max-width:1240px;
}


/*=================================================
                   HEADING AREA
=================================================*/

.flavours-section .flavours-heading{
    width:100%;

    margin:0 auto 75px;

    text-align:center;
}


.flavours-section .flavours-heading h1{
    margin:0 0 18px;
    color:#ff8e5f;
    font-family:"Climate Crisis", "Arial Black", Arial, sans-serif;
    font-size:55px;
    font-weight:400;
    line-height:1;
    letter-spacing:0;
    text-transform:none;
}


.flavours-section .flavours-heading p{
    margin:0 auto;
    max-width: 900px;
    color:#111;
    font-family:Arial, sans-serif;
    font-size:17px;
    font-weight:400;
    line-height:1.6;
}


/*IMAGE GRID*/

.flavours-section .flavours-images-row{
    margin-left:-8px;
    margin-right:-8px;
}


/* Image Columns */

.flavours-section .flavours-column{
    padding-left:8px;
    padding-right:8px;

    margin-bottom:18px;
}


/* Image Box */

.flavours-section .flavours-image-box{
    position:relative;
    width:100%;
    height:360px;
    overflow:hidden;
}


/* Image */

.flavours-section .flavours-image-box img{
    display:block;
    width:100%;
    height:100%;
    object-fit:cover;
    object-position:center;
    transition:transform .7s ease;
}


/* Optional Professional Hover */

.flavours-section .flavours-image-box:hover img{
    transform:scale(1.035);
}

/*COOKIE COLLECTION CSS */
/*=================================================
                 COOKIE COLLECTION
=================================================*/

.cookie-collection-section{
    width:100%;
    padding:90px 0 0;

    background:#fbf8ee;

    overflow:hidden;
}


/* Main Container */

.cookie-collection-section .cookie-collection-container{
    width:100%;
    max-width:1320px;
}


/*=================================================
                    HEADING AREA
=================================================*/

.cookie-collection-section .cookie-collection-heading{
    width:100%;

    margin:0 auto 95px;

    text-align:center;
}


.cookie-collection-section .cookie-collection-heading h1{
    margin:0 0 20px;

    color:#ff8e5f;

    font-family:"Climate Crisis", "Arial Black", Arial, sans-serif;
    font-size:61px;
    font-weight:400;
    line-height:1;
}


.cookie-collection-section .cookie-collection-heading p{
    max-width:850px;

    margin:0 auto;

    color:#111;

    font-family:Arial, sans-serif;
    font-size:18px;
    font-weight:400;
    line-height:1.5;
}


/*=================================================
                    CARD GRID
=================================================*/

.cookie-collection-section .cookie-card-row{
    margin-left:-12px;
    margin-right:-12px;
}


.cookie-collection-section .cookie-card-column{
    padding-left:12px;
    padding-right:12px;

    margin-bottom:24px;
}


/*=================================================
                    PRODUCT CARD
=================================================*/

.cookie-collection-section .cookie-product-card{
    position:relative;

    width:100%;
    height:480px;

    padding:35px 38px 20px;

    border:1px solid #d8cfb9;

    background:
        linear-gradient(
            to bottom,
            #fbf9f0 0%,
            #fbf9f0 68%,
            #fff9dc 100%
        );

    text-align:center;

    overflow:hidden;
}


/* Product image area */

.cookie-collection-section .cookie-product-image{
    display:flex;
    align-items:center;
    justify-content:center;

    width:100%;
    height:335px;
}


/* Product image */

.cookie-collection-section .cookie-product-image img{
    display:block;

    width:auto;
    height:auto;

    max-width:245px;
    max-height:285px;

    object-fit:contain;
}


/* Divider */

.cookie-collection-section .cookie-product-divider{
    width:100%;
    height:2px;

    margin:0 auto 28px;

    background:#ddd5bd;
}


/* Product name */

.cookie-collection-section .cookie-product-card h3{
    margin:0;

    color:#171717;

    font-family:Arial, sans-serif;
    font-size:25px;
    font-weight:700;
    line-height:1.2;
}

/*=================================================
                    CONTACT PAGE
=================================================*/

.contact-page{
    width:100%;
    background:#fff;
    overflow:hidden;
}


/*=================================================
                     CONTACT HERO
=================================================*/

.contact-hero{
    position:relative;

    display:flex;
    align-items:center;
    justify-content:center;

    width:100%;
    height:520px;

    background-image:url("images/contact-hero.webp");
    background-repeat:no-repeat;
    background-position:center center;
    background-size:cover;

    overflow:hidden;
}


/* Original  light cream overlay */

.contact-hero-overlay{
    position:absolute;
    top:0;
    right:0;
    bottom:0;
    left:0;

    
}


.contact-hero-content{
    position:relative;
    z-index:2;

    width:100%;

    text-align:center;
}


.contact-hero-content h1{
    margin:0;

    color:#fff;

    font-family:"Climate Crisis", "Arial Black", Arial, sans-serif;
    font-size:61px;
    font-weight:400;
    line-height:1;
    letter-spacing:0;

    text-transform:uppercase;
}


/*=================================================
                  CONTACT DETAILS
=================================================*/

.contact-details-section{
    width:100%;

    padding:82px 0 50px;

    background:#fff;
}


.contact-details-section .contact-container{
    width:100%;
    max-width:1220px;
}


.contact-details-row{
    margin-left:-10px;
    margin-right:-10px;
}


.contact-detail-column{
    padding-left:10px;
    padding-right:10px;
}


/* Complete card */

.contact-detail-card{
    width:100%;
    min-height:245px;

    padding:14px 14px 17px;

    border:0;

    background:
        linear-gradient(
            to bottom,
            #fffdf5 0%,
            #fffdf5 60%,
            #fff8cf 100%
        );

    text-align:center;

    opacity:1;
    transform:none;
}


/* Image box */

.contact-card-image{
    display:flex;
    align-items:center;
    justify-content:center;

    width:100%;
    height:165px;

    border:1px solid #cfc4a6;

    background:#fffdf5;

    overflow:hidden;
}


.contact-card-image img{
    display:block;

    width:100%;
    height:100%;

    object-fit:cover;
    object-position:center;
}


/* Text area */

.contact-card-content{
    min-height:62px;

    padding:13px 5px 0;
}


.contact-card-content h3{
    margin:0 0 3px;

    color:#111;

    font-family:Arial, sans-serif;
    font-size:18px;
    font-weight:700;
    line-height:1.25;
}


.contact-card-content p,
.contact-card-content a{
    display:block;

    margin:0;

    color:#8e8e8e;

    font-family:Arial, sans-serif;
    font-size:12px;
    font-weight:400;
    line-height:1.35;

    text-decoration:none;
}


.contact-card-content a:hover{
    color:#d99052;
}


/*=================================================
                    CONTACT FORM
=================================================*/

.contact-form-section{
    width:100%;

    padding:45px 0 75px;

    background:#fff;
}


.contact-form-section .contact-form-container{
    width:100%;
    max-width:1240px;
}


/* Heading */

.contact-form-heading{
    margin:0 0 36px;

    color:#eda238;

    font-family:"Climate Crisis", "Arial Black", Arial, sans-serif;
    font-size:50px;
    font-weight:400;
    line-height:1;
    letter-spacing:0;

    text-align:center;
    text-transform:uppercase;

    opacity:1;
    transform:none;
}


/* Form */

.contact-query-form{
    width:100%;

    opacity:1;
    transform:none;
}


.contact-form-row{
    margin-left:-4px;
    margin-right:-4px;
}


.contact-field-column{
    padding-left:4px;
    padding-right:4px;
}


.contact-field-group{
    position:relative;

    width:100%;

    margin-bottom:7px;
}


/* Input and textarea */

.contact-input,
.contact-message{
    display:block;

    width:100%;

    border:1px solid #dfded6;
    border-radius:0;
    outline:none;

    background:#fff;

    color:#222;

    font-family:Arial, sans-serif;
    font-size:14px;
    font-weight:400;

    box-shadow:none;
}


.contact-input{
    height:54px;

    padding:0 15px;
}


.contact-message{
    height:125px;

    padding:14px 15px;

    resize:none;
}


.contact-input::placeholder,
.contact-message::placeholder{
    color:#b2b2b2;
    opacity:1;
}


.contact-input:focus,
.contact-message:focus{
    border-color:#cfb789;
    box-shadow:none;
}


/* Error */

.contact-error{
    display:none;

    margin-top:4px;

    color:#d9534f;

    font-family:Arial, sans-serif;
    font-size:12px;
}


.contact-field-group.has-error .contact-input,
.contact-field-group.has-error .contact-message{
    border-color:#d9534f;
}


.contact-field-group.has-error .contact-error{
    display:block;
}


/* Button */

.contact-submit-btn{
    min-width:175px;
    height:48px;

    margin-top:3px;
    padding:0 28px;

    border:1px solid #171717;
    border-radius:24px;
    outline:none;

    background:#fff;

    color:#111;

    font-family:"Arial Black", Arial, sans-serif;
    font-size:13px;
    font-weight:900;
    line-height:46px;

    text-align:center;

    cursor:pointer;

    transition:
        background .3s ease,
        color .3s ease,
        border-color .3s ease;
}


.contact-submit-btn:hover{
    border-color:#eda238;
    background:#eda238;
    color:#fff;
}

.contact-hero-content h1{
    animation:contactHeroDown 2s ease forwards;
}


/*=================================================
          CONTACT FORM BIG SIZE OVERRIDE
=================================================*/

.contact-form-section{
    padding:65px 0 95px !important;
}


/* form     wide */

.contact-form-section .contact-form-container{
    width:100% !important;
    max-width:1280px !important;
}


/* Heading */

.contact-form-section .contact-form-heading{
    margin-bottom:48px !important;

    font-size:60px !important;
    line-height:1 !important;
}


/* Name Email columns gap */

.contact-form-section .contact-form-row{
    margin-left:-6px !important;
    margin-right:-6px !important;
}

.contact-form-section .contact-field-column{
    padding-left:6px !important;
    padding-right:6px !important;
}


/* Fields  space */

.contact-form-section .contact-field-group{
    margin-bottom:10px !important;
}


/* Input box */

.contact-form-section .contact-input{
    height:61px !important;

    padding:0 18px !important;

    font-size:16px !important;
}


/* Message box  */

.contact-form-section .contact-message{
    height:136px !important;

    padding:18px !important;

    font-size:16px !important;
}


/* Placeholder */

.contact-form-section .contact-input::placeholder,
.contact-form-section .contact-message::placeholder{
    font-size:16px !important;
}


/* Button  */

.contact-form-section .contact-submit-btn{
    min-width:208px !important;
    height:57px !important;

    margin-top:3px !important;
    padding:0 34px !important;

    border-radius:30px !important;

    font-size:16px !important;
    line-height:55px !important;
}

/* Contact form slightly smaller */

.contact-form-section .contact-form-container{
      max-width:1280px !important;
}

.contact-form-heading{
    font-size:46px !important;
    margin-bottom:34px !important;
    width:100% !important;
    max-width:none !important;
}

.contact-input{
    height:50px !important;
    font-size:13px !important;
}

.contact-message{
    height:112px !important;
    font-size:13px !important;
}

.contact-submit-btn{
    min-width:165px !important;
    height:45px !important;
    font-size:13px !important;
    line-height:43px !important;
}




@keyframes contactHeroDown{

    from{
        opacity:0;
        transform:translateY(-50px);
    }

    to{
        opacity:1;
        transform:translateY(0);
    }
}


.cookie-navbar a.active-page{
    color:#75bddb !important;
}

/* Responsive */

@media(max-width:767px){

    .desktop-menu{
        display:none !important;
    }

    .mobile-menu-toggle{
        display:flex;
        flex-direction:column;
        justify-content:center;
        gap:5px;
        border:none;
        background:transparent;
        padding:8px;
        cursor:pointer;
    }

    .mobile-menu-toggle span{
        display:block;
        width:27px;
        height:2px;
        background:#222;
    }

    .navbar-layout{
        display:flex;
        align-items:center;
        justify-content:space-between;
    }
}

@media(min-width:768px){

    .mobile-menu-toggle,
    .mobile-menu-panel,
    .mobile-menu-overlay{
        display:none !important;
    }
}












