﻿@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);

/* 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');*/



@font-face {
    font-family: Balerno-Regular;
    src: url(../Fonts/Balerno-Serif-Family/Balerno-Rg.otf);
}

@font-face {
    font-family: Balerno-LT;
    src: url(../Fonts/Balerno-Serif-Family/Balerno-Lt.otf);
}

.navmenufont {
    font-family: 'Balerno-Regular';
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 25px;
    color: #07060C;
}

.navmenufontUserList {
    font-family: 'Balerno-Regular';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 25px;
    color: #07060C;
}

.dropdownfont {
    font-family: 'Balerno-Regular';
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 25px;
    color: #07060C;
}

/* .nav-hover:hover{
    text-decoration: underline;
    text-decoration-color: red !important;
} */

.dropdown-toggle::after {
    border-top: 0px !important;
}
.mega-menu {
    left: 0 !important;
    right: 0 !important;
    top: 100%;
    border-top: 3px solid #0d6efd;
    background: #f8f9fa;
    z-index: 1050;
}

    .mega-menu img {
        
        object-fit: cover;
        width:100px;
        height:100px;
    }

    .mega-menu .small {

        color: #333;
        font-family: 'Balerno-Regular';
        font-style: normal;
        font-weight: 400;
        font-size: 14px;
        line-height: 25px;
        color: #07060C;
    }

.indexbutton {
    font-family: 'Balerno-Regular';
    font-size: 20px;
    color: #07060C;
}

.dropdown-toggle .dropdown-icon {
    transition: transform 0.3s ease;
}

.dropdown.show .dropdown-toggle .dropdown-icon {
    transform: rotate(180deg); /* Flip icon on open */
}

.hover-underline-animation {
    display: inline-block;
    position: relative;
    color: #000;
}

    .hover-underline-animation:after {
        content: '';
        position: absolute;
        width: 100%;
        transform: scaleX(0);
        height: 1px;
        bottom: 0;
        left: 0;
        background-color: #a2a4a6;
        transform-origin: bottom right;
        transition: transform 0.25s ease-out;
    }

    .hover-underline-animation:hover:after {
        transform: scaleX(1);
        transform-origin: bottom left;
    }


@media (min-width: 992px) 
{
    .navbar-expand-lg .navbar-nav .nav-link {
        padding-right:35px!important;
        padding-left:36px!important;
    }

    /*Shaul*/
   /* .navbar-expand-lg .navbar-nav .nav-link {
        padding-right: 70px !important;
        padding-left: 71px !important;
    }*/
}



.btn-top4-head1 {
    cursor: pointer;
    clear: both;
    padding: 12px 50px;
    display: inline-block;
    transition: all 0.8s, color 0.3s 0.3s;
    cursor: pointer;
    border: 1.5px solid #ffffff;
}

    a:hover,
    .btn-top4-head1:hover {
        color: rgba(7, 6, 12, 1);
    }

.btn-top3-head1:hover {
    box-shadow: 0 150px 0 0 rgba(246, 187, 58, 1)inset;
    border: 1.5px solid #F6BB3A
}

.viewalll1-head1 {
    font-family: 'Balerno-Regular';
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 24px;
    text-align: center;
    text-decoration-line: underline;
    color: #000000;
}




/* 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);
}


.snip1529 {
    background-color: #000000;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
    color: #ffffff;
    font-family: 'Open Sans', Arial, sans-serif;
    font-size: 18px;
    line-height: 1.6em;
    margin: 10px;
    max-width: 310px;
    min-width: 250px;
    overflow: hidden;
    position: relative;
    text-align: left;
    width: 100%;
}

    .snip1529 * {
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        -webkit-transition: all 0.25s ease;
        transition: all 0.25s ease;
    }

    .snip1529 img {
        max-width: 100%;
        vertical-align: top;
        position: relative;
        opacity: 0.75;
    }

    .snip1529 figcaption {
        padding: 25px 20px 25px;
        position: absolute;
        bottom: 0;
        z-index: 1;
    }

    .snip1529 .date {
        background-color: #fff;
        color: #333;
        font-size: 18px;
        font-weight: 800;
        min-height: 48px;
        min-width: 48px;
        padding: 10px 0;
        position: absolute;
        right: 15px;
        text-align: center;
        text-transform: uppercase;
        top: 0;
    }

        .snip1529 .date span {
            display: block;
            line-height: 14px;
        }

        .snip1529 .date .month {
            font-size: 11px;
        }

    .snip1529 h3,
    .snip1529 p {
        margin: 0;
        padding: 0;
    }

    .snip1529 h3 {
        font-weight: 800;
        letter-spacing: -0.4px;
    }

    .snip1529 .hover {
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        align-items: center;
        background-color: rgba(236, 188, 46, 0.75);
        display: flex;
        font-size: 65px;
        justify-content: center;
        opacity: 0;
    }

    .snip1529 a {
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
        position: absolute;
        z-index: 1;
    }

    .snip1529:hover .hover,
    .snip1529.hover .hover {
        -webkit-transition-delay: 0.1s;
        transition-delay: 0.1s;
        opacity: 1;
    }

    .snip1529:hover figcaption,
    .snip1529.hover figcaption {
        opacity: 0;
    }

    .snip1529:hover .date,
    .snip1529.hover .date {
        -webkit-transform: translateY(-100%);
        transform: translateY(-100%);
    }





* {
    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;
    }
}





/*-------------------------------------------------------- NAVBAR ----------------------------------------------*/
.first-order1 {
    font-family: 'Gambetta';
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    line-height: 18px;
    color: #ffffff;
}




/* .nav-hover:hover{
    text-decoration: underline;
    text-decoration-color: red !important;
} */


.navbar-bg {
    background: #FFFFFF;
    opacity: 0.95;
}

@media screen and (min-width:768px) {
    .navbar-brand-centered {
        position: absolute;
        left: 50%;
        display: block;
        width: 160px;
        text-align: center;
    }

    .navbar > .container .navbar-brand-centered,
    .navbar > .container-fluid .navbar-brand-centered {
        margin-left: -80px;
    }
}


/* CORE STYLES */
:root {
    /* --primary-color: rgba(13, 110, 139, 0.75); */
    --overlay-color: rgba(24, 39, 51, 0.85);
    --menu-speed: 0.75s;
}


.showcase {
    color: #fff;
    height: 100vh;
}

    .showcase:before {
        content: '';
        background: url(../img/istockphoto-508019156-640_adpp_is\ 1.png) no-repeat center center/cover;
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        z-index: -1;
    }

    .showcase .showcase-inner {
        display: flex;
        flex-direction: column;
        /* align-items: center; */
        justify-content: center;
        text-align: center;
        height: 100%;
    }

/* .showcase h1 {
     font-size: 4rem;
 } */

/* .showcase p {
    font-size: 1.3rem;
  } */

/* .btn {
     display: inline-block;
     border: none;
     background: var(--primary-color);
     color: #fff;
     padding: 0.75rem 1.3rem;
     margin-top: 1rem;
     transition: opacity 1s ease-in-out;
     text-decoration: none;
 }

 .btn:hover {
     opacity: 0.7;
 }*/

