/****************************************** 
    Banner CSS Start 
******************************************/

.banner-sec {
    background: #F5F3E6;
}

.bnr-top {
    padding: 100px 0 0;
}

.banner-txt h1 {
    font-family: 'myfirstfont-Regular';
    color: #fff;
    font-size: 80px;
    line-height: 92px;
    margin-bottom: 20px;
    text-shadow: 0 2px 8px rgb(101 65 29 / 68%);
}

.banner-txt p {
    width: 70%;
    margin-bottom: 40px;
    color: #000;
    font-family: 'mysecondfont-Medium';
    backdrop-filter: blur(1px);
}

.bnr-img-wrap {
    position: relative;
    display: flex;
    align-items: end;
    margin-bottom: -150px;
}

.bnr-img {
    display:block;
    transition:none;
    will-change:transform;
    filter:drop-shadow(0 25px 35px rgba(0,0,0,.25));
}

.banner-cont {
    position: absolute;
    top: 48%;
    left: 0;
    transform: translateY(-50%);
    width: 100%;
    z-index: 2;
}

/******************************************
    Banner CSS End 
******************************************/

/****************************************** 
    Overview CSS Start 
******************************************/

.overview-img img {
    width: 100%;
    height: auto;
}

.overview-txt p {
    width: 80%;
}

.overview-img {
    /* width: 80%; */
    margin-left: auto;
}

.overview-shape {
    position: absolute;
    bottom: 0px;
    left: 0;
    width: 6%;
}

.overview-txt,
.overview-txt h2,
.overview-txt p {
    opacity: 1 !important;
    visibility: visible !important;
    transform: none !important;
}

.overview-img {
    opacity: 1 !important;
    visibility: visible !important;
    transform: none !important;
}

.overview-img img {
    display: block;
    max-width: 100%;
    height: auto;
}


.overview-img {
    animation: float 4s ease-in-out infinite;
}

@keyframes float {
    0% {
        transform: translateY(0);
    }
    50% {
        transform: translateY(-12px);
    }
    100% {
        transform: translateY(0);
    }
}

.overview-img img {
    display: block;
    width: 100%;
    height: auto;
    transition: all .4s ease;
}
.overview-img img:hover{
    transform: translateY(-15px);
}

.biscta-section .inner-para {
    margin-bottom: 50px;
}

/******************************************
    Overview CSS End 
******************************************/

/****************************************** 
    Matrix CSS Start 
******************************************/
.matrix-sec{
    background: var(--main-color);
}

.bnr-img.bnr-img1 {
    position: absolute;
    right: 20px;
    bottom: 85px;
    width: 75%;
    z-index: 1;
    animation: floatUpDown 3s ease-in-out infinite;
}

@keyframes floatUpDown {
    0% {
        transform: translateY(0);
    }
    50% {
        transform: translateY(-15px);
    }
    100% {
        transform: translateY(0);
    }
}

.bnr-img.bnr-img2 {
    margin-bottom: 100px;
    width: 80%;
    position: relative;
}

.bnr-point {
    position: absolute;
    width: 100%;
    height: auto;
    bottom: 35%;
    left: 0;
    transform: translateY(55%);
}

.bnr-item {
    display: flex;
    justify-content: flex-start;
    gap: 20px;
    align-items: center;
    flex-direction: column;
}

.bnr-item h3 {
    font-family: 'myfirstfont-Regular';
    color: var(--white-color);
    font-size: 40px;
    line-height: 40px;
    margin-bottom: 0px;
    text-align: center;
}

.bnr-shape1 {
    position: absolute;
    bottom: -30px;
    width: 100%;
    height: auto;
    left: 0;
}

img.matrx-top {
    position: absolute;
    top: -25px;
    left: 0;
    width: 100%;
    height: auto;
}
img.matrx-bottom {
    position: absolute;
    bottom: -20px;
    width: 100%;
    height: auto;
    left: 0;
}
.bnr-icon {
    animation: iconZoom 2.5s ease-in-out infinite;
}

@keyframes iconZoom {
    0%, 100% {
        transform: scale(1);
    }
    50% {
        transform: scale(1.12);
    }
}

