 /* 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: 'Balerno-Regular', serif;
 @font-family: 'Balerno-Regular', sans-serif;
 @font-family: 'Gambetta', serif;
 */

 @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: '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: #343230;
    }


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

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





 /*------------------------------------------------------- SECTION 1 -------------------------------------------------------*/
 .carousel-inner img {
     width: 100%
 }

 .carousel-item img {
     width: 320px;
     height: 240px !important
 }

 #myCarousel .carousel-indicators {
     position: static;
     margin-top: 0px
 }

 #myCarousel .carousel-indicators>li {
     width: 100px
 }

 #myCarousel .carousel-indicators li img {
     display: block;
     opacity: 0.5
 }

 #myCarousel .carousel-indicators li.active img {
     opacity: 1
 }

 #myCarousel .carousel-indicators li:hover img {
     opacity: 0.75
 }







 .card {
     border: none;
     overflow: hidden
 }

 .thumbnail_images ul {
     list-style: none;
     justify-content: center;
     display: flex;
     align-items: center;
     margin-top: 10px
 }

 .thumbnail_images ul li {
     margin: 5px;
     padding: 10px;
     border: 2px solid #eee;
     cursor: pointer;
     transition: all 0.5s
 }

 .thumbnail_images ul li:hover {
     border: 2px solid #000
 }


 .thumbnail_images ul li:focus {
     border: 2px solid #DD1D26
 }



 .main_image {
     display: flex;
     justify-content: center;
     align-items: center;
     border-bottom: 1px solid #eee;
     height: auto;
     width: 100%;
     overflow: hidden
 }

 .heart {
     height: 29px;
     width: 29px;
     background-color: #eaeaea;
     border-radius: 50%;
     display: flex;
     justify-content: center;
     align-items: center
 }

 .content p {
     font-size: 12px
 }

 .ratings span {
     font-size: 14px;
     margin-left: 12px
 }

 .colors {
     margin-top: 5px
 }

 .colors ul {
     list-style: none;
     display: flex;
     padding-left: 0px
 }

 .colors ul li {
     height: 20px;
     width: 20px;
     display: flex;
     border-radius: 50%;
     margin-right: 10px;
     cursor: pointer
 }

 .colors ul li:nth-child(1) {
     background-color: #6c704d
 }

 .colors ul li:nth-child(2) {
     background-color: #96918b
 }

 .colors ul li:nth-child(3) {
     background-color: #68778e
 }

 .colors ul li:nth-child(4) {
     background-color: #263f55
 }

 .colors ul li:nth-child(5) {
     background-color: black
 }

 .right-side {
     position: relative
 }

 .search-option {
     position: absolute;
     background-color: #000;
     overflow: hidden;
     align-items: center;
     color: #fff;
     width: 200px;
     height: 200px;
     border-radius: 49% 51% 50% 50% / 68% 69% 31% 32%;
     left: 30%;
     bottom: -250px;
     transition: all 0.5s;
     cursor: pointer
 }

 .search-option .first-search {
     position: absolute;
     top: 20px;
     left: 90px;
     font-size: 20px;
     opacity: 1000
 }

 .search-option .inputs {
     opacity: 0;
     transition: all 0.5s ease;
     transition-delay: 0.5s;
     position: relative
 }

 .search-option .inputs input {
     position: absolute;
     top: 200px;
     left: 30px;
     padding-left: 20px;
     background-color: transparent;
     width: 300px;
     border: none;
     color: #fff;
     border-bottom: 1px solid #eee;
     transition: all 0.5s;
     z-index: 10
 }

 .search-option .inputs input:focus {
     box-shadow: none;
     outline: none;
     z-index: 10
 }

 .search-option:hover {
     border-radius: 0px;
     width: 100%;
     left: 0px
 }

 .search-option:hover .inputs {
     opacity: 1
 }

 .search-option:hover .first-search {
     left: 27px;
     top: 25px;
     font-size: 15px
 }

 .search-option:hover .inputs input {
     top: 20px
 }

 .search-option .share {
     position: absolute;
     right: 20px;
     top: 22px
 }

 /* .buttons .btn {
     height: 50px;
     width: 150px;
     border-radius: 0px !important
 } */



 /* .rating {
     display: flex;
     flex-direction: row-reverse;
 }

 .rating>input {
     display: none;
 } */

 .rating-color1 {
     color: #fbc634 !important;
 }

 .ratings1 i {
     color: #cecece;
     font-size: 18px;
 }

 /* .rating>label {
     position: relative;
     width: 1.2em;
     font-size: 1.3vw;
     color: #F6BB3A;
     cursor: pointer;
 }

 .rating>label::before {
     content: "\2605";
     position: absolute;
     opacity: 0;
 }

 .rating>label:hover:before,
 .rating>label:hover~label:before {
     opacity: 1 !important;
 }

 .rating>input:checked~label:before {
     opacity: 1;
 }

 .rating:hover>input:checked~label:before {
     opacity: 0.4;
 } */

