/* FONTS */
@import url('https://fonts.googleapis.com/css2?family=Antic+Didone&family=Balerno-Regular:wght@200;300;400;500;600;700&display=swap');

/* FONTS */
@import url('https://fonts.googleapis.com/css2?family=Antic+Didone&family=Poppins:wght@200;300;400;500;600;700&display=swap');

/* FONTS FAMILY
 @font-family: 'Antic Didone', serif;
 @font-family: 'Balerno-Regular', sans-serif;
 @font-family: 'Gambetta', serif;
      font-family: 'Poppins';
 */

@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,800);
@import url(https://code.ionicframework.com/ionicons/2.0.1/css/ionicons.min.css);


@font-face {
    font-family: Balerno-Regular;
    src: url(../Fonts/Balerno-Serif-Family/Balerno-Rg.otf);
}


* {
    box-sizing: border-box;
}

/*::-webkit-scrollbar {
    display: none;
}*/

a {
    text-decoration: none !important;
}


html,
body {
    width: 100%;
    height: 100%;
    margin: 0px;
    padding: 0px;
    /* overflow-x: hidden; */
    scroll-behavior: smooth;
    margin: 0;
}

.desktophide {
    display: none;
}

@media only screen and (max-width: 600px) {
    .new {
        display: flex;
        flex-flow: column-reverse;
    }

    .mobilehide {
        display: none;
    }

    .mobileshow {
        display: block;
    }

    ::-webkit-scrollbar {
        display: none;
    }
}



.bread-home {
    font-family: 'Balerno-Regular';
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 24px;
    text-align: center;
    color: #8C8C8C;
}

.bread-home1 {
    font-family: 'Balerno-Regular';
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 24px;
    text-align: center;
    color: #343230;
}

.breadcrumb > .active a {
    color: #343230;
}

.breadcrumb a {
    color: #8C8C8C;
}

.product-page-bg {
    background: #ffffff;
}

/* MOBILE SCREEN */
@media only screen and (max-width: 600px) {
    .bread-home {
        font-family: 'Balerno-Regular';
        font-style: normal;
        font-weight: 400;
        font-size: 14px;
        line-height: 24px;
        text-align: center;
        color: #8C8C8C;
    }
}



/*------------------------------------------------------- HEADER -------------------------------------------------------*/
.product {
    font-family: 'Balerno-Regular';
    font-style: normal;
    font-weight: 400;
    font-size: 48px;
    line-height: 57px;
    color: #000;
    margin-top: 12rem;
}


.product1 {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 24px;
    text-align: center;
    color: #000;
}


.filter-bg {
    background: #F9F5F1;
    margin-top: 8rem;
}

.filter-text {
    font-family: 'Balerno-Regular';
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 24px;
    color: #343230;
}

.filter-text1 p {
    font-family: 'Balerno-Regular';
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 24px;
    color: #343230;
}

.filter-text3 {
    font-family: 'Balerno-Regular';
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 24px;
    color: #343230;
    margin-top: -7px;
}




/*------------------------------------------------------- SECTION 2 -------------------------------------------------------*/
.bread-home {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 24px;
    text-align: center;
    color: #8C8C8C;
}



.bread-home1 {
    font-family: 'Balerno-Regular';
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 24px;
    text-align: center;
    color: #343230;
}

.breadcrumb > .active a {
    color: #343230;
}

.breadcrumb a {
    color: #8C8C8C;
}

    .breadcrumb a:hover {
        color: #000000;
    }

.cat-1 {
    font-family: 'Balerno-Regular';
    font-style: normal;
    font-weight: 400;
    font-size: 32px;
    line-height: 40px;
    color: #07060C;
}


.juice-shop {
    font-family: 'Balerno-Regular';
    font-style: normal;
    font-weight: 400;
    font-size: 22px;
    line-height: 32px;
    text-align: center;
    color: #000000;
}


.card .content {
    width: 100%;
    background: #fff;
    position: absolute;
    bottom: -60%;
    margin-left: -8px;
    transition: all ease 0.5s;
    box-shadow: 0px -3px 4px rgba(149, 149, 149, 0.09);
}




.cat-btn1 {
    cursor: pointer;
    clear: both;
    padding: 12px 50px;
    display: inline-block;
    margin: 0 20px;
    transition: all 0.8s, color 0.3s 0.3s;
    cursor: pointer;
    border: 1.5px solid #07060C;
}

    a:hover,
    .cat-btn1:hover {
        color: rgb(255, 255, 255);
    }

.cat-btn2:hover {
    box-shadow: 0 150px 0 0 rgba(7, 6, 12, 1) inset;
}

.cat-btn-text {
    font-family: 'Balerno-Regular', sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 24px;
    text-align: center;
    text-decoration-line: underline;
    color: #07060C;
}

.quick-btn {
    background: #F6BB3A;
    font-family: 'Balerno-Regular';
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 20px;
    text-align: center;
    text-decoration-line: underline;
    color: #07060C;
}

    .quick-btn:hover {
        background: #F6BB3A;
        font-family: 'Balerno-Regular';
        font-style: normal;
        font-weight: 500;
        font-size: 18px;
        line-height: 20px;
        text-align: center;
        text-decoration-line: underline;
        color: #07060C;
    }

.recipe-btn {
    background: #0F0F33;
    font-family: 'Balerno-Regular';
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 20px;
    text-align: center;
    text-decoration-line: underline;
    color: #ffffff;
}

    .recipe-btn:hover {
        background: #0F0F33;
        font-family: 'Balerno-Regular';
        font-style: normal;
        font-weight: 500;
        font-size: 18px;
        line-height: 20px;
        text-align: center;
        text-decoration-line: underline;
        color: #ffffff;
    }


.category-animate-text-indie {
    font-family: 'Balerno-Regular';
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 18px;
    text-align: center;
    color: #343230;
}


.category-animate-text1-indie1 {
    font-family: 'Balerno-Regular';
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 22px;
    text-align: center;
    color: #07060C;
}

/* MOBILE SCREEN */
@media only screen and (max-width: 600px) {
    .card-indie .content {
        width: 100%;
        background: transparent;
        position: absolute;
        bottom: 1%;
        /*        margin-left: 40px;*/
        /* margin-bottom: 6px; */
        transition: all ease 0.5s;
    }

    .card .content {
        width: 100%;
        background: #fff;
        position: absolute;
        bottom: -60%;
        transition: all ease 0.5s;
        box-shadow: 0px -3px 4px rgba(255, 255, 255, 0.09);
    }
}

.shop-car {
    margin-bottom: -60px;
}

/* .farfalle {
     margin-top: 1rem;
 } */

.farfalle-text-show {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 24px;
    letter-spacing: -0.019em;
    color: #252C32;
}

.juice-text-filter {
    color: #0F0F33;
    font-family: 'Poppins';
    font-size: 18px;
    font-weight: 600;
    line-height: 24px;
    letter-spacing: -0.019em;
    text-align: left;
    font-style: italic;
    text-decoration: underline;
}

.show-filter-text {
    font-family: 'Poppins';
    font-style: italic;
    font-weight: 400;
    font-size: 12px;
    line-height: 18px;
    align-items: center;
    text-align: right;
    color: #737373;
}


.collapse-bg {
    background: #F9F5F1;
}

.fil-text label {
    font-family: 'Balerno-Regular';
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 24px;
    color: #555351;
}





.card-indie {
    width: 100%;
    border: none;
    height: 350px;
    max-width: 380px;
    overflow: hidden;
    position: relative;
    display: flex;
    cursor: pointer;
    justify-content: center;
    transition: all ease 0.4s
}

    .card-indie:hover {
        filter: drop-shadow(0px 4px 6px rgba(177, 177, 177, 0.24));
    }

    .card-indie img {
        transition: all ease 0.4s
    }

    .card-indie:hover img {
        margin-top: -70px
    }

    .card-indie .content {
        width: 100%;
        background: transparent;
        position: absolute;
        bottom: -60%;
        transition: all ease 0.5s;
        box-shadow: 0px -3px 4px rgba(255 255 255 / 9%);
    }


/* MOBILE SCREEN */
@media only screen and (max-width: 600px) {
    .card-indie .content {
        width: 100%;
        background: transparent;
        position: absolute;
        bottom: 1%;
        transition: all ease 0.5s;
        box-shadow: 0px -3px 4px rgba(255 255 255 / 9%);
    }

    .card-indie {
        width: 100%;
        border: none;
        height: 415px;
        max-width: 380px;
        overflow: hidden;
        position: relative;
        display: flex;
        cursor: pointer;
        justify-content: center;
        transition: all ease 0.4s;
    }
}

.card-indie .content .category {
    font-size: 17px;
    font-weight: 600
}

.card-indie .content .price {
    font-size: 17px;
    font-weight: 500;
    color: #0d6efd
}

.card-indie .content p {
    font-weight: 500;
    font-size: 12px
}

.card-indie:hover .content {
    bottom: 0%
}

.buttons button {
    border-radius: 1px;
    margin-bottom: 10px;
    transition: all ease 0.3s
}





.carousel-indicators [data-bs-target] {
    box-sizing: content-box;
    flex: 0 1 auto;
    width: 10px;
    height: 10px;
    padding: 0;
    margin-right: 3px;
    margin-left: 3px;
    text-indent: -999px;
    cursor: pointer;
    background-color: #fff;
    background-clip: padding-box;
    border: 0;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    transition: opacity .6s ease;
    border-radius: 100%;
}

/* .carousel-indicators {
    margin-bottom: -20px;
} */


.filter-t1 {
    font-family: 'Balerno-Regular';
    font-style: normal;
    font-weight: 400;
    font-size: 32px;
    line-height: 40px;
    color: #07060C;
}

.filter-t2 {
    font-family: 'Balerno-Regular';
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 24px;
    letter-spacing: -0.006em;
    color: #07060C;
}

.filter-t3 {
    font-family: 'Balerno-Regular';
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 24px;
    letter-spacing: -0.006em;
    color: #07060C;
}

.form-filter label {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 24px;
    letter-spacing: -0.006em;
    color: #343230;
}

.viewmore-text {
    font-family: 'Balerno-Regular';
    font-style: italic;
    font-weight: 500;
    font-size: 14px;
    line-height: 24px;
    letter-spacing: -0.006em;
    color: #434385;
}


.cta-btn1-offcanvas-add {
    cursor: pointer;
    clear: both;
    padding: 12px 40px;
    display: inline-block;
    transition: all 0.8s, color 0.3s 0.3s;
    cursor: pointer;
    border: 1.5px solid #F6BB3A;
    background: #F6BB3A;
}

    a:hover,
    .cta-btn1-offcanvas-add:hover {
        color: rgb(255, 255, 255);
    }

.cta-btn2-offcanvas-add:hover {
    box-shadow: 0 150px 0 0 rgba(7, 6, 12, 1)inset;
    border: 1.5px solid #07060C;
}

.cta-btn-text-offcanvas-add {
    font-family: 'Balerno-Regular';
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 24px;
    text-align: center;
    text-decoration-line: underline;
    color: #07060C;
}



.cta-btn1-add {
    cursor: pointer;
    clear: both;
    padding: 12px 40px;
    display: inline-block;
    transition: all 0.8s, color 0.3s 0.3s;
    cursor: pointer;
    background-color: white;
    border: 1.5px solid #07060C;
}


.cta-btn2-add:hover {
    box-shadow: 0 150px 0 0 rgba(246, 187, 58, 1)inset;
    border: 1.5px solid #F6BB3A;
    color: #07060C;
}

.cta-btn-text-add {
    font-family: 'Balerno-Regular', sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 24px;
    text-align: center;
    text-decoration-line: underline;
    color: #07060C;
}



@media only screen and (max-width: 600px) {
    .filter-t1 {
        font-family: 'Balerno-Regular';
        font-style: normal;
        font-weight: 400;
        font-size: 22px;
        line-height: 40px;
        color: #07060C;
    }

    .cat-1 {
        font-family: 'Balerno-Regular';
        font-style: normal;
        font-weight: 400;
        font-size: 22px;
        line-height: 40px;
        color: #07060C;
    }

    .cat-btn1 {
        cursor: pointer;
        clear: both;
        padding: 12px 35px;
        display: inline-block;
        margin: 0 20px;
        transition: all 0.8s, color 0.3s 0.3s;
        cursor: pointer;
        border: 1.5px solid #07060C;
    }

    .product {
        font-family: 'Balerno-Regular';
        font-style: normal;
        font-weight: 400;
        font-size: 36px;
        line-height: 57px;
        color: #000;
        margin-top: 1rem;
    }

    .product1 {
        font-family: 'Poppins';
        font-style: normal;
        font-weight: 400;
        font-size: 14px;
        line-height: 24px;
        text-align: center;
        color: #000;
    }
}
/*------------------------------------------------------- FOOTER -------------------------------------------------------*/
.footer-bg {
    background: #0F0F33;
}

.footer-text {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 21px;
    text-align: center;
    color: #ffffff;
}


.newstext1 {
    font-family: 'Balerno-Regular';
    font-style: normal;
    font-weight: 500;
    font-size: 22px;
    line-height: 33px;
    letter-spacing: 0.02em;
    color: #ffffff;
    background-color: transparent;
}

.form-control-footer {
    background: #0F0F33;
}

.newstext2 {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 24px;
    letter-spacing: 0.02em;
    color: #ffffff;
}

.newletter1 {
    border: 1px solid #ffffff;
    border-radius: 0px;
    font-family: 'Balerno-Regular';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 28px;
    letter-spacing: 0.02em;
    color: #ffffff;
}

.btn-primary1 {
    background: #F6BB3A;
    border-radius: 0px;
    font-family: 'Balerno-Regular';
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 32px;
    text-align: center;
    letter-spacing: 0.02em;
    color: #07060C;
    margin-top: -1px;
}

    .btn-primary1:hover {
        background: #F6BB3A;
        border-radius: 0px;
        font-family: 'Balerno-Regular';
        font-style: normal;
        font-weight: 500;
        font-size: 18px;
        line-height: 32px;
        text-align: center;
        letter-spacing: 0.02em;
        color: #07060C;
        margin-top: -1px;
    }


/* .btn-primary1:hover {
     background: rgb(178, 118, 80);
     color: #fff;
 } */


.footer-bg2 {
    background: #0C0C29;
    border-radius: 18px;
}

.section-head {
    font-family: 'Balerno-Regular';
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 27px;
    letter-spacing: 0.02em;
    color: #ffffff;
}

.footer,
li {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 21px;
    letter-spacing: 0.02em;
    color: #ffffff;
}

.rightreserved {
    font-family: 'Gambetta';
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 18px;
    letter-spacing: 0.02em;
    color: #ffffff;
}

.rightreserved1 {
    font-family: 'Gambetta';
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 18px;
    letter-spacing: 0.02em;
    text-decoration-line: underline !important;
    color: #ffffff;
}

    .rightreserved1:hover {
        color: #ffffff;
    }

.flex-column li .nav-link {
    color: #ffffff;
    ;
}

    .flex-column li .nav-link:hover {
        color: #ffffff;
    }

.aligned {
    display: flex;
    align-items: center;
}


#btn-back-to-top {
    position: fixed;
    bottom: 20px;
    right: 20px;
    display: none;
}

    #btn-back-to-top .btn {
        background-color: none !important;
    }