/******************************************
    Matrix CSS End 
******************************************/

/****************************************** 
    Product CSS Start 
******************************************/

.bannerPage .thumbNailCust {
    position: relative;
}

.bannerPage .thumbNav .swiper-wrapper {
    justify-content: space-between;
    padding: 0;
}

.bannerPage .swiper-pagination-bullet {
    background: #f2f2f2;
    width: 10px;
    height: 10px;
    opacity: 0.7;
}
/* .bannerPage .swiper-pagination-bullet-active {
    background: var(--themeSecColor);
    width: 12px;
    height: 12px;
} */

.bannerPage .nav-link {
    background: transparent;
    border: 0;
    /* color: #282828; */
    font-size: 30px;
    padding: 0;
    width: 100%;
    text-align: left;
    /* padding-bottom: 10px; */
    display: flex;
    padding: 15px 0 0;
}

.bannerPage .swiper-slide-active .slider-sub-title {
    animation: fadeInLeft 1s;
}

.bannerPage .swiper-slide-active .slider-title {
    animation: fadeInLeft 1.5s;
}

.bannerPage .swiper-slide-active .slider-text {
    animation: fadeInUp 2s;
}

.bannerPage .swiper-slide-active .slider-btn {
    animation: fadeInUp 2.5s;
}


/* .mainSwipWrap .swiper-slide-thumb-active .nav-link {
    font-weight: 600;
    border-top: 3px solid #0C4DA2;
    margin-top: -2px;
} */

.mainSwipWrap .swiper-slide-thumb-active .nav-link .numslide{
    border: 1px solid var(--themeSecColor);
}

.product-cont h2 {
    font-size: 45px;
    font-weight: 400;
}

.bannerPage .swiper-button-prev {
    left: 0%;
}

.swiper-button-prev:after, .swiper-rtl .swiper-button-next:after {
    display: none;
}

.swiper-button-next:after, .swiper-rtl .swiper-button-prev:after {
    display: none;
}

.bannerPage .swiper-button-next {
    right: 0%;
}

.product-cont p {
    font-size: var(--paraFontsize);
    line-height: var(--paraFontLineheight);
    font-weight: var(--paraFontWeight);
}

.text {
    font-size: 24px;
    line-height: 38px;
    font-family: 'mysecondfont-Medium';
    margin-left: 15px;
    color: #272727;
}

.thumbNailsNames {
    border: 1px solid #faebc6;
    border-radius: 5px;
    padding: 10px;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    width: 90%;
    /* box-shadow: 0 2px 6.3px 0 #7C6262; */
}

.mainSwipWrap .swiper-slide-thumb-active .thumbNailsNames{
    border: 1px solid #E4D9BE;
    /* box-shadow: 0 2px 6.3px 0 #7C6262; */
}

.heading.thum-heading h2 {
    font-size: 60px;
    line-height: 72px;
    color: #272727;
}

.thumbNav .heading p {
    font-size: 34px;
    line-height: 38px;
    font-family: 'mysecondfont-Medium';
}
.img-box.img-two{
    width: 400px;
    height: auto;
    overflow:hidden;
    border-radius:10px;
}

.img-box.img-two iframe{
    width:100%;
    height:100%;
    border:0;
}

.bread-imgbox {
    width: 450px;
    height: auto;
    margin-bottom: 15px;
    padding-top: 30px;
    transition: transform 0.4s ease, box-shadow 0.4s ease;
    animation: breadZoom 2s ease-in-out infinite;
}

@keyframes breadZoom {
    0% {
        transform: scale(1);
    }

    50% {
        transform: scale(1.05);
    }

    100% {
        transform: scale(1);
    }
}

.bread-imgbox:hover{
    transform: scale(1.05);
}
img.send-love {
    position: absolute;
    left: -23%;
    width: 200px;
    bottom: 66%;
}
.youtube-video iframe {
    aspect-ratio: 16 / 9;
    width: 100%;
}