/* MENU STYLES */
.menu-wrap {
    top: 0;
    left: 0;
    z-index: 1;
}

    .menu-wrap .toggler {
        position: absolute;
        top: 0;
        left: 0;
        z-index: 2;
        cursor: pointer;
        width: 50px;
        height: 50px;
        opacity: 0;
    }

    .menu-wrap .hamburger {
        position: absolute;
        top: 0;
        left: 0;
        z-index: 1;
        width: 60px;
        height: 70px;
        padding: 1rem;
        background: #ffffff;
        display: flex;
        align-items: center;
        justify-content: center;
    }

        /* Hamburger Line */
        .menu-wrap .hamburger > div {
            position: relative;
            flex: none;
            width: 100%;
            height: 2px;
            background: #323232;
            display: flex;
            align-items: center;
            justify-content: center;
            transition: all 0.4s ease;
        }

            /* Hamburger Lines - Top & Bottom */
            .menu-wrap .hamburger > div::before,
            .menu-wrap .hamburger > div::after {
                content: '';
                position: absolute;
                z-index: 1;
                top: -10px;
                width: 100%;
                height: 2px;
                background: inherit;
            }

            /* Moves Line Down */
            .menu-wrap .hamburger > div::after {
                top: 10px;
            }

    /* Toggler Animation */
    .menu-wrap .toggler:checked + .hamburger > div {
        transform: rotate(135deg);
    }

        /* Turns Lines Into X */
        .menu-wrap .toggler:checked + .hamburger > div:before,
        .menu-wrap .toggler:checked + .hamburger > div:after {
            top: 0;
            transform: rotate(90deg);
        }

    /* Rotate On Hover When Checked */
    .menu-wrap .toggler:checked:hover + .hamburger > div {
        transform: rotate(225deg);
    }

    /* Show Menu */
    .menu-wrap .toggler:checked ~ .menu {
        visibility: visible;
    }

        .menu-wrap .toggler:checked ~ .menu > div {
            transform: scale(1);
            transition-duration: var(--menu-speed);
        }

            .menu-wrap .toggler:checked ~ .menu > div > div {
                opacity: 1;
                transition: opacity 0.4s ease 0.4s;
            }

.nav-menu-bg-1 {
    content: url(../img/nav-menu-bg.png);
    object-fit: contain;
    background-repeat: no-repeat;
}

.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;
    }

.menu-wrap .menu {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    visibility: hidden;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
}

    .menu-wrap .menu > div {
        background: #EBEBEB;
        height: 100vw;
        display: flex;
        flex: none;
        align-items: center;
        justify-content: center;
        transform: scale(0);
        transition: all 0.4s ease;
    }

        .menu-wrap .menu > div > div {
            text-align: center;
            max-width: 90vw;
            max-height: 100vh;
            opacity: 0;
            transition: opacity 0.4s ease;
        }

            .menu-wrap .menu > div > div > ul > li {
                list-style: none;
                color: #fff;
                font-size: 1.5rem;
                padding: 1rem;
            }

                .menu-wrap .menu > div > div > ul > li > a {
                    color: inherit;
                    text-decoration: none;
                    transition: color 0.4s ease;
                }


.chefto-text {
    font-family: 'Balerno-Regular';
    font-style: normal;
    font-weight: 400;
    font-size: 80px;
    line-height: 80px;
    color: #FFFFFF;
    padding-top: 7rem;
}

.chefto-text1 {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 24px;
    color: #FFFFFF;
    text-align: left;
}

.btn-top4-head1 {
    cursor: pointer;
    clear: both;
    padding: 12px 50px;
    display: inline-block;
    transition: all 0.8s, color 0.3s 0.3s;
    cursor: pointer;
    border: 1.5px solid #ffffff;
}

    a:hover,
    .btn-top4-head1:hover {
        color: rgba(7, 6, 12, 1);
    }

.btn-top3-head1:hover {
    box-shadow: 0 150px 0 0 rgba(246, 187, 58, 1)inset;
    border: 1.5px solid #F6BB3A
}

.viewalll1-head1 {
    font-family: 'Balerno-Regular';
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 24px;
    text-align: center;
    text-decoration-line: underline;
    color: #FFFFFF;
}

/* MOBILE SCREEN */
@media only screen and (max-width: 600px) {
    .chefto-text {
        font-family: 'Balerno-Regular';
        font-style: normal;
        font-weight: 400;
        font-size: 54px;
        line-height: 58px;
        color: #FFFFFF;
        padding-top: 4rem;
    }

    .chefto-text1 {
        font-family: 'Poppins';
        font-style: normal;
        font-weight: 400;
        font-size: 18px;
        line-height: 24px;
        color: #FFFFFF;
        text-align: left;
    }

    .showcase {
        color: #fff;
        height: 90vh;
    }

    .viewalll1-head1 {
        font-family: 'Balerno-Regular';
        font-style: normal;
        font-weight: 500;
        font-size: 15px;
        line-height: 22px;
        text-align: center;
        text-decoration-line: underline;
        color: #FFFFFF;
    }
}








/*------------------------------------------------------- SECTION 2 -------------------------------------------------------*/
.liness-top {
    margin-top: -60px;
}


.profess {
    font-family: 'Balerno-Regular', serif;
    font-style: normal;
    font-weight: 400;
    font-size: 40px;
    line-height: 38px;
    text-align: center;
    color: #2D2B29;
}

.partner {
    background: #F6BB3A;
    
}

.margins6 {
    padding-left: 7rem;
    padding-top: 2rem;
}

.recipe1 {
    margin-top: -50px;
    padding-left: 5rem;
}

.shopnow {
    font-family: 'Balerno-Regular';
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 24px;
    /* identical to box height */

    text-align: center;
    text-decoration-line: underline;
    /* Base/White */

    color: #FFFFFF;
}

.shopnowcart {
    
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 24px;
    /* identical to box height */

    text-align: center;

    /* Base/White */

    color: #FFFFFF;
}

.btn-top1-top {
    cursor: pointer;
    clear: both;
    padding: 12px 50px;
    display: inline-block;
    /* margin: 0 20px; */
    transition: all 0.8s, color 0.3s 0.3s;
    cursor: pointer;
    background: #07060C;
    color: #FFFFFF;
    border: 1.5px solid #07060C;
}

.btn-top1-topsearch {
    cursor: pointer;
    clear: both;
    padding: 12px 30px;
    display: inline-block;
    /* margin: 0 20px; */
    transition: all 0.8s, color 0.3s 0.3s;
    cursor: pointer;
    background: #07060C;
    color: #FFFFFF;
    border: 1.5px solid #07060C;
}

.btn-top1-topcart {
    cursor: pointer;
    clear: both;
    padding: 12px 50px;
    display: inline-block;
    /* margin: 0 20px; */
    transition: all 0.8s, color 0.3s 0.3s;
    cursor: pointer;
    background-color:transparent;
    color: #8f212e;
    border: 1.5px solid #07060C;
}