.pasta-text {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 20px;
    color: #8C8C8C;
}

.pasta-text1 {

    font-family: 'Poppins';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    color: #343230;
}

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

 .price {
     font-family: 'Balerno-Regular';
     font-style: normal;
     font-weight: 500;
     font-size: 22px;
     line-height: 24px;
     text-align: center;
     color: #07060C;
 }

 .price1 {
     font-family: 'Balerno-Regular';
     font-style: normal;
     font-weight: 400;
     font-size: 14px;
     line-height: 18px;
     align-items: center;
     text-align: center;
     color: #FFFFFF;
     background: #0F0F33;
 }

.price1-1 {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #343230;
}

 .offer-price {
     font-family: 'Balerno-Regular';
     font-style: normal;
     font-weight: 400;
     font-size: 22px;
     line-height: 24px;
     text-align: center;
     text-decoration-line: line-through;
     color: #8C8C8C;
 }

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

 .form-select1-1 {
     border: 0.705598px solid #0F0F33;
     border-radius: 4px;
     font-family: 'Balerno-Regular';
     font-style: normal;
     font-weight: 400;
     font-size: 14px;
     line-height: 140%;
     letter-spacing: -0.02em;
     color: #858585;
 }


 .quantity {
     width: 100px;
     height: 30px;
     border: 1px solid #0F0F33;
     display: flex;
     justify-content: center;
     align-items: center;
     gap: 13px;
     font-weight: 700;

 }

 .quantity i {
     cursor: pointer;
     color: #c1c1c1;
 }

 .qty {
     font-family: 'Balerno-Regular';
     font-style: normal;
     font-weight: 500;
     font-size: 18px;
     line-height: 20px;
     color: #2D2B29;
 }

 .n78-text-off {
     font-family: 'Balerno-Regular';
     font-style: normal;
     font-weight: 400;
     font-size: 32px;
     line-height: 40px;
     color: #2D2B29;
 }

 .n78-text-offcanvas {
     font-family: 'Balerno-Regular';
     font-style: normal;
     font-weight: 500;
     font-size: 20px;
     line-height: 24px;
     color: #2D2B29;
 }


 .n78-text1-offcanvas {
     font-family: 'Balerno-Regular';
     font-style: normal;
     font-weight: 400;
     font-size: 14px;
     line-height: 18px;
     color: #2D2B29;
 }


 .n78-text2-offcanvas {
     font-family: 'Balerno-Regular';
     font-style: normal;
     font-weight: 500;
     font-size: 14px;
     line-height: 18px;
     color: #2D2B29;
 }



 .n78-text3-offcanvas {
     font-family: 'Balerno-Regular';
     font-style: normal;
     font-weight: 400;
     font-size: 18px;
     line-height: 24px;
     text-align: right;
     color: #2D2B29;
 }


 .n78-text4-offcanvas {
     font-family: 'Balerno-Regular';
     font-style: normal;
     font-weight: 400;
     font-size: 18px;
     line-height: 24px;
     text-align: right;
     text-decoration-line: underline;
     color: #343230;
     margin-top: 6rem;
 }

 .offfcanvas-btn {
     margin-top: 0rem;
 }

 .n78-text5-offcanvas {
     font-family: 'Balerno-Regular';
     font-style: normal;
     font-weight: 400;
     font-size: 18px;
     line-height: 24px;
     color: #2D2B29;
 }

 .n78-text6-offcanvas {
     font-family: 'Balerno-Regular';
     font-style: normal;
     font-weight: 400;
     font-size: 14px;
     line-height: 20px;
     color: #343230;
 }

 .n78-text7-offcanvas {
     font-family: 'Balerno-Regular';
     font-style: normal;
     font-weight: 400;
     font-size: 18px;
     line-height: 24px;
     color: #2D2B29;
 }




 .cta-btn1-offcanvas {
     cursor: pointer;
     clear: both;
     padding: 12px 70px;
     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:hover {
     color: rgb(255, 255, 255);
 }

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

 .cta-btn-text-offcanvas {
     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-btn3-offcanvas {
     cursor: pointer;
     clear: both;
     padding: 12px 70px;
     display: inline-block;
     transition: all 0.8s, color 0.3s 0.3s;
     cursor: pointer;
     border: 1.5px solid #07060C;
 }

 .cta-btn3-offcanvas:hover {
     cursor: pointer;
     clear: both;
     padding: 12px 70px;
     display: inline-block;
     transition: all 0.8s, color 0.3s 0.3s;
     cursor: pointer;
     border: 1.5px solid #F0252F;

 }

 a:hover,
 .cta-btn3-offcanvas:hover {
     color: #07060C;
 }

 .cta-btn4-offcanvas:hover {
     box-shadow: 0 150px 0 0 rgba(246, 187, 58, 1)inset;
     border: 1.5px solid #F6BB3A;
 }

 .cta-btn3-text-offcanvas {
     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-offcanvas-pin {
     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 #07060C;
     background: #07060C;
 }


 .cta-btn-text-offcanvas-pin {
     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;
 }

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

 .deliver-text {
     font-family: 'Balerno-Regular';
     font-style: normal;
     font-weight: 400;
     font-size: 32px;
     line-height: 40px;
     text-align: center;
     color: #2D2B29;
 }

 .pin-code-align {
     width: 40vw;
     background: #EBEBEB;
 }










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

 .cta-btn3:hover {
     cursor: pointer;
     clear: both;
     padding: 12px 78px;
     display: inline-block;
     transition: all 0.8s, color 0.3s 0.3s;
     cursor: pointer;
     border: 1.5px solid #F6BB3A;
 }

 a:hover,
 .cta-btn3:hover {
     color: #07060C;
 }

 .cta-btn4:hover {
     box-shadow: 0 150px 0 0 rgba(246, 187, 58, 1)inset;
 }

 .cta-btn3-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;
 }


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

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

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

 .cta-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;
 }

.s-text {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 24px;
    text-align: center;
    color: #0F0F33;
}


 .check-bg {
     background: #07060C;
 }


 .check-text {
     font-family: 'Balerno-Regular';
     font-style: normal;
     font-weight: 500;
     font-size: 24px;
     line-height: 20px;
     text-decoration-line: underline;
     color: #FFFFFF;
 }

 #offcanvasRight-cart {
     width: 40vw;
     background: #EBEBEB;
 }

 .pin-code-align {
     width: 40vw;
     background: #EBEBEB;
 }


 /* MOBILE SCREEN */
 @media only screen and (max-width: 600px) {
     .cta-btn3 {
         cursor: pointer;
         clear: both;
         padding: 12px 33px;
         display: inline-block;
         transition: all 0.8s, color 0.3s 0.3s;
         cursor: pointer;
         border: 1.5px solid #2D2B29;
         background: bottom;
     }

     .cta-btn3:hover {
         cursor: pointer;
         clear: both;
         padding: 12px 33px;
         display: inline-block;
         transition: all 0.8s, color 0.3s 0.3s;
         cursor: pointer;
         border: 1.5px solid #F0252F;
     }

     a:hover,
     .cta-btn3:hover {
         color: rgb(255, 255, 255);
     }

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

     .cta-btn3-text {
         font-family: 'Balerno-Regular', sans-serif;
         font-style: normal;
         font-weight: 500;
         font-size: 14px;
         line-height: 24px;
         text-align: center;
         text-decoration-line: underline;
         color: #2D2B29;
     }

     .n78-text-off {
         font-family: 'Balerno-Regular';
         font-style: normal;
         font-weight: 400;
         font-size: 24px;
         line-height: 40px;
         color: #2D2B29;
     }

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


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

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

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

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

     .check-text {
         font-family: 'Balerno-Regular';
         font-style: normal;
         font-weight: 500;
         font-size: 18px;
         line-height: 20px;
         text-decoration-line: underline;
         color: #FFFFFF;
     }

     .rating>label {
         position: relative;
         width: 1.2em;
         font-size: 5vw;
         color: #986C50;
         cursor: pointer;
     }

     .pasta-text-align {
         margin-top: 13px;
     }

     .pasta-text-align1 {
         margin-top: -35px;
     }

     .n78-text1 {
         font-family: 'Balerno-Regular';
         font-style: normal;
         font-weight: 400;
         font-size: 36px;
         line-height: 48px;
         color: #2D2B29;
     }

     #offcanvasRight-cart {
         width: 100vw;
         background: #EBEBEB;
     }

     .offfcanvas-btn {
         margin-top: 13rem;
     }

     .cta-btn1-offcanvas {
         cursor: pointer;
         clear: both;
         padding: 14px 140px;
         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:hover {
         color: #07060C;
     }

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

     .cta-btn-text-offcanvas {
         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-btn3-offcanvas {
         cursor: pointer;
         clear: both;
         padding: 12px 138px;
         display: inline-block;
         transition: all 0.8s, color 0.3s 0.3s;
         cursor: pointer;
  
     }

     .cta-btn3-offcanvas:hover {
         cursor: pointer;
         clear: both;
         padding: 12px 138px;
         display: inline-block;
         transition: all 0.8s, color 0.3s 0.3s;
         cursor: pointer;
         /* border: 1.5px solid #F0252F; */
     }

     /* a:hover,
     .cta-btn3-offcanvas:hover {
         color: #07060C;
     } */

     /* .cta-btn4-offcanvas:hover {
         box-shadow: 0 150px 0 0 rgba(246, 187, 58, 1)inset;
         border: 1.5px solid #F6BB3A;
     } */

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

     .n78-text4-offcanvas {
         font-family: 'Balerno-Regular';
         font-style: normal;
         font-weight: 400;
         font-size: 18px;
         line-height: 24px;
         text-align: right;
         text-decoration-line: underline;
         color: #343230;
         margin-top: 6rem;
     }

     .pin-code-align {
         width: 80vw;
         background: #EBEBEB;
     }

     .pincode-truck {
         text-align: center;
     }

     .deliver-text {
         font-family: 'Balerno-Regular';
         font-style: normal;
         font-weight: 400;
         font-size: 26px;
         line-height: 40px;
         text-align: center;
         color: #2D2B29;
     }

    .pasta-text {
        font-family: 'Poppins';
        font-style: normal;
        font-weight: 500;
        font-size: 18px;
        line-height: 20px;
        color: #8C8C8C;
    }

 }







 /*------------------------------------------------------- SECTION 2 -------------------------------------------------------*/
.description-text {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 24px;
    color: rgb(160, 160, 160);
}

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

 .nav-tabs1 {
     border-bottom: 1px solid #343230;
 }


 .nav-link:hover {
     color: #000;
 }


 .shape-text1 {
     font-family: 'Balerno-Regular';
     font-style: normal;
     font-weight: 500;
     font-size: 18px;
     line-height: 24px;

     color: #343230;
 }

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

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

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

 .nutri-text2 {
     font-family: 'Balerno-Regular';
     font-style: normal;
     font-weight: 400;
     font-size: 24px;
     line-height: 29px;
     color: #343230;
 }


 /* MOBILE SCREEN */
 @media only screen and (max-width: 600px) {
    .description-text {
        font-family: 'Poppins';
        font-style: normal;
        font-weight: 500;
        font-size: 14px;
        line-height: 24px;
        color: #343230;
    }

     .shape-text1 {
         font-family: 'Balerno-Regular';
         font-style: normal;
         font-weight: 500;
         font-size: 14px;
         line-height: 24px;

         color: #343230;
     }

     .shape-text2 {
         font-family: 'Balerno-Regular';
         font-style: normal;
         font-weight: 400;
         font-size: 14px;
         line-height: 24px;
         color: #343230;
     }

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

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

 /*------------------------------------------------------- SECTION 3 -------------------------------------------------------*/
 .sign-bg {
     background: #EBEBEB;
     ;
 }

 .creator-text {
     font-family: 'Gambetta';
     font-style: italic;
     font-weight: 400;
     font-size: 24px;
     /* line-height: 32px; */
     color: #07060C;
     opacity: 0.4;
     padding-top: 5rem;
 }



 .creator-text1 {
     font-family: 'Balerno-Regular';
     font-style: normal;
     font-weight: 400;
     font-size: 48px;
     /* line-height: 56px; */
     color: #07060C
 }


.creator-text2 {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 24px;
    color: #343230;
}


 .cta-btn5 {
     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 #07060C;
 }

 .cta-btn5:hover {
     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 #F0252F;
 }

 a:hover,
 .cta-btn5:hover {
     color: #07060C;
 }

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

 .cta-btn5-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;
 }



 /* MOBILE SCREEN */
 @media only screen and (max-width: 600px) {
     .creator-text {
         font-family: 'Gambetta';
         font-style: italic;
         font-weight: 400;
         font-size: 18px;
         /* line-height: 32px; */
         color: #07060C;
         opacity: 0.4;
         padding-top: 5rem;
     }



     .creator-text1 {
         font-family: 'Balerno-Regular';
         font-style: normal;
         font-weight: 400;
         font-size: 32px;
         /* line-height: 56px; */
         color: #07060C;
     }


     .creator-text2 {
         font-family: 'Balerno-Regular';
         font-style: normal;
         font-weight: 400;
         font-size: 14px;
         line-height: 24px;
         color: #343230;
     }

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






 /*------------------------------------------------------- SECTION 4 -------------------------------------------------------*/
 .promise-text {
     font-family: 'Balerno-Regular';
     font-style: normal;
     font-weight: 400;
     font-size: 48px;
     line-height: 56px;
     color: #2D2B29;
 }

 .promise-text1 {
     font-family: 'Balerno-Regular';
     font-style: normal;
     font-weight: 600;
     font-size: 20px;
     /* line-height: 30px; */
     color: #2D2B29;
 }

.promise-text2 {
    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-text {
         font-family: 'Balerno-Regular';
         font-style: normal;
         font-weight: 400;
         font-size: 28px;
         line-height: 56px;
         color: #2D2B29;
     }

     .promise-text1 {
         font-family: 'Balerno-Regular';
         font-style: normal;
         font-weight: 600;
         font-size: 14px;
         /* line-height: 30px; */
         color: #2D2B29;
     }

    .promise-text2 {
        font-family: 'Poppins';
        font-style: normal;
        font-weight: 400;
        font-size: 13px;
        /* line-height: 24px; */
        color: #343230;
    }
 }




 /*------------------------------------------------------- SECTION 5 -------------------------------------------------------*/
 .recipes-text {
     font-family: 'Gambetta';
     font-style: italic;
     font-weight: 400;
     font-size: 24px;
     /* line-height: 32px; */
     color: #0F0F33;
     opacity: 0.4;
 }

 .recipes-text1 {
     font-family: 'Balerno-Regular';
     font-style: normal;
     font-weight: 400;
     font-size: 48px;
     /* line-height: 56px; */
     color: #0F0F33;
 }

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

 .recipes-text3 {
     font-family: 'Gambetta';
     font-style: normal;
     font-weight: 600;
     font-size: 23px;
     /* line-height: 32px; */
     text-align: center;
     color: #343230;
 }

 .recipes-text4 {
     font-family: 'Balerno-Regular';
     font-style: normal;
     font-weight: 400;
     font-size: 18px;
     line-height: 24px;
     text-decoration-line: underline !important;
     color: #0F0F33;
 }


 .recipes-text4:hover {
     font-family: 'Balerno-Regular';
     font-style: normal;
     font-weight: 400;
     font-size: 18px;
     line-height: 24px;
     text-decoration-line: underline !important;
     color: #0F0F33;
 }


 /* MOBILE SCREEN */
 @media only screen and (max-width: 600px) {
     .recipes-text {
         font-family: 'Gambetta';
         font-style: italic;
         font-weight: 400;
         font-size: 18px;
         /* line-height: 32px; */

         opacity: 0.4;
     }

     .recipes-text1 {
         font-family: 'Balerno-Regular';
         font-style: normal;
         font-weight: 400;
         font-size: 32px;
         /* line-height: 56px; */
 
     }

    .recipes-text2 {
        font-family: 'Poppins';
        font-style: normal;
        font-weight: 400;
        font-size: 12px;
        line-height: 18px;
        text-align: center;
        color: #343230;
    }

     .recipes-text3 {
         font-family: 'Gambetta';
         font-style: normal;
         font-weight: 600;
         font-size: 18px;
         /* line-height: 32px; */
         text-align: center;
   
     }

     .recipes-text4 {
         font-family: 'Balerno-Regular';
         font-style: normal;
         font-weight: 400;
         font-size: 14px;
         line-height: 24px;
         text-decoration-line: underline;
  
     }
 }





 /*------------------------------------------------------- SECTION 6 -------------------------------------------------------*/
 .card-hnw {
     width: 16rem;
     height: 23rem;
     border-radius: 0%;
 }

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

 .tricolor-text1 {
     font-family: 'Balerno-Regular';
     font-style: normal;
     font-weight: 500;
     font-size: 18px;
     line-height: 22px;
     text-align: center;
     color: #F0252F;
 }


 .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 .content {
     width: 100%;
     background: transparent;
     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%
 }

 .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%;
 }


 .section6 {
     margin-bottom: -30px;
 }


 .quick-btn {
     background: #F6BB3A;
     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;
 }


 .quick-btn:hover {
     background: #F6BB3A;
     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;
 }


 .recipe-btn {
     background: #0F0F33;
     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: #0F0F33;
     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;
 }




 .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: #0F0F33;
 }








 /*------------------------------------------------------- SECTION 7 -------------------------------------------------------*/
 .star-text {
     font-family: 'Balerno-Regular';
     font-style: normal;
     font-weight: 400;
     font-size: 48px;
     /* line-height: 56px; */
     color: #0F0F33;
 }

 .pasta-text1-section7 {
     font-family: 'Balerno-Regular';
     font-style: normal;
     font-weight: 500;
     font-size: 24px;
     line-height: 40px;
     color: #343230;
 }