.product-slider .heading h2 {
    font-size: 55px;
    line-height: 1;
    position: relative;
    font-family: var(--h2HeadingFont);
    color: #272727;
    text-transform: uppercase;
    letter-spacing: .3px;
}

.connecr-box ul {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: space-between;
    align-items: flex-start;
}

.star-rating {
    direction: rtl;
    display: inline-block;
    padding: 25px 0 0;
    cursor: default;
}
.star-rating input[type=radio] {
  display: none;
}
.star-rating label {
    color: #bbb;
    font-size: 20px;
    line-height: 20px;
    padding: 0;
    cursor: pointer;
    transition: all 0.3s ease-in-out;
}
.star-rating label:hover,
.star-rating label:hover ~ label,
.star-rating input[type=radio]:checked ~ label {
  color: #f2b600;
}

ul.ingredients {
    display: flex;
    gap: 0px;
    justify-content: space-between;
    border-bottom: 1px solid #E6DDC4;
}

ul.ingredients li{
    flex: 1;
    text-align: center;
    padding: 20px 15px 14px;
    border-right: 1px solid #E6DDC4;
}
.ingredients li:last-child {
    border-right: 0;
}

.ingredients li:hover {
    background: #fffaf0;
    transform: translateY(-3px);
}

ul.ingredients li h4{
    font-size: 20px;
    line-height: 1;
    position: relative;
    font-family: var(--h2HeadingFont);
    color: var(--main-color);
    text-transform: uppercase;
    letter-spacing: .3px;
    margin-top: 15px;
    transition: all 0.3s ease;
}
.ingredients li:hover h4 {
    transform: translateY(-2px);
}

.productmain-text {
    margin: 0 22px;
}

.ingredients li img {
    transition: all 0.3s ease;
}

.ingredients li:hover img {
    transform: translateY(-4px) scale(1.08);
}



/******************************************
    Product CSS End 
******************************************/

/****************************************** 
    Infrastructure CSS Start 
******************************************/
img.ingredieng-bg {
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: -1;
}

.infa-txt {
    margin-left: 19%;
    width: 78%;
}

.infra-slider .swiper-button-prev {
    left: 5%;
    right: auto;
}

.infra-slider .swiper-button-next {
    right: 5%;
    left: auto;
}

.infra-slider img.machin-img{
    height: 100%;
}

/******************************************
    Infrastructure CSS End 
******************************************/

/****************************************** 
    CTA CSS Start 
******************************************/
.cta-section{
    background: var(--main-light-color);
    padding: 50px 0 40px;
}
img.eating-img {
    position: absolute;
    top: -23px;
    right: 0;
    width: 18%;
    z-index: 9;
}

img.cta-bottom {
    position: absolute;
    bottom: -24px;
    left: 0;
    width: 100%;
    height: auto;
    z-index: 15;
}
/******************************************
    CTA CSS End 
******************************************/

/****************************************** 
    Form CSS Start 
******************************************/

.formimg-box img {
    position: absolute;
    top: 0;
    width: 58%;
    left: -12%;
    height: 100%;
    object-fit: cover;
}
.form-txt {
    width: 70%;
}
.contact-form-box {
    margin-top: 25px;
}

.full-conpart {
    padding: 30px;
    border: 1px solid #d0ac5463;
    margin: 15px 0;
}


/******************************************
    Form CSS End 
******************************************/
.about-images{
    width: 100%;
    position:relative;
    min-height:500px;
}

.shape-bg{
    width: 400px;
    height: 400px;
    background: #d0ac54;
    position:absolute;
    left: 230px;
    top:60px;
    z-index:1;
}

.shape-outline{
    width: 400px;
    height: 400px;
    background:#f8f0ea;
    position:absolute;
    left: 32%;
    top:45px;
    z-index: -1;
}

.img-box{
    position:absolute;
    overflow:hidden;
    border-radius:6px;
    box-shadow: 6px 5px 11px -4px rgba(0, 0, 0, .15);
}

.img-box img{
    width:100%;
    display:block;
    object-fit:cover;
}

.img-one{
    width: 400px;
    left:0;
    top: 8px;
    z-index:2;
    background: #f6efde;
        padding: 20px;
}