.btn-top1-topbuy {
    cursor: pointer;
    clear: both;
    padding: 12px 50px;
    display: inline-block;
    /* margin: 0 20px; */
    transition: all 0.8s, color 0.3s 0.3s;
    cursor: pointer;
    background-color: #f6bb3a;
    color: #8f212e;
    border: 1.5px solid #07060C;
}

    .btn-top1-top:hover {
        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,
    .btn-top1-top:hover {
        color: rgb(255, 255, 255);
    }

btn-top1-topsearch:hover {
    cursor: pointer;
    clear: both;
    padding: 12px 30px;
    display: inline-block;
    /* margin: 0 20px; */
    transition: all 0.8s, color 0.3s 0.3s;
    cursor: pointer;
    border: 1.5px solid #07060C;
}

a:hover,
.btn-top1-topsearch:hover {
    color: rgb(255, 255, 255);
}

.btn-top-top:hover {
    box-shadow: 0 150px 0 0 rgba(246, 187, 58, 1)inset;
    border-color: rgba(246, 187, 58, 1);
    color: #000;
}

.btn-top-topbuy:hover {
    background-color: transparent;
    border-color: #000;
    color: #000;
}


.quality-text {
   font-family: 'Balerno-Regular';
    font-style: italic;
    font-weight: 400;
    font-size: 20px;
    line-height: 32px;
    color: #07060C;
    opacity: 0.4;
}

.quality-text1 {
    font-family: 'Balerno-Regular', serif;
    font-style: normal;
    font-weight: 400;
    font-size: 48px;
    line-height: 56px;
    color: #07060C;
}

.quality-text2 {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 24px;
    color: #343230;
}

.recipe2 {
    padding-top: 5rem;
}




/* .crd_dsgn {
     width: 496px;
     border: 1px solid #986C50;
     height: 547px;
     float: left;
     margin: -35px 30px 40px 0;
     transition: all 0.5s ease-in-out 0s;
 }

 .crd_dsgn a {
     display: block;
 }

 .crd_img {
     width: 100%;
     height: auto;
     overflow: hidden;
     margin: -10px 0 0 -10px;
     transition: all 0.5s ease-in-out 0s;
 }

 .crd_img img {
     height: 100%;
     transform: scale(1.0);
     transition: all 0.9s ease-in-out 0s;
     margin-left: 24px;
 }

 .crd_hdng h5 {
     width: 100%;
     height: 50px;
     padding: 0 20px;
     line-height: 50px;
     font-size: 18px;
     font-weight: normal;
     color: #fff;
     text-transform: uppercase;
     letter-spacing: 2px;
     margin-top: 10px;
     transition: all 0.5s ease-in-out 0s;
 }

 .crd_dsgn:hover .crd_img {
     margin: 0;
 }

 .crd_dsgn:hover .crd_hdng h5 {
     margin-top: 5px;
 }

 .crd_dsgn:hover {
     background-color: #986C50;
     border-width: 2px;
 }

 .crd_dsgn:hover .crd_img img {
     transform: scale(1.5);
 } */


.generation {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 24px;
    color: #343230;
}

.box-text {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 27px;
    color: #2D2B29;
}

.box-text1 {
    font-family: 'Balerno-Regular', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 24px;
    color: #343230;
}

.recipe2-img-2 {
    width: 100%;
    height: auto;
}


@media only screen and (max-width: 600px) {
    .profess {
        font-family: 'Balerno-Regular', serif;
        font-style: normal;
        font-weight: 400;
        font-size: 24px;
        line-height: 32px;
        text-align: center;
        color: #2D2B29;
    }

    .margins6 {
        padding-left: 0rem;
        padding-top: 0rem;
    }

    .recipe1 {
        margin-top: 20px;
        padding-left: 0rem;
    }

    .recipe2 {
        padding-top: 0rem;
    }

    .partner {
        background: #F6BB3A;
        margin-top: 0rem;
    }

    .liness-top {
        margin-top: -20px;
    }

    .quality-text2 {
        font-family: 'Poppins';
        font-style: normal;
        font-weight: 400;
        font-size: 14px;
        line-height: 24px;
        color: #343230;
    }

    .generation {
        font-family: 'Poppins';
        font-style: normal;
        font-weight: 400;
        font-size: 14px;
        line-height: 24px;
        color: #343230;
    }

    .quality-text1 {
        font-family: 'Balerno-Regular', serif;
        font-style: normal;
        font-weight: 400;
        font-size: 32px;
        line-height: 40px;
        color: #07060C;
    }

    .quality-text {
       font-family: 'Balerno-Regular';
        font-style: italic;
        font-weight: 400;
        font-size: 18px;
        line-height: 20px;
        color: #07060C;
        opacity: 0.4;
    }

    .shopnow {
        font-family: 'Balerno-Regular', sans-serif;
        font-style: normal;
        font-weight: 500;
        font-size: 15px;
        line-height: 22px;
        text-align: center;
        text-decoration-line: underline;
        color: #ffffff;
    }
    .shopnowcart {
       
        font-style: normal;
        font-weight: 500;
        font-size: 15px;
        line-height: 22px;
        text-align: center;
       
        color: #000;
    }

    .btn-top1-topcart {
        cursor: pointer;
        clear: both;
        padding: 12px 16px;
        display: inline-block;
        /* margin: 0 20px; */
        transition: all 0.8s, color 0.3s 0.3s;
        cursor: pointer;
        background-color: transparent;
        color: #8f212e;
        border: 1.5px solid #07060C;
    }

    .btn-top1-topbuy {
        cursor: pointer;
        clear: both;
        padding: 12px 16px;
        display: inline-block;
        /* margin: 0 20px; */
        transition: all 0.8s, color 0.3s 0.3s;
        cursor: pointer;
        background-color: #f6bb3a;
        color: #8f212e;
        border: 1.5px solid #07060C;
    }

    .flex-content-reverse {
        flex-direction: column-reverse;
    }

    .box-text {
        font-family: 'Poppins';
        font-style: normal;
        font-weight: 500;
        font-size: 14px;
        line-height: 27px;
        color: #2D2B29;
    }

    .recipe2-img-2 {
        width: 107%;
        height: auto;
    }
}




/*------------------------------------------------------- SECTION 3 -------------------------------------------------------*/
.product-text {
   font-family: 'Balerno-Regular';
    font-style: italic;
    font-weight: 400;
    font-size: 24px;
    line-height: 32px;
    color: #0F0F33;
    text-align: center;
    opacity: 0.4;
}

.product-name-index {
    font-family: "Poppins", sans-serif;
    font-weight: 300;
    font-style: normal;
    text-align: center;
    font-size:16px!important;
}

.product-text1 {
    font-family: 'Balerno-Regular';
    font-style: normal;
    font-weight: 400;
    font-size: 48px;
    /* line-height: 56px; */
    
    color: #8f212e;
}

.product-text2 {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 24px;
    text-align: center;
    color: #343230;
}

.carouselExampleControls {
    padding: 5%;
}

.card78 {
    font-family: 'Balerno-Regular';
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 20px;
    text-align: center;
    color: #343230;
}

.card781 {
    font-family: 'Balerno-Regular';
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 22px;
    text-align: center;
    color: #F0252F;
}






@media only screen and (max-width: 600px) {
    .product-text {
       font-family: 'Balerno-Regular';
        font-style: italic;
        font-weight: 400;
        font-size: 18px;
        line-height: 32px;
        color: #0F0F33;
        text-align: center;
        opacity: 0.4;
    }

    .product-text1 {
        font-family: 'Balerno-Regular', serif;
        font-style: normal;
        font-weight: 400;
        font-size: 32px;
        
        color: #8f212e;
    }

    .product-text2 {
        font-family: 'Poppins';
        font-style: normal;
        font-weight: 400;
        font-size: 12px;
        line-height: 18px;
        text-align: center;
        color: #343230;
    }
}



/*------------------------------------------------------- SECTION 4 -------------------------------------------------------*/
.origintop {
    margin-top: 10rem;
}

.origin {
    font-family: 'Gambetta';
    font-style: italic;
    font-weight: 400;
    font-size: 24px;
    line-height: 32px;
    color: #0F0F33;
    opacity: 0.4;
}

.origin1 {
    font-family: 'Balerno-Regular';
    font-style: normal;
    font-weight: 400;
    font-size: 48px;
    line-height: 56px;
    color: #0F0F33;
}

.origin2 {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 24px;
    color: #2D2B29;
}

.origin-align {
    margin-top: 100px;
    margin-left: -28px;
    background: #EBEBEB;
    width: 592px;
    height: 480px;
    position: absolute;
}

.origin-align1 {
    margin-left: -100px;
}

.origin-align2 {
    margin-left: 100px;
    margin-top: 100px;
}


.btn-top2-us {
    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;
    ;
    background: #07060C;
}

    a:hover,
    .btn-top2-us:hover {
        color: rgb(255, 255, 255);
    }

.btn-top1-us:hover {
    box-shadow: 0 150px 0 0 rgba(235, 235, 235, 1)inset;
    color: #07060C;
}

.aboutus {
    font-family: 'Balerno-Regular';
    font-style: normal;
    font-weight: 500;
    font-size: 28px;
    line-height: 35px;
    text-align: center;
    color: #000;
}

/* MOBILE SCREEN */
@media only screen and (max-width: 600px) {
    .origin-align-m {
        margin-top: 4rem;
    }

    .origin {
        font-family: 'Gambetta';
        font-style: italic;
        font-weight: 400;
        font-size: 18px;
        line-height: 20px;
        color: #0F0F33;
        opacity: 0.4;
    }

    .origin1 {
        font-family: 'Balerno-Regular';
        font-style: normal;
        font-weight: 400;
        font-size: 32px;
        line-height: 40px;
        color: #0F0F33;
    }

    .origin2 {
        font-family: 'Poppins';
        font-style: normal;
        font-weight: 400;
        font-size: 12px;
        line-height: 18px;
        color: #2D2B29;
    }

    .origin-align-mob {
        background: #EBEBEB;
        margin-top: -20px;
    }

    .aboutus {
        font-family: 'Balerno-Regular';
        font-style: normal;
        font-weight: 500;
        font-size: 16px;
        line-height: 24px;
        text-align: center;
        color: #000;
    }
}






/*------------------------------------------------------- SECTION 5 -------------------------------------------------------*/
.section5 {
    margin-top: 3rem;
}

.juice {
    font-family: 'Balerno-Regular';
    font-style: normal;
    font-weight: 500;
    font-size: 22px;
    line-height: 32px;
    text-align: center;
    color: #343230;
}

.btn-top3-vieww {
    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,
.btn-top3:hover {
    color: rgb(255, 255, 255);
}

.btn-top2-vieww:hover {
    box-shadow: 0 150px 0 0 rgba(7, 6, 12, 1)inset;
    color: #ffffff;
}

.viewalll-vieww {
    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;
}

.section5-car {
    margin-bottom: -200px;
}




/* MOBILE SCREEN */
@media only screen and (max-width: 600px) {
    .btn-top3 {
        cursor: pointer;
        clear: both;
        padding: 12px 50px;
        display: inline-block;
        margin: 0 0px;
        transition: all 0.8s, color 0.3s 0.3s;
        cursor: pointer;
        border: 1.5px solid #F0252F;
    }

    .section5 {
        margin-top: 4rem;
    }
}




/*------------------------------------------------------- SECTION 6 -------------------------------------------------------*/
.bowl {
    background-image: url(../New-IMG/New-homepgae/recipe-new.webp);
    object-fit: cover;
    background-repeat: round;
    width: 100%;
    margin-top: 15rem;
}

.bowl1 {
    margin-top: 7rem;
    margin-bottom: 9rem;
}


.popular-tex {
    font-family: 'Gambetta';
    font-style: italic;
    font-weight: 400;
    font-size: 24px;
    line-height: 32px;
    color: #07060C;
    text-align: center;
    opacity: 0.4;
}

.popular-text {
    font-family: 'Balerno-Regular';
    font-style: normal;
    font-weight: 400;
    font-size: 56px;
    line-height: 64px;
    text-align: center;
    color: #07060C;
}

.popular-text1 {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 24px;
    text-align: center;
    color: #343230;
}

.btn-top4-reci {
    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;
    color: #07060C;
}

    .btn-top4-reci:hover {
        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 #F6BB3A;
    }

    a:hover,
    .btn-top4-reci:hover {
        color: #07060C;
    }

.btn-top3-reci:hover {
    box-shadow: 0 150px 0 0 rgba(246, 187, 58, 1)inset;
}

.viewalll11-reci {
    font-family: 'Balerno-Regular';
    font-style: normal;
    font-weight: 500;
    font-size: 15px;
    line-height: 22px;
    text-align: center;
    text-decoration-line: underline;
    color: #07060C;
}


/* MOBILE SCREEN */
@media only screen and (max-width: 600px) {

    .bowl {
        background-image: url( ../New-IMG/New-homepgae/Tortelliedited-mob.webp);
        object-fit: cover;
        background-repeat: round;
        width: 100%;
        margin-top: 5rem;
    }

    .popular-tex {
        font-family: 'Gambetta';
        font-style: italic;
        font-weight: 400;
        font-size: 18px;
        line-height: 32px;
        color: #07060C;
        text-align: center;
        opacity: 0.4;
    }

    .popular-text {
        font-family: 'Balerno-Regular';
        font-style: normal;
        font-weight: 400;
        font-size: 28px;
        line-height: 40px;
        text-align: center;
        color: #07060C;
    }

    .popular-text1 {
        font-family: 'Poppins';
        font-style: normal;
        font-weight: 400;
        font-size: 12px;
        line-height: 18px;
        text-align: center;
        color: #343230;
    }

    .viewalll11-reci {
        font-family: 'Balerno-Regular';
        font-style: normal;
        font-weight: 500;
        font-size: 15px;
        line-height: 22px;
        text-align: center;
        text-decoration-line: underline;
        color: #07060C;
    }
}








/*------------------------------------------------------- SECTION 7 -------------------------------------------------------*/

.product-card {
    width: 380px !important;
    margin: 10px;
    padding: 10px;
}

.product-text-world {
   font-family: 'Balerno-Regular';
    font-style: italic;
    font-weight: 400;
    font-size: 24px;
    line-height: 32px;
    color: #0F0F33;
    text-align: center;
    opacity: 0.4;
}

.product-text1-world {
    font-family: 'Balerno-Regular', serif;
    font-style: normal;
    font-weight: 400;
    font-size: 48px;
    /* line-height: 56px; */
    text-align: center;
    color: #8f212e;
}

.product-text2-world {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    
    color: #343230;
}

.product-text2-products {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 24px;
    text-align: center;
    color: #000;
}

.product-text2-price {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 400;
    font-size: 15px;
    line-height: 24px;
    text-align: center;
    color: #000;
}



.product-text-brand {
   font-family: 'Balerno-Regular';
    font-style: italic;
    font-weight: 400;
    font-size: 24px;
    line-height: 32px;
    color: #0F0F33;
    text-align: center;
    opacity: 0.4;
}

.product-text1-brand1 {
    font-family: 'Balerno-Regular', serif;
    font-style: normal;
    font-weight: 400;
    font-size: 48px;
    /* line-height: 56px; */
    text-align: center;
    color: #0F0F33;
}

.product-text2-brand2 {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 24px;
    text-align: center;
    color: #343230;
}



.btn-top4 {
    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 #ffffff;
}

    a:hover,
    .btn-top4:hover {
        color: rgb(255, 255, 255);
    }

.btn-top3:hover {
    box-shadow: 0 150px 0 0 rgba(240, 37, 47, 1)inset;
}

.viewalll1-brand {
    font-family: 'Balerno-Regular';
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 24px;
    text-align: center;
    text-decoration-line: underline;
    color: #FFFFFF;
}



@media only screen and (max-width: 600px) {
    .product-text-world {
       font-family: 'Balerno-Regular';
        font-style: italic;
        font-weight: 400;
        font-size: 18px;
        line-height: 32px;
        color: #0F0F33;
        text-align: center;
        opacity: 0.4;
    }

    .product-card {
        width: 340px !important;
        margin: 10px;
        padding: 10px;
    }

    .product-text1-world {
        font-family: 'Balerno-Regular', serif;
        font-style: normal;
        font-weight: 400;
        font-size: 28px;
        /* line-height: 56px; */
        text-align: center;
        color: #0F0F33;
    }

    .product-text2-world {
        font-family: 'poppins', serif;
        font-style: normal;
        font-weight: 400;
        font-size: 16px;
        line-height: 18px;
        
        color: #343230;
    }

    .product-text2-products {
        font-family: 'Poppins';
        font-style: normal;
        font-weight: 600;
        font-size: 16px;
        line-height: 24px;
        text-align: center;
        color: #000;
    }

    .product-text2-price {
        font-family: 'Poppins';
        font-style: normal;
        font-weight: 400;
        font-size: 15px;
        line-height: 24px;
        text-align: center;
        color: #000;
    }

    .product-text-brand {
       font-family: 'Balerno-Regular';
        font-style: italic;
        font-weight: 400;
        font-size: 18px;
        line-height: 32px;
        color: #0F0F33;
        text-align: center;
        opacity: 0.4;
    }

    .product-text1-brand1 {
        font-family: 'Balerno-Regular', serif;
        font-style: normal;
        font-weight: 400;
        font-size: 32px;
        /* line-height: 56px; */
        text-align: center;
        color: #0F0F33;
    }

    .product-text2-brand2 {
        font-family: 'Poppins';
        font-style: normal;
        font-weight: 400;
        font-size: 12px;
        line-height: 18px;
        text-align: center;
        color: #343230;
    }
}



/*------------------------------------------------------- SECTION 8 -------------------------------------------------------*/
.section9-bg {
    background: #EBEBEB;
}

.section9-top {
    padding-top: 5rem;
    padding-bottom: 20rem;
}

.clients-text1 {
    font-family: 'Gambetta';
    font-style: italic;
    font-weight: 400;
    font-size: 24px;
    line-height: 32px;
    color: #2D2B29;
    opacity: 0.4;
}

.clients-text2 {
    font-family: 'Balerno-Regular';
    font-style: normal;
    font-weight: 400;
    font-size: 48px;
    /* line-height: 56px; */
    color: #2D2B29;
}

.clients-text3 {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    /* line-height: 24px; */
    color: #343230;
}

.taj-text1 {
    font-family: 'Balerno-Regular';
    font-style: normal;
    font-weight: 500;
    font-size: 24px;
    line-height: 28px;
    text-align: center;
    text-transform: uppercase;
    color: #343230;
}

.taj-text2 {
    font-family: 'Balerno-Regular';
    font-style: normal;
    font-weight: 300;
    font-size: 22px;
    font-style: italic;
    line-height: 28px;
    text-align: center;
    text-transform: uppercase;
    color: #343230;
}

.carousel-control-prev-icon1 {
    content: url(../img/1left.svg);
    position: absolute;
    bottom: -60px;
    left: 380px;
}

.carousel-control-next-icon2 {
    content: url(../img/1right.svg);
    position: absolute;
    bottom: -60px;
    right: 380px;
}

.taj-card {
    background: #FFFFFF;
}


#car-indic .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%;
}

#car-indic.carousel-indicators {
    margin-bottom: -55px;
}