.star-text1 {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 400;
    font-size: 24px;
    /* line-height: 40px; */
    color: #343230;
}

.progresss {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 24px;
    color: #343230;
}


 .progress-bar {
     background: #F6BB3A !important;
 }

 .prog-bar {
     border-radius: none !important;
     --bs-progress-height: 1rem;
     --bs-progress-font-size: 0.75rem;
     --bs-progress-bg: #e9ecef;
     --bs-progress-border-radius: 0.375rem;
     --bs-progress-box-shadow: inset 0 1px 2pxrgba(0, 0, 0, 0.075);
     --bs-progress-bar-color: #fff;
     --bs-progress-bar-bg: #0d6efd;
     --bs-progress-bar-transition: width 0.6s ease;
     display: flex;
     height: var(--bs-progress-height);
     overflow: hidden;
     font-size: var(--bs-progress-font-size);
     background: #D0D5DD;
 }


 .border-dng {
     border: 1.5px solid #F0252F;
 }

 .write-review {
     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-review {
     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 #07060C;
 }

 a:hover,
 .cta-btn1-review:hover {
     color: #07060C;
     border: 1.5px solid #F6BB3A;
 }

 .cta-btn2-review:hover {
     box-shadow: 0 150px 0 0 rgba(246, 187, 58, 1)inset;
 }


 .most-recent1 {
     font-family: 'Balerno-Regular';
     font-style: normal;
     font-weight: 400;
     font-size: 14px;
     line-height: 24px;
     color: #343230;
     border: 1px solid #07060C;
 }

 .border-2 {
     border-color: #07060C !important;
 }

.pasta-text1-section7 {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 500;
    font-size: 24px;
    line-height: 25px;
    color: #343230;
}

 .pasta-text1-section7-1 {
     font-family: 'Balerno-Regular';
     font-style: normal;
     font-weight: 500;
     font-size: 18px;
     line-height: 18px;
     color: #8C8C8C;
 }

 .pasta-text1-section7-2 {
     font-family: 'Balerno-Regular';
     font-style: normal;
     font-weight: 400;
     font-size: 20px;
     line-height: 32px;
     color: #343230;
 }




 .write-review-sec7 {
     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-review-sec7 {
     cursor: pointer;
     clear: both;
     padding: 12px 60px;
     display: inline-block;
     transition: all 0.8s, color 0.3s 0.3s;
     cursor: pointer;
     border: 1.5px solid #07060C;
 }

 a:hover,
 .cta-btn1-review-sec7:hover {
     color: #07060C;
 }

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



 /* MOBILE SCREEN */
 @media only screen and (max-width: 600px) {
     .star-text {
         font-family: 'Balerno-Regular';
         font-style: normal;
         font-weight: 400;
         font-size: 32px;
         /* line-height: 56px; */

     }

    .star-text1 {
        font-family: 'Poppins';
        font-style: normal;
        font-weight: 400;
        font-size: 20px;
        /* line-height: 40px; */
    }

    .pasta-text1-section7 {
        font-family: 'Poppins';
        font-style: normal;
        font-weight: 500;
        font-size: 18px;
        /* line-height: 40px; */
    }

     .write-review {
         font-family: 'Balerno-Regular';
         font-style: normal;
         font-weight: 500;
         font-size: 14px;
         line-height: 24px;
         text-align: center;
         text-decoration-line: underline;
     }

     .cta-btn1-review {
         cursor: pointer;
         clear: both;
         padding: 12px 30px;
         display: inline-block;
         transition: all 0.8s, color 0.3s 0.3s;
         cursor: pointer;

     }

     .pasta-text1-section7-2 {
         font-family: 'Balerno-Regular';
         font-style: normal;
         font-weight: 400;
         font-size: 14px;
         line-height: 24px;
         color: #343230;
         text-align: center;
     }

     .cta-btn1-review-sec7 {
         cursor: pointer;
         clear: both;
         padding: 12px 50px;
         display: inline-block;
         transition: all 0.8s, color 0.3s 0.3s;
         cursor: pointer;
     }

     .write-review-sec7 {
         font-family: 'Balerno-Regular';
         font-style: normal;
         font-weight: 500;
         font-size: 14px;
         line-height: 24px;
         text-align: center;
         text-decoration-line: underline;
     }

 }


 .nav-tabs .nav-link.active {
     color: rgb(255 255 255);
     background-color: #202124;
     border-color: var(--bs-nav-tabs-link-active-border-color);
 }

 /*------------------------------------------------------- FOOTER -------------------------------------------------------*/
.footer-bg {
    background: #0F0F33;
}

.footer-text {
    font-family: 'Balerno-Regular';
    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: 'Balerno-Regular';
    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: 'Balerno-Regular';
    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: 21px;
        text-align: center;
        letter-spacing: 0.02em;
        color: #07060C;
        margin-top: 20px;
    }

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



a {
    text-decoration: none !important;
}


a:hover {
    text-decoration: none !important;
    color:none;
 border:none;
}

.nav-tabs .nav-link.active {
    color: rgb(255 255 255);
    background-color: #202124;
    border-color: var(--bs-nav-tabs-link-active-border-color);
}



.rating {
    display: flex;
    flex-direction: row-reverse;
    justify-content: center;
}

    .rating > input {
        display: none;
    }

    .rating > label {
        position: relative;
        width: 1em;
        font-size: 2.5vw;
        color: #F6BB3A;
        cursor: pointer;
    }

        .rating > label::before {
            content: "\2605";
            position: absolute;
            opacity: 0;
        }

        .rating > label:hover:before,
        .rating > label:hover ~ label:before {
            opacity: 1 !important;
        }

    .rating > input:checked ~ label:before {
        opacity: 1;
    }

    .rating:hover > input:checked ~ label:before {
        opacity: 0.4;
    }


.logout-text-1-review {
    font-family: 'Balerno-Regular';
    font-style: normal;
    font-weight: 400;
    font-size: 32px;
    line-height: 34px;
    align-items: center;
    text-align: center;
    text-transform: uppercase;
    color: #0F0F33;
}

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

.over-rating-review {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    color: #343230;
}


.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;
}


/* MOBILE SCREEN */
@media only screen and (max-width: 600px) {
    .rating > label {
        position: relative;
        width: 1em;
        font-size: 5vw;
        color: #F6BB3A;
        cursor: pointer;
    }

    .logout-text-2-review {
        font-family: 'Balerno-Regular';
        font-style: normal;
        font-weight: 400;
        font-size: 14px;
        line-height: 24px;
        text-align: center;
        color: #343230;
    }
}

.scrollspy-example {
    position: relative;
    height: 200px;
    overflow: auto;
}

.scroll-prod {
    overflow-y: auto;
    height: 60vh;
}

@media only screen and (max-width: 600px) {
    .scroll-prod {
        overflow-y: auto;
        height: 43vh;
    }
}





@media only screen and (max-width: 600px) {
    .carousel-indicators {
        position: absolute;
        right: 0;
        bottom: 0;
        left: 0;
        z-index: 2;
        display: flex;
        justify-content: center;
        padding: 0;
        margin-right: 15%;
        margin-bottom: -3rem;
        margin-left: 15%;
        list-style: none;
    }
}

.reveal {
    position: relative;
    transform: translateY(150px);
    opacity: 0;
    transition: 1s all ease;
}

    .reveal.active {
        transform: translateY(0);
        opacity: 1;
    }






/*------------------------------------------------------- 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: 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;
    }

/* 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: 32px;
        text-align: center;
        letter-spacing: 0.02em;
        color: #07060C;
        margin-top: 20px;
    }
	
	.thumbnail-align{
		padding-left: 0rem;
	}

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

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

.footer-text {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 21px;
    text-align: center;
    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;
}

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

@media only screen and (max-width: 600px) {
    .newstext2 {
        font-family: 'Poppins';
        font-style: normal;
        font-weight: 400;
        font-size: 16px;
        line-height: 21px;
        text-align: center;
        color: #ffffff;
    }
}