.img-two{
    width: 362px;
    right: 25px;
    bottom: -10px;
    z-index:3;
    background: #ffffff;
    padding: 20px;
}
.real-slider .swiper-wrapper {
    transition-timing-function: linear !important;
}

.real-slider .swiper-slide {
    height: auto;
}

/*--------------------
Content
--------------------*/

.about-content{
    width:50%;
}

.sub-title{
    color:#d79a25;
    font-size:14px;
    font-weight:600;
    letter-spacing:1px;
    text-transform:uppercase;
}

.about-content h2{
    font-family:'DM Serif Display',serif;
    font-size:52px;
    line-height:1.1;
    color:#1d1d1d;
    margin:18px 0 30px;
}

.about-content p{
    font-size:15px;
    color:#666;
    line-height:1.9;
    margin-bottom:18px;
}

.feature-list{
    display:grid;
    grid-template-columns:repeat(2,1fr);
    gap:14px 40px;
    margin:30px 0;
}

.feature{
    font-size:15px;
    color:#555;
    font-weight:500;
}

.feature::before{
    content:"✔";
    color:#f4aa28;
    margin-right:10px;
}

.btn{
    display:inline-block;
    padding:16px 38px;
    background:#f4aa28;
    color:#fff;
    text-decoration:none;
    border-radius:40px;
    font-weight:600;
    transition:.3s;
}

.btn:hover{
    background:#222;
}

.send-heart .button{
	width: 50px;
	height: 50px;
	top: auto;
	/* position: absolute; */
	left: 8%;
	/* margin-top: 3px; */
	/* margin-left: 23px; */
	border-radius: 5px;
	background: none;
	cursor: pointer;
	transition: background 0.5s ease;
	bottom: 0;
}
.send-heart .active#heart:before,.active#heart:after{
	background: red !important;
}
#heart {
    /* width: 60px; */
    /* height: 55px; */
    transition: background 0.5s ease;
}
#heart:before, #heart:after {
    transition: background 0.5s ease;
    position: absolute;
    content: "";
    left: 18px;
    top: 45px;
    width: 18px;
    height: 38px;
    background: #000;
    border-radius: 50px 50px 0 0;
    transform: rotate(-45deg);
    transform-origin: 0 100%;
    /* padding: 10px 0; */
}
#heart:after {
    left: 0;
    transform: rotate(45deg);
    transform-origin :100% 100%;
}
.iconbox,
.heart-box,
.reactions {
    padding: 20px 0;
}

.iconbox{
    text-align: center;
}

.iconbox img {
    transition: filter 0.3s ease;
    transition: transform 0.2s ease;
}

.iconbox:hover img {
    filter: brightness(0) saturate(100%) invert(19%) sepia(98%) saturate(7420%) hue-rotate(358deg) brightness(96%) contrast(118%);
    transform: scale(1.1);
}


.heart-box svg {
    transition: filter 0.3s ease;
}

.heart-box:hover svg {
    filter: brightness(0) saturate(100%) invert(14%) sepia(99%) saturate(7485%) hue-rotate(358deg) brightness(102%) contrast(117%);
    animation: svgBounce 0.6s ease;
}

@keyframes svgBounce {
    0%, 100% {
        transform: translateY(0);
    }

    30% {
        transform: translateY(-10px);
    }

    50% {
        transform: translateY(0);
    }

    70% {
        transform: translateY(-5px);
    }
}

.heart-box svg {
    transition: filter 0.3s ease;
    animation: svgBounce 1.2s ease-in-out infinite;
}

.heart-box:hover svg {
    filter: brightness(0) saturate(100%) invert(14%) sepia(99%) saturate(7485%) hue-rotate(358deg) brightness(102%) contrast(117%);
}

@keyframes svgBounce {
    0%, 100% {
        transform: translateY(0);
    }

    30% {
        transform: translateY(-10px);
    }

    50% {
        transform: translateY(0);
    }

    70% {
        transform: translateY(-5px);
    }
}

.star-rating label {
    display: inline-block;
    animation: starBounce 1.5s ease-in-out infinite;
}