.btn-top2-brand {
    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;
    /* background: #07060C; */
    color: #07060C;
}

    a:hover,
    .btn-top2-brand:hover {
        color: rgb(255, 255, 255);
    }

.btn-top1-brand:hover {
    box-shadow: 0 150px 0 0 rgba(7, 6, 12, 1)inset;
    color: #ffffff;
}

.viewalll9 {
    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: #ffffff;
}

.clientsbg {
    margin-bottom: -39px;
}



/* MOBILE SCREEN */
@media only screen and (max-width: 600px) {

    .btn-top9 {
        cursor: pointer;
        clear: both;
        padding: 12px 50px;
        display: inline-block;
        margin: 0 65px;
        transition: all 0.8s, color 0.3s 0.3s;
        cursor: pointer;
        border: 1.5px solid #F0252F;
        background-color: #F0252F;
    }

    .clients-text1 {
        font-family: 'Gambetta';
        font-style: italic;
        font-weight: 400;
        font-size: 22px;
        line-height: 20px;
        color: #2D2B29;
        opacity: 0.4;
    }

    .clients-text2 {
        font-family: 'Balerno-Regular';
        font-style: normal;
        font-weight: 400;
        font-size: 36px;
        /* line-height: 56px; */
        color: #2D2B29;
    }

    .clients-text3 {
        font-family: 'Poppins';
        font-style: normal;
        font-weight: 400;
        font-size: 14px;
        /* line-height: 24px; */
        color: #343230;
    }

    .taj-text1 {
        font-family: 'Balerno-Regular';
        font-style: normal;
        font-weight: 500;
        font-size: 18px;
        line-height: 24px;
        text-align: center;
        text-transform: uppercase;
        color: #343230;
    }

    .taj-text2 {
        font-family: 'Balerno-Regular';
        font-style: normal;
        font-weight: 300;
        font-size: 18px;
        font-style: italic;
        line-height: 24px;
        text-align: center;
        text-transform: uppercase;
        color: #343230;
    }

    .clientsbg {
        margin-bottom: -25px;
        width: 50%;
    }
}