.scroll-top {
    font-family: 'Balerno-Regular';
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 21px;
    text-align: center;
    color: #000000;
}

.btn-top {
    background-color: none;
}

.newsletter-align {
    margin-left: 10rem;
}



/* MOBILE SCREEN */
@media only screen and (max-width: 600px) {
    .btn-primary1 {
        background: #F6BB3A;
        border-radius: 0px;
        font-family: 'Balerno-Regular';
        font-style: normal;
        font-weight: 500;
        font-size: 18px;
        line-height: 30px;
        text-align: center;
        letter-spacing: 0.02em;
        color: #07060C;
        margin-top: 20px;
    }

    .newsletter-align {
        margin-left: 0rem;
    }

    .newstext2 {
        font-family: 'Poppins';
        font-style: normal;
        font-weight: 400;
        font-size: 16px;
        line-height: 21px;
        text-align: center;
        color: #ffffff;
    }
}
/*------------------------------------------------------- FOOTER -------------------------------------------------------*/







/*------------------------------------------------------- NAV & HEADER -------------------------------------------------------*/
.first-order {
    font-family: 'Balerno-Regular';
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 25px;
    color: #07060C;
}

    .first-order:hover {
        font-family: 'Balerno-Regular';
        font-style: normal;
        font-weight: 400;
        font-size: 18px;
        line-height: 25px;
        text-decoration: none;
        color: #07060C;
    }