.star-rating label:nth-of-type(1) {
    animation-delay: 0s;
}

.star-rating label:nth-of-type(2) {
    animation-delay: 0.1s;
}

.star-rating label:nth-of-type(3) {
    animation-delay: 0.2s;
}

.star-rating label:nth-of-type(4) {
    animation-delay: 0.3s;
}

.star-rating label:nth-of-type(5) {
    animation-delay: 0.4s;
}

@keyframes starBounce {
    0%, 60%, 100% {
        transform: translateY(0);
    }

    15% {
        transform: translateY(-7px);
    }

    30% {
        transform: translateY(0);
    }

    45% {
        transform: translateY(-3px);
    }
}

.wishlist-box .iconbox img {
    display: inline-block;
    animation: wishlistHeart 1.4s ease-in-out infinite;
}

.wishlist-box:hover .iconbox img {
    transform: scale(1.1);
}

@keyframes wishlistHeart {
    0%, 100% {
        transform: translateY(0);
    }

    20% {
        transform: translateY(-8px);
    }

    40% {
        transform: translateY(0);
    }

    55% {
        transform: translateY(-4px);
    }

    70% {
        transform: translateY(0);
    }
}

.send-heart h4,
.rating-box h4,
.wishlist-box h4,
.react-box h4 {
    font-size: 16px;
    line-height: 1;
    position: relative;
    color: #323232;
    text-transform: uppercase;
    letter-spacing: .3px;
    transition: transform 0.4s ease, box-shadow 0.4s ease;
    font-family: var(--bodyFont);
}
.send-heart:hover h4,
.rating-box:hover h4,
.wishlist-box:hover h4,
.react-box:hover h4 {
    transform: scale(1.05);
}


@keyframes waveText {
    0%   { transform: translateY(0); }
    25%  { transform: translateY(-6px) rotate(-1deg); }
    50%  { transform: translateY(0); }
    75%  { transform: translateY(6px) rotate(1deg); }
    100% { transform: translateY(0); }
}


.bread-videobox iframe {
    position: absolute;
    bottom: 10px;
    right: 70px;
    background: #ffecbd;
    padding: 10px;
    border-radius: 8px;
    width: 400px;
    height: 244px;
    border: 1px solid #d0ac54;
    outline: 1px solid #d0ac54;
    outline-offset: 5px;
}

.sec-about-vdo .sec-hm-position {
    padding-right: 45px;
}
.about-video {
    margin: 50px 0;
    position: relative;
    text-align: center;
    border-left: 10px solid var(--themeColor);
    background: #F5DFA9;
    border-radius: 14px;
    padding: 10px;
    z-index: 1;
    transition: all .4s ease;
}
.about-video::before {
    content: "";
    position: absolute;
    top: auto;
    left: 50px;
    width: 87%;
    height: 5%;
    background: #413c2e91;
    border-radius: 100px;
    filter: blur(15px);
    z-index: -1;
    bottom: -14px;
}
.about-video:hover {
    transform: translateY(-15px);
}

.about-video .vdo-play {
    position: absolute;
    top: 38%;
    left: 42%;
    width: 15%;
}
.about-video .vdo-play.circle {
    border-radius: 50%;
    box-shadow: 0 0 1px 1px #0000001a;
}
.about-video .vdo-play.pulse {
    animation: pulse-animation 2s infinite;
}
@keyframes pulse-animation {
    0% {
        box-shadow: 0 0 0 0 rgb(0 0 0 / 0.2);
    }
    100% {
        box-shadow: 0 0 0 20px #fff0;
    }
}

/*  */

.biscta-section {
    background: #538770;
}

.biscta-txt {
    z-index: 2;
    position: relative;
}

img.biscta-bottom {
    position: absolute;
    top: -50px;
    left: 0;
    width: 100%;
    height: auto;
    z-index: 0;
}
.packet-img{
    width: 100%;
    z-index: 1;
    position: relative;
    transition: all .4s ease;
    /* animation: 1.2s ease-in-out 0s infinite normal none running svgBounce; */
}