/*------------------------------------------------------- SECTION 9 -------------------------------------------------------*/
.testimonial-text1 {
    font-family: 'Balerno-Regular';
    font-style: italic;
    font-weight: 400;
    font-size: 24px;
    line-height: 32px;
    color: #0F0F33;
    text-align: center;
    opacity: 0.4;
}


.testimonial-text2 {
    font-family: 'Balerno-Regular';
    font-style: normal;
    font-weight: 400;
    font-size: 48px;
    line-height: 56px;
    color: #0F0F33;
    text-align: center;
}

.test-box {
    background: #EBEBEB;
    border-radius: 8px;
}


.richa {
    font-family: 'Balerno-Regular';
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 24px;
    text-align: center;
    color: #343230;
}


.richa1 {
    font-family: 'Balerno-Regular';
    font-style: normal;
    font-weight: 600;
    font-size: 18px;
    line-height: 24px;
    text-align: center;
    color: #343230;
}

.btn-top10 {
    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,
    .btn-top10:hover {
        color: #07060C;
    }

.btn-top10-1:hover {
    box-shadow: 0 150px 0 0 rgba(246, 187, 58, 1) inset;
    border: 1.5px solid #F6BB3A;
}

.viewalll-10 {
    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;
}



/* MOBILE SCREEN */
@media only screen and (max-width: 600px) {
    .btn-top10 {
        cursor: pointer;
        clear: both;
        padding: 12px 50px;
        display: inline-block;
        margin: 0 -9px;
        transition: all 0.8s, color 0.3s 0.3s;
        cursor: pointer;
        border: 1.5px solid #07060C;
    }

    .testimonial-text1 {
        font-family: 'Balerno-Regular';
        font-style: italic;
        font-weight: 400;
        font-size: 18px;
        line-height: 20px;
        color: #0F0F33;
        opacity: 0.4;
    }


    .testimonial-text2 {
        font-family: 'Balerno-Regular';
        font-style: normal;
        font-weight: 400;
        font-size: 32px;
        line-height: 40px;
        color: #0F0F33;
    }

    .richa {
        font-family: 'Balerno-Regular';
        font-style: normal;
        font-weight: 400;
        font-size: 14px;
        line-height: 24px;
        text-align: center;
        color: #343230;
    }


    .richa1 {
        font-family: 'Balerno-Regular';
        font-style: normal;
        font-weight: 500;
        font-size: 15px;
        line-height: 24px;
        text-align: center;
        color: #343230;
    }

    .viewalll-10 {
        font-family: 'Balerno-Regular', sans-serif;
        font-style: normal;
        font-weight: 500;
        font-size: 15px;
        line-height: 22px;
        text-align: center;
        text-decoration-line: underline;
        color: #07060C;
    }
}





/*------------------------------------------------------- SECTION 11 -------------------------------------------------------*/
.sec11-top {
    margin-top: 10rem;
    margin-left: 6rem;
}

.blog-text1 {
    font-family: 'Balerno-Regular';
    font-style: italic;
    font-weight: 400;
    font-size: 24px;
    line-height: 32px;
    color: #FFFFFF;
    opacity: 0.8;
}

.blog-text2 {
    font-family: 'Balerno-Regular';
    font-style: normal;
    font-weight: 400;
    font-size: 48px;
    line-height: 56px;
    color: #FFFFFF;
}

.blog-text3 {
    font-family: 'Balerno-Regular';
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 24px;
    color: #FFFFFF;
}


.btn-top11 {
    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 #ffffff;
}

    .btn-top11:hover {
        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 #F0252F;
    }

    a:hover,
    .btn-top11:hover {
        color: rgb(255, 255, 255);
    }

.btn-top11-1:hover {
    box-shadow: 0 150px 0 0 rgba(240, 37, 47, 1)inset;
}

.viewalll11 {
    font-family: 'Balerno-Regular';
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 24px;
    text-align: center;
    text-decoration-line: underline;
    color: #FFFFFF;
}

#caros {
    margin-bottom: -20px;
}