.hover-underline-animation {
    display: inline-block;
    position: relative;
    color: #07060C;
}

    .hover-underline-animation:after {
        content: '';
        position: absolute;
        width: 100%;
        transform: scaleX(0);
        height: 2px;
        bottom: 0;
        left: 0;
        background-color: #07060C;
        transform-origin: bottom right;
        transition: transform 0.25s ease-out;
    }

    .hover-underline-animation:hover:after {
        transform: scaleX(1);
        transform-origin: bottom left;
    }




.callout {
    position: relative;
    /* display: flex; */
    justify-content: center;
    align-items: center;
    flex-direction: column;
    height: 100%;
    text-align: center;
    position: relative;
    z-index: 10;
}


.nav-menu-bg-1 {
    content: url(../img/nav-menu-bg.png);
    object-fit: contain;
    background-repeat: round;
    height: 100vh;
    width: fit-content;
}



.nav-menu-text {
    font-family: 'Balerno-Regular';
    font-style: normal;
    font-weight: 400;
    font-size: 32px;
    line-height: 38px;
    color: #07060C;
}


    .nav-menu-text:hover {
        font-family: 'Balerno-Regular';
        font-style: normal;
        font-weight: 400;
        font-size: 32px;
        line-height: 38px;
        color: #07060C;
    }