.packet-img:hover{
    transform: translateY(-15px);
}

.biscta-section a.main-btn.ctsbtn {
    border: 1px solid #1C3D2E;
}

img.side-biscut {
    position: absolute;
    left: 0;
    width: fit-content;
    bottom: 0;
    opacity: 0.5;
}

img.shap3 {
    position: absolute;
    left: 0px;
    top: 3%;
    z-index: 1;
}

img.shap2 {
    position: absolute;
    right: 0px;
    top: 3%;
    z-index: 0;
}
img.shap1 {
    position: absolute;
    bottom: 0;
    right: 50%;
}

/* .packet-img {
    width: 300px;
    height: 300px;
    background-image: url("../images/packet-bg.png");
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
} */

.real-box.is-visible {
   transition: all .4s ease;
   padding-top: 20px;
}

.real-box.is-visible:hover {
    transform: translateY(-15px);
}
.ftr-item-head h4{
    font-size: 20px;
    color: #fff;
    margin-bottom: 0px;
    font-family: 'myfirstfont-Regular';
}

.floating-whatsapp {
    position: fixed;
    width: 55px;
    height: 55px;
    bottom: 25px;
    right: 25px;
    background: #25D366;
    color: #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 30px;
    text-decoration: none;
    z-index: 9999;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.25);
    transition: all 0.3s ease;
}

.floating-whatsapp:hover {
    transform: scale(1.1);
    background: #20bd5a;
    color: #fff;
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.3);
}

.scroll-margin-top {
    scroll-margin-top: 150px;
}

/* emoji start */
.reactions{
    display: flex;
    gap: 10px;
    align-content: center;
    justify-content: flex-start;
    align-items: center;
}

.reaction {
    display: inline-block;
    font-size: 28px;
    line-height: 1;
    animation: emojiBounce 1.6s ease-in-out infinite;
    transform-origin: center bottom;
}

.reaction:hover {
    transform: scale(1.4);
}

.reaction::after {
    content: attr(data-label);
    position: absolute;
    bottom: -24px;
    left: 50%;
    transform: translateX(-50%);
    font-size: 0.75rem;
    color: #444;
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.2s ease;
}

.reaction:hover::after {
    opacity: 1;
}

#selected-reaction {
    margin-top: 20px;
    font-size: 1.2rem;
}


.reaction:nth-child(1) {
    animation-delay: 0s;
}

.reaction:nth-child(2) {
    animation-delay: 0.15s;
}

.reaction:nth-child(3) {
    animation-delay: 0.30s;
}

.reaction:nth-child(4) {
    animation-delay: 0.45s;
}

@keyframes emojiBounce {
    0%, 60%, 100% {
        transform: translateY(0) scale(1);
    }

    15% {
        transform: translateY(-10px) scale(1.08);
    }

    30% {
        transform: translateY(0) scale(1);
    }

    45% {
        transform: translateY(-5px) scale(1.03);
    }
}
/* Emoji End */
.connecr-box {
    margin-top: 30px;
}

.productmain-text .inner-para {
    margin-bottom: 50px;
}
/*--------------------
Responsive
--------------------*/
.heading h4 {
    font-size: 26px;
    line-height: 1;
    position: relative;
    font-family: var(--h2HeadingFont);
    color: var(--main-color);
}
@media(max-width:991px){

.about-section .container{
    flex-direction:column;
}

.about-images,
.about-content{
    width:100%;
}

.about-images{
    min-height:450px;
    margin-bottom:50px;
}

.about-content h2{
    font-size:40px;
}

}

@media(max-width:576px){

.about-images{
    min-height:360px;
}

.img-one{
    width:140px;
}

.img-two{
    width:190px;
}

.shape-bg{
    width:150px;
    height:180px;
}

.shape-outline{
    width:160px;
    height:220px;
}

.about-content h2{
    font-size:32px;
}

.feature-list{
    grid-template-columns:1fr;
}

}
/******************************************
    Responsive Start
******************************************/