.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: -45px;
}


.gluten-text1 {
    font-family: 'Balerno-Regular';
    font-style: normal;
    font-weight: 600;
    font-size: 23px;
    line-height: 32px;
    color: #343230;
}

.gluten-text2 {
    font-family: 'Balerno-Regular';
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 24px;
    color: #343230;
}


.gluten-text3 {
    font-family: 'Balerno-Regular';
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 24px;
    color: #8C8C8C;
}


.gluten-text4 {
    font-family: 'Balerno-Regular';
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 24px;
    text-decoration-line: underline;
    color: #DD1D26;
}

    .gluten-text4:hover {
        font-family: 'Balerno-Regular';
        font-style: normal;
        font-weight: 400;
        font-size: 18px;
        line-height: 24px;
        text-decoration-line: underline;
        color: #DD1D26;
    }


.section11-cards {
    background: #F9F5F1;
}


.marquee-bg {
    background: #F6BB3A;
}

.marquee-text {
    font-family: 'Balerno-Regular';
    font-style: normal;
    font-weight: 400;
    font-size: 32px;
    line-height: 38px;
    letter-spacing: 0.05em;
    color: #07060C;
}

@media only screen and (max-width: 600px) {
    .marquee-text {
        font-family: 'Balerno-Regular';
        font-style: normal;
        font-weight: 400;
        font-size: 24px;
        line-height: 28px;
        letter-spacing: 0.05em;
        color: #07060C;
    }
}








/*------------------------------------------------------- FOOTER -------------------------------------------------------*/
.footer-bg {
    background: #efe6dd;
}

.footer-text {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    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: 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;
    }


/* .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: 13px;
    line-height: 21px;
    letter-spacing: 0.02em;
    color: #000;
}

.rightreserved {
    font-family: 'Balerno-Regular';
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 18px;
    letter-spacing: 0.02em;
    color: #ffffff;
}

.rightreserved1 {
    font-family: 'Balerno-Regular';
    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: #fff;
}

.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 END -------------------------------------------------------*/

/* .card {
     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 img {
     transition: all ease 0.4s
 }

 .card:hover img {
     margin-top: -80px
 }

 .card .content {
     width: 100%;
     background: #fff;
     position: absolute;
     bottom: -60%;
     margin-left: -8px;
     transition: all ease 0.5s;

 }


 .category-animate-text {
     font-family: 'Balerno-Regular';
     font-style: normal;
     font-weight: 500;
     font-size: 18px;
     line-height: 18px;
     text-align: center;
     color: #343230;
 }


 .category-animate-text1 {
     font-family: 'Balerno-Regular';
     font-style: normal;
     font-weight: 500;
     font-size: 18px;
     line-height: 22px;
     text-align: center;
     color: #F0252F;
 }


 .card .content .category {
     font-size: 17px;
     font-weight: 600
 }

 .card .content .price {
     font-size: 17px;
     font-weight: 500;
     color: #0d6efd
 }

 .card .content p {
     font-weight: 500;
     font-size: 12px
 }

 .card:hover .content {
     bottom: 0%
 }

 .buttons button {
     border-radius: 1px;
     margin-bottom: 10px;
     transition: all ease 0.3s
 }


 .quick-btn {
     background: #F0252F;
     font-family: 'Balerno-Regular';
     font-style: normal;
     font-weight: 500;
     font-size: 18px;
     line-height: 24px;
     text-align: center;
     text-decoration-line: underline;
     color: #FFFFFF;
 }

 .recipe-btn {
     background: #F5ECE6;
     font-family: 'Balerno-Regular';
     font-style: normal;
     font-weight: 500;
     font-size: 18px;
     line-height: 24px;
     text-align: center;
     text-decoration-line: underline;
     color: #986C50;
 }

 .quick-btn:hover {
     background: #F0252F;
     font-family: 'Balerno-Regular';
     font-style: normal;
     font-weight: 500;
     font-size: 18px;
     line-height: 24px;
     text-align: center;
     text-decoration-line: underline;
     color: #FFFFFF;
 }

 .recipe-btn:hover {
     background: #F5ECE6;
     font-family: 'Balerno-Regular';
     font-style: normal;
     font-weight: 500;
     font-size: 18px;
     line-height: 24px;
     text-align: center;
     text-decoration-line: underline;
     color: #986C50;
 } */