/*------------------------------------------------------- NAV & HEADER -------------------------------------------------------*/


.newletter1 {
    border: 1px solid #ffffff;
    border-radius: 0px;
    font-family: 'Balerno-Regular';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 28px;
    letter-spacing: 0.02em;
    color: #ffffff;
}



.btn-primary1 {
    background: #F6BB3A;
    border-radius: 0px;
    font-family: 'Balerno-Regular';
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 20px;
    text-align: center;
    letter-spacing: 0.02em;
    color: #07060C;
    margin-top: -1px;
}

    .btn-primary1:hover {
        background: #F6BB3A;
        border-radius: 0px;
        font-family: 'Balerno-Regular';
        font-style: normal;
        font-weight: 500;
        font-size: 18px;
        line-height: 20px;
        text-align: center;
        letter-spacing: 0.02em;
        color: #07060C;
        margin-top: -1px;
    }

/* MOBILE SCREEN */
@media only screen and (max-width: 600px) {
    .btn-primary1 {
        background: #F6BB3A;
        border-radius: 0px;
        font-family: 'Balerno-Regular';
        font-style: normal;
        font-weight: 500;
        font-size: 18px;
        line-height: 20px;
        text-align: center;
        letter-spacing: 0.02em;
        color: #07060C;
        margin-top: 20px;
    }

    .newsletter-align {
        margin-left: 0rem;
    }
}