@media (max-width: 1600px) {

    .banner-txt h1 {
        font-size: 70px;
        line-height: 70px;
    }

    .bnr-item h3 {
        font-size: 26px;
        line-height: 26px;
    }
    .bread-imgbox {
        width: 380px;
    }
    img.side-biscut {
        opacity: 0.5;
    }
    .infa-txt {
        margin-left: 7%;
    }
    .productmain-text {
        margin: 0 25px;
    }
    
}

@media (max-width: 1440px) {

    .banner-txt h1 {
        font-size: 65px;
        line-height: 65px;
    }

    .bnr-item h3 {
        font-size: 38px;
        line-height: 48px;
    }

    .wave-box {
        height: 260px;
    }

    .wave-box-shape {
        height: 200px;
    }

    .product-box h3, .infra-box h3 {
        font-size: 25px;
        line-height: 25px;
    }

    .blog-box h3 {
        font-size: 20px;
        line-height: 20px;
    }

    .blog-box p {
        font-size: 14px;
        line-height: 20px;
    }
    .text {
        font-size: 18px;
        line-height: 28px;
    }
    img.eating-img {
        width: 22%;
    }

    .bread-imgbox {
        width: 330px;
    }
    .infa-txt {
        margin-left: 15%;
        width: 78%;
    }
    .productmain-text {
        margin: 0 20px;
    }
    .product-slider .heading h2 {
        font-size: 40px;
    }
    img.send-love {
        width: 185px;
        bottom: 73%;
        left: -25%;
    }
    .productmain-text .inner-para {
        margin-bottom: 20px;
    }
    .bnr-img.bnr-img1 {
        width: 70%;
        right: 50px;
    }
}

@media (max-width: 1399px) {

    .banner-txt h1 {
        font-size: 60px;
        line-height: 60px;
    }
    .bnr-icon img {
        width: 60px;
        height: auto;
    }
    .bnr-top {
        padding: 80px 0 0;
    }

    .banner-txt {
        padding-bottom: 40px;
    }
    .bnr-shape1 {
        bottom: -15px;
    }
    img.cta-bottom {
        bottom: 5px;
    }
    img.footer-shape {
        top: -12px;
    }
    .bread-imgbox {
        width: 320px;
    }
    .product-slider .heading h2 {
        font-size: 42px;
    }
    
}

@media (max-width: 1199px) {

    .banner-txt h1 {
        font-size: 60px;
        line-height: 60px;
    }

    .bnr-icon img {
        width: 60px;
        height: auto;
    }

    .bnr-top {
        padding: 80px 0 0;
    }

    .banner-txt {
        padding-bottom: 40px;
    }

    .product-box h3, .infra-box h3 {
        font-size: 22px;
        line-height: 22px;
    }

    .product-box h3, .infra-box h3 {
        font-size: 22px;
        line-height: 22px;
    }

    .blog-box p {
        font-size: 12px;
        line-height: 18px;
    }

    .blog-box {
        padding: 12px;
    }

    .infa-txt {
        margin-left: 5%;
    }

    .bread-imgbox {
        width: auto;
    }

    .product-slider .heading h2 {
        font-size: 30px;
    }
    img.send-love{
        display: none;
    }
    
}


@media (max-width: 1024px) {
    .bnr-item h3 {
        font-size: 28px;
        line-height: 40px;
    }
    .banner-txt {
        padding-bottom: 0;
    }
    .banner-txt h1 {
        font-size: 48px;
        line-height: 54px;
    }
    .overview-txt p {
        width: 100%;
    }
}
@media (max-width: 991px) {

    .bnr-img-wrap {
        justify-content: center;
    }

    .banner-txt h1 {
        font-size: 50px;
        line-height: 50px;
    }

    .banner-txt h1 br{
        display: none;
    }

    .wave-box {
        height: 300px;
    }

    .bnr-img.bnr-img1 {
        width: 80%;
        bottom: 90px;
        right: 0;
    }

    .bnr-img.bnr-img2 {
        width: 100%;
    }

    .overview-img {
        width: 100%;
    }

    .infra-slider-btn {
        justify-content: center;
    }

    .success-txt {
        margin-bottom: 0px;
    }

    .bread-imgbox {
        width: auto;
    }
    img.matrx-bottom {
        bottom: -10px;
    }
    img.cta-bottom {
        bottom: 10px;
    }

    img.eating-img {
        width: 48%;
        top: -10px;
        opacity: 0.2;
    }
    .infa-txt {
        margin: 0 12%;
    }
    img.ingredieng-bg {
        bottom: auto;
        top: 0;
    }

    .formimg-box img {
        display: none;
    }
    img.shap1 {
        display: none;
    }
}