.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 18px rgba(216, 216, 216, 0.24));
    }

    .card-indie img {
        transition: all ease 0.4s
    }

    .card-indie:hover img {
        margin-top: -70px
    }

.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);
}

.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%
}

.card .content {
    width: 100%;
    background: transparent;
    position: absolute;
    bottom: -60%;
    margin-left: -8px;
    transition: all ease 0.5s;
    box-shadow: 0px -3px 4px rgba(255, 255, 255, 0.09);
}

.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;
} */


.quick-btn {
    background: #F6BB3A;
    font-family: 'Balerno-Regular';
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 15px;
    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: 15px;
        text-align: center;
        text-decoration-line: underline;
        color: #07060C;
    }

.recipe-btn {
    background: #07060C;
    font-family: 'Balerno-Regular';
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 15px;
    text-align: center;
    text-decoration-line: underline;
    color: #fff;
}

    .recipe-btn:hover {
        background: #07060C;
        font-family: 'Balerno-Regular';
        font-style: normal;
        font-weight: 500;
        font-size: 18px;
        line-height: 15px;
        text-align: center;
        text-decoration-line: underline;
        color: #fff;
    }




.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-nav-menu {
    font-family: 'Balerno-Regular';
    font-style: normal;
    font-weight: 400;
    font-size: 28px;
    line-height: 33px;
    color: #07060C;
}


.reveal {
    position: relative;
    transform: translateY(150px);
    opacity: 0;
    transition: 1s all ease;
}

    .reveal.active {
        transform: translateY(0);
        opacity: 1;
    }


.first-order {
    font-family: 'Balerno-Regular';
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 25px;
    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;
    }



/*****************************************************/
.video-container {
    height: 90vh;
    position: relative;
    overflow: hidden;
}

video {
    object-fit: cover;
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
}

.video-container:after {
    content: '';
    display: block;
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, .2);
    z-index: 1;
}


.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(../New-IMG/New-homepgae/new-menu.webp);
    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;
    }




@media only screen and (max-width: 600px) {

    .video-container {
        height: 92vh;
        position: relative;
        overflow: hidden;
    }

    .section9-top {
        padding-top: 5rem;
        padding-bottom: 5rem;
    }
}

.mailnphone:hover {
    text-decoration: none !important;
    color: black;
    cursor: pointer;
}

.username {
    font-family: 'Balerno-Regular';
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    color: #07060C;
}

    .username:hover {
        font-family: 'Balerno-Regular';
        font-style: normal;
        font-weight: 400;
        font-size: 18px;
        color: #07060C;
    }


.container1 {
    position: relative;
    width: 250px;
    margin: 0px auto 0 auto;
    perspective: 1000px;
}

.carousel1 {
    position: absolute;
    width: 100%;
    height: 100%;
    transform-style: preserve-3d;
    animation: rotate360 60s infinite forwards linear;
}

.carousel1__face {
    position: absolute;
    width: 135px;
    height: 125px;
    left: 10px;
    right: 10px;
    background-size: cover;
    box-shadow: inset 0 0 0 2000px rgba(0,0,0,0.5);
    display: flex;
}

/*span {
    margin: auto;
    font-size: 2rem;
}*/


.carousel1__face:nth-child(1) {
    transform: rotateY( 0deg) translateZ(430px);
}

.carousel1__face:nth-child(2) {
    transform: rotateY( 30deg) translateZ(430px);
}

.carousel1__face:nth-child(3) {
    transform: rotateY( 60deg) translateZ(430px);
}

.carousel1__face:nth-child(4) {
    transform: rotateY(90deg) translateZ(430px);
}

.carousel1__face:nth-child(5) {
    transform: rotateY(120deg) translateZ(430px);
}

.carousel1__face:nth-child(6) {
    transform: rotateY(150deg) translateZ(430px);
}

.carousel1__face:nth-child(7) {
    transform: rotateY(180deg) translateZ(430px);
}

.carousel1__face:nth-child(8) {
    transform: rotateY(210deg) translateZ(430px);
}

.carousel1__face:nth-child(9) {
    transform: rotateY(240deg) translateZ(430px);
}

.carousel1__face:nth-child(10) {
    transform: rotateY(270deg) translateZ(430px);
}

.carousel1__face:nth-child(11) {
    transform: rotateY(300deg) translateZ(430px);
}

.carousel1__face:nth-child(12) {
    transform: rotateY(330deg) translateZ(430px);
}

.carousel1__face:nth-child(13) {
    transform: rotateY(360deg) translateZ(430px);
}

@keyframes rotate360 {
    from {
        transform: rotateY(0deg);
    }

    to {
        transform: rotateY(-360deg);
    }
}


.multi-item-carousel1 .carousel1-inner > .item {
    transition: 500ms ease-in-out left;
}

.multi-item-carousel1 .carousel1-inner .active.left {
    left: -33%;
}

.multi-item-carousel1 .carousel1-inner .active.right {
    left: 33%;
}

.multi-item-carousel1 .carousel1-inner .next {
    left: 33%;
}

.multi-item-carousel1 .carousel1-inner .prev {
    left: -33%;
}

@media all and (transform-3d),(-webkit-transform-3d) {
    .multi-item-carousel1 .carousel1-inner > .item {
        transition: 500ms ease-in-out left;
        transition: 500ms ease-in-out all;
        backface-visibility: visible;
        transform: none !important;
    }
}

.multi-item-carousel1 .carouse-control.left, .multi-item-carousel1 .carouse-control.right {
    background-image: none;
}

.card-test-height {
    height: 216px;
}


.d-car-1 {
    margin-top: 50px
}