.alas-text {
    font-family: 'Balerno-Regular';
    font-style: normal;
    font-weight: 400;
    font-size: 32px;
    line-height: 32px;
    display: flex;
    align-items: center;
    text-align: center;
    color: #07060C;
}


.alas-text-1 {
    font-family: 'Balerno-Regular';
    font-style: italic;
    font-weight: 600;
    font-size: 18px;
    line-height: 22px;
    text-align: center;
    color: #343230;
}

@media only screen and (max-width: 600px) {
    .alas-text {
        font-family: 'Balerno-Regular';
        font-style: normal;
        font-weight: 400;
        font-size: 24px;
        line-height: 32px;
        display: flex;
        align-items: center;
        text-align: center;
        color: #07060C;
    }


    .alas-text-1 {
        font-family: 'Balerno-Regular';
        font-style: italic;
        font-weight: 500;
        font-size: 14px;
        line-height: 22px;
        text-align: center;
        color: #343230;
    }
}


.btn-primary1 {
    background: #F6BB3A;
    border-radius: 0px;
    font-family: 'Balerno-Regular';
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 30px;
    text-align: center;
    letter-spacing: 0.02em;
    color: #07060C;
    margin-top: -1px;
}

    .btn-primary1:hover {
        background: #F6BB3A;
        border-radius: 0px;
        font-family: 'Balerno-Regular';
        font-style: normal;
        font-weight: 500;
        font-size: 18px;
        line-height: 30px;
        text-align: center;
        letter-spacing: 0.02em;
        color: #07060C;
        margin-top: -1px;
    }


.sort-by-font {
    font-family: 'Poppins';
}


.our-recipes {
    height: 550px;
    width: 100%;
    position: relative;
    overflow: hidden;
}

/* MOBILE SCREEN */
@media only screen and (max-width: 600px) {
    .our-recipes {
        height: 200px;
        width: 100%;
        position: relative;
        overflow: hidden;
    }

    .btn-primary1 {
        background: #F6BB3A;
        border-radius: 0px;
        font-family: 'Balerno-Regular';
        font-style: normal;
        font-weight: 500;
        font-size: 18px;
        line-height: 30px;
        text-align: center;
        letter-spacing: 0.02em;
        color: #07060C;
        margin-top: 15px;
    }
}

.form-check-input:checked {
    background-color: #000000;
    border-color: #000000;
}

.nav-menu-bg-1 {
    content: url(../New-IMG/New-homepgae/new-menu.webp);
    object-fit: contain;
    background-repeat: round;
    height: 100vh;
    width: fit-content;
}