@media (max-width: 767px) {

    .banner-txt h1 {
        font-size: 45px;
        line-height: 45px;
    }

    .bnr-item h3 {
        font-size: 18px;
        line-height: 20px;
    }

    .bnr-img-wrap {
        margin-bottom: -100px;
    }

    .banner-txt p {
        width: 90%;
    }

    .overview-txt p, .success-txt p {
        width: 100%;
    }

    .product-box h3, .infra-box h3 {
        font-size: 18px;
        line-height: 18px;
    }

    .facility-img {
        position: relative;
    }

    .facility-sec {
        padding-top: 0px;
    }

    .facility-btn {
        justify-content: center;
    }

    .wave-box-shape {
        height: 100px;
        margin-top: -50px;
    }

    .facility-txt {
        padding-bottom: 50px;
    }
    img.biscta-bottom {
        top: -20px;
    }
    .productmain-text {
        margin: 0;
    }

}

@media (max-width: 575px) {

    .banner-cont {
        position: relative;
        top: 50%;
        left: 0;
        transform: translateY(0%);
        padding: 30px 0;
    }

    .banner-txt p br{
        display: none;
    }
    .overview-txt p, .success-txt p {
        width: 94%;
    }

    .bnr-img.bnr-img1 {
        margin-left: 40px;
    }

    .bnr-img.bnr-img2 {
        margin-right: 20px;
    }

    .banner-txt h1 {
        font-size: 40px;
        line-height: 40px;
        color: var(--main-color);
        text-shadow: 0 2px 8px rgb(18 12 5 / 16%);
    }

    .bnr-top {
        padding: 50px 0 0;
    }

    .wave-box {
        height: 300px;
    }

    .inner-para {
        margin-bottom: 0;
    }

    .bnr-point {
        bottom: 40%;
    }

    .wave {
        width: 650%;
    }

    .bnr-icon img {
        width: 35px;
    }

    .bnr-item {
        gap: 10px;
    }

    .bnr-item h3 {
        font-size: 20px;
        line-height: 24px;
    }

    .product-box {
        padding: 80px 10px 40px;
    }

    .product-slide-con {
        padding: 0 15px;
    }

    .heading.thum-heading h2 {
        font-size: 30px;
        line-height: 40px;
    }
    img.send-love {
        right: 10%;
        width: 27%;
        bottom: 60%;
    }
    .send-heart,
    .rating-box a,
    .wishlist-box a,
    .react-box a {
        display: flex;
        align-items: center;
    }

    .send-heart h4, .rating-box h4, .wishlist-box h4, .react-box h4 {
        margin-right: 20px;
    }

    .star-rating {
        padding: 0;
    }
    .connecr-box ul {
        flex-direction: row;
        flex-wrap: wrap;
        gap: 10px;
    }
    .connecr-box ul li {
        flex: 0 0 100%;
    }
    .iconbox {
        text-align: left;
    }

    .about-video {
        margin: 0;
    }
    .infa-txt {
        margin: 0;
        width: 100%;
        padding: 50px 15px;
    }
    img.cta-bottom {
        bottom: 20px;
    }
    .menu-border{
        display: none;
    }
    img.footer-shape {
        top: -5px;
    }

    img.side-biscut {
        opacity: 0.2;
    }
    img.shap1,
    img.shap2,
    img.shap3 {
        display: none;
    }
    img.biscta-bottom {
        top: -11px;
    }
    .cta-section {
        padding: 40px 0 60px;
    }
    .form-txt {
        width: 100%;
    }

    .cta-section .heading h3{
        text-align: center;
    }
}