@media only screen and (max-width: 600px) {
    .container1 {
    position: relative;
    width: 250px;
    margin: 0px auto 0 auto;
    perspective: 1000px;
}

.carousel1 {
    position: absolute;
    width: 100%;
    height: 100%;
    transform-style: preserve-3d;
    animation: rotate360 60s infinite forwards linear;
}

.carousel1__face {
    position: absolute;
    width: 70px;
    height: 70px;
    left: 50px;
    right: 50px;
    background-size: cover;
    box-shadow: inset 0 0 0 2000px rgba(0,0,0,0.5);
    display: flex;
}

    /*span {
        margin: auto;
        font-size: 15px;
    }*/

    .d-car-1 {
        margin-top: 50px;
        margin-bottom:50px;
    }

.carousel1__face:nth-child(1) {
    transform: rotateY( 0deg) translateZ(150px);
}

.carousel1__face:nth-child(2) {
    transform: rotateY( 30deg) translateZ(150px);
}

.carousel1__face:nth-child(3) {
    transform: rotateY( 60deg) translateZ(150px);
}

.carousel1__face:nth-child(4) {
    transform: rotateY(90deg) translateZ(150px);
}

.carousel1__face:nth-child(5) {
    transform: rotateY(120deg) translateZ(150px);
}

.carousel1__face:nth-child(6) {
    transform: rotateY(150deg) translateZ(150px);
}

.carousel1__face:nth-child(7) {
    transform: rotateY(180deg) translateZ(150px);
}

.carousel1__face:nth-child(8) {
    transform: rotateY(210deg) translateZ(150px);
}

.carousel1__face:nth-child(9) {
    transform: rotateY(240deg) translateZ(150px);
}

.carousel1__face:nth-child(10) {
    transform: rotateY(270deg) translateZ(150px);
}

.carousel1__face:nth-child(11) {
    transform: rotateY(300deg) translateZ(150px);
}

.carousel1__face:nth-child(12) {
    transform: rotateY(330deg) translateZ(150px);
}

.carousel1__face:nth-child(13) {
    transform: rotateY(360deg) translateZ(150px);
}
}


.mb-30
{
    margin-bottom:20px;
}

.mt-80 {
    margin-top: 95px;
}

.mt-40 {
    margin-top: 120px;
}


.zoom-slow {
    overflow: hidden;
   
}

    .zoom-slow img {
        transition: transform 1.1s ease; /* Slow and smooth */
        display: block;
    }

    .zoom-slow:hover img {
        transform: scale(1.1); /* Slight zoom */
    }

.img-hover-zoom {
    overflow: hidden;
}

    .img-hover-zoom img {
        transition: transform 0.5s ease;
    }

    .img-hover-zoom:hover img {
        transform: scale(1.1);
    }

@media (max-width: 768px) {
    .slick-prev {
        left: 5px !important;
    }

    .slick-next {
        right: 5px !important;
    }
}

.sign-form {
    background-color: #FFFFFF;
    border: 0.705598px solid #07060C;
    border-radius: 8px;
}

.signup-text1 {
    font-family: 'Balerno-Regular';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 10px;
    color: #07060C;
}

.viewalll1-signup1 {
    font-family: 'Balerno-Regular';
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 24px;
    text-align: center;
    text-decoration-line: underline!important;
    color: #07060C;
}

    .viewalll1-signup1:hover {
        color: #07060C;
    }

.btn-top4-signup {
    font-family: 'Balerno-Regular';
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 24px;
    text-align: center;
    text-decoration-line: underline;
    padding: 10px 10px;
    display: inline-block;
    /* margin: 0 20px; */
    transition: all 0.8s, color 0.3s 0.3s;
    cursor: pointer;
    background-color: #f6bb3a;
    color: #000;
    border: 1.5px solid #f6bb3a;
    width: 50%;
}





/* .btn-top4-signup:hover {
     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 #F0252F;
     margin-left: -1px;
 }

 a:hover,
 .btn-top4-signup:hover {
     color: rgb(217, 43, 43);
 }

 .btn-top3-signup:hover {
     box-shadow: 0 150px 0 0 rgba(240, 37, 47, 1)inset;
 } */

.viewalll1-signup {
    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;
}

.viewalll1-signup1 {
    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;
}




.signup-text {
    font-family: 'Balerno-Regular';
    font-style: normal;
    font-weight: 400;
    font-size: 48px;
    line-height: 56px;
    text-align: center;
    color: #07060C;
}

.sign-form {
    background-color: #FFFFFF;
    border: 0.705598px solid #07060C;
    border-radius: 8px;
}



.promise-text1-signup {
    font-family: 'Balerno-Regular';
    font-style: normal;
    font-weight: 500;
    font-size: 20px;
    line-height: 30px;
    color: #07060C;
}

.promise-text2-signup {
    font-family: 'Balerno-Regular';
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 24px;
    color: #343230;
}


/* MOBILE SCREEN */
@media only screen and (max-width: 600px) {

    .promise-text1-signup {
        font-family: 'Balerno-Regular';
        font-style: normal;
        font-weight: 500;
        font-size: 13x;
        line-height: 0px;
        color: #07060C;
    }

    .promise-text2-signup {
        font-family: 'Balerno-Regular';
        font-style: normal;
        font-weight: 400;
        font-size: 12px;
        line-height: 0px;
        color: #343230;
    }
}



.menu-wrap .menu > div {
    background: #EBEBEB;
    height: 100vw;
    display: flex;
    flex: none;
    align-items: center;
    justify-content: center;
    transform: scale(0);
    transition: all 0.4s ease;
}



.breadcrumb a {
    color: #8C8C8C;
}


    .breadcrumb a:hover {
        color: #343230;
    }


.menu-wrap .menu > div {
    background: #EBEBEB;
    height: 100vw;
    display: flex;
    flex: none;
    align-items: center;
    justify-content: center;
    transform: scale(0);
    transition: all 0.4s ease;
}


.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;
    }
@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: 21px;
        text-align: center;
        letter-spacing: 0.02em;
        color: #07060C;
        margin-top: 20px;
    }

    .newsletter-align {
        margin-left: 0rem;
    }
}
.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;
}




.promise-text1-signup {
    font-family: 'Balerno-Regular';
    font-style: normal;
    font-weight: 600;
    font-size: 20px;
    line-height: 30px;
    color: #07060C;
}

.promise-text2-signup {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 24px;
    color: #343230;
}


/* MOBILE SCREEN */
@media only screen and (max-width: 600px) {

    .promise-text1-signup {
        
        font-family: 'Balerno-Regular';
        font-style: normal;
        font-weight: 500;
        font-size: 13px;
        line-height: 22px;
        color: #07060C;
    }

    .promise-text2-signup {
        font-family: 'Poppins';
        font-style: normal;
        font-weight: 400;
        font-size: 12px;
        line-height: 16px;
        color: #343230;
    }
}

.form-control-footer {
    background: #0F0F33;
}



/*------------------------------------------------------- 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;
        text-decoration:none;
        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;
    }
}


    .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;
    }

.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;
}



.form-control-footer {
    background: #0F0F33;
}

.nav-menu-bg-1 {
    content: url(../New-IMG/New-homepgae/new-menu.webp);
    object-fit: contain;
    background-repeat: round;
    height: 100vh;
    width: fit-content;
}

.navbar-toggler-icon {
    background-image: url('../Images/mob-menu.svg') !important;
    background-size:90%!important;
}

.navbar-toggler {
    border: 0px !important;
    background-color: rgb(239, 230, 221) !important;
}

    .navbar-toggler:focus
    {
        box-shadow:none!important
    }




.search-overlay {
    display: none;
    background: #fff;
    padding: 15px;
    border-bottom: 1px solid #ddd;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    z-index: 999;
    animation: fadeDown 0.3s ease;
}

    .search-overlay.show {
        display: block;
    }

@keyframes fadeDown {
    from {
        opacity: 0;
        transform: translateY(-10px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}



.iconheight {
    height: 26px;
}