/** Shopify CDN: Minification failed

Line 820:0 Unexpected "}"

**/
 
::selection{
  color: #fff;
  background: #000;
}
.view-modal, .popup{
  position: absolute;
  left: 50%;
}
.icons svg{
width: 50%;
}

button{
  outline: none;
  cursor: pointer;
  font-weight: 500;
  border-radius: 4px;
  border: 2px solid transparent;
  transition: background 0.1s linear, border-color 0.1s linear, color 0.1s linear;
}
/* .view-modal{
    position: relative;
    top: 19px;
    left: 23px;
    color: #fff;
    font-size: 18px;
     padding: unset; 
    border: none;
    background: none;
    transform: translate(-50%, -50%);
} */
.view-modal {
    position: relative;
    top: 10px;
    left: 15px;
    color: #fff;
    font-size: 16px;
    padding: 8px 26px !important;
    border-radius: 20px;
    border: none;
    background: #3f685d;
    transition: all .2s ease-in-out;
    transform: scale(1);
}

.view-modal:hover{
    background-color: var(--primary-btn-bg-hover-color)!important;
    outline: none;
    cursor: pointer;
    font-weight: 500;
    border-radius: 20px;
    transform: scale(1.1);
    transition: background 0.1s linear, border-color 0.1s linear, color 0.1s linear;
}
.popup{
  display: none;
  background: #fff;
  padding: 25px;
  border-radius: 15px;
  top: -150%;
  max-width: 380px;
  width: 100%;
  opacity: 0;
  pointer-events: none;
  box-shadow: 0px 10px 15px rgba(0,0,0,0.1);
  transform: translate(-50%, -50%) scale(1.2);
  transition: top 0s 0.2s ease-in-out,
              opacity 0.2s 0s ease-in-out,
              transform 0.2s 0s ease-in-out;
}
.popup.show{
  top: 50%;
  opacity: 1;
  pointer-events: auto;
  transform:translate(-50%, -50%) scale(1);
  transition: top 0s 0s ease-in-out,
              opacity 0.2s 0s ease-in-out,
              transform 0.2s 0s ease-in-out;

}
.popblog{
    min-height: 30vh;
}
.popup :is(header, .icons, .field){
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.popup header{
  padding-bottom: 15px;
  border-bottom: 1px solid #ebedf9;
}
header span{
  font-size: 21px;
  font-weight: 600;
}
header .close, .icons a{
  display: flex;
  align-items: center;
  border-radius: 50%;
  justify-content: center;
  transition: all 0.3s ease-in-out;
 
}
header .close{
  color: #878787;
  font-size: 17px;
  background: #f2f3fb;
  height: 33px;
  width: 33px;
  cursor: pointer;
 content: "\00d7";
}
header .close:hover{
  background: #ebedf9;
}
.popup .content{
  margin: 20px 0;
}
.popup .icons{
  margin: 15px 0 20px 0;
}
.content p{
  font-size: 16px;
}
.content .icons a{
  height: 50px;
  width: 50px;
  font-size: 20px;
  text-decoration: none;
  border: 1px solid transparent;
}
.icons a i{
  transition: transform 0.3s ease-in-out;
}
.icons a:nth-child(1){
  color: #1877F2;
  border-color: #3f685d;
}
.icons a:nth-child(1):hover{
  background: #3f685d;
}
.icons a:nth-child(2){
  color: #46C1F6;
  border-color: #3f685d;
}
.icons a:nth-child(2):hover{
  background: #3f685d;
}
.icons a:nth-child(3){
  color: #e1306c;
  border-color: #3f685d;
}
.icons a:nth-child(3):hover{
  background: #3f685d;
}
.icons a:nth-child(4){
  color: #25D366;
  border-color: #3f685d;
}
.icons a:nth-child(4):hover{
  background: #3f685d;
}
.icons a:nth-child(5){
  color: #0088cc;
  border-color: #3f685d;
}
.icons a:nth-child(5):hover{
  background: #3f685d;
}
.icons a:hover{
  color: #fff;
  border-color: transparent;
}
.icons a:hover i{
  transform: scale(1.2);
}
.content .field{
  margin: 12px 0 -5px 0;
  height: 45px;
  border-radius: 4px;
  padding: 0 5px;
  border: 1px solid #e1e1e1;
}
.field.active{
  border-color: #000;
}
.field i{
  width: 50px;
  font-size: 18px;
  text-align: center;
}
/* .field.active i{
  color: #000;
} */
.field input{
  width: 100%;
  height: 100%;
  border: none;
  outline: none;
  font-size: 15px;
}
.field button{
  color: #000;
  padding: 5px 18px;

}

/* end popup */
.menu-wrapper-lp{
  background: #3f685d !important;
}
 
  .about-section {
    background-color: #F6F6F6;
}
/* .about-section1 {
    background-image: url(/cdn/shop/files/bg_video.webp?v=1660027816);
    background-size: cover;
    background-position: 50% -25%!important;
    background-repeat: no-repeat;
} */

/* .container_environmental {
    background-color: #f6f6f6 !important;
    background-image: url(/cdn/shop/files/bg_video.webp?v=1660027816);
    background-size: cover;
    background-position: 50% -25%!important;
    background-repeat: no-repeat;
} */
.container_environmental h2.left-heading {
    color: #3f685d !important;
}

.about-section {
    background-color: #f6f6f6 !important;
}

/* .comment-section {
    background-image: url(/cdn/shop/files/bg_video.webp?v=1660027816)!important ;
    background-size: cover;
    background-position: 50% -25%!important;
    background-repeat: no-repeat;
} */
#comments .grid__item.large--one-half textarea, .grid__item.large--one-half input {
    background: #ffffff !important;
    opacity: 0.56;
    backdrop-filter: blur(10.6914px);
    border-radius: 10px;
    text-indent: 20px;
    color: #fff;
    margin-top: 20px;
    height: 55px;
}

  .col_for_box p span strong {
    color: #3f685d;
}
----

.about-alignment-left{
      align-items: start;
  text-align: left;
}
.about-alignment-center{
      align-items: center;
  text-align: center;
}
.about-alignment-right{
      align-items: end;
  text-align: right;
}

.social-row .social-sharing a{
  padding:0;
}

.share-btn{
  padding: 10px;
    height: 40px;
    width: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.slick-dots li {
    position: relative;
    display: inline-block;
    width: 15px!important;
    height: 15px!important;
    margin: 0 5px;
    padding: 0;
    cursor: pointer;
    opacity: .5;
    background-color: #a4d2c4;
    border-radius: 100px;
}

.slick-dots .slick-active {
    background: #3f685d!important;
    opacity: 1;
}

.col_data_environmental ul, .col_data_environmental p, .col_data_helth ul, .col_data_helth p, span{
  font-family: inherit!important;
    font-size: 16px!important;
  background : transparent!important;
}

.shop-col .grid-item__title{
	    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.shop-wrapper{
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
}

.shop-col{
background: #fff;
    padding: 20px;
    height: 100%;
      margin: 5px;
}

.shop-inner-box h3 {
    text-align: center;
    font-size: 16px;
    margin-top: 15px;
    text-transform : uppercase;
}

.shop-col .grid-item__title{
display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
}
.video-wrapper{
padding-bottom: 0;
}
.video-wrapper iframe {
  position: initial;
  top: 0;
  left: 0;
  width: revert-layer;
  height: revert-layer;
}

.try-all-wrapper{
overflow: hidden;
}


.try-these-slider .slick-next:before, .try-these-slider .slick-prev:before{
color:#3f685d;
      font-size: 25px;
  
}

.try-these-slider .slick-prev {
    left: 0;
}

.try-these-slider .slick-next {
    right: 0;
}

.try-these-slider .slick-next, .try-these-slider .slick-prev{
top: 104%;
}

* {
    margin: 0;
    padding: 0;
}

.menu-wrapper-lp{
    position: inherit;
  background: #ffffff00;
}

.inner-menu-wrapper li a:hover {
    color: #000;
}

.about-section{
position: relative;
  overflow: hidden;
}

.bg-ring{
display: none;
}
  .ring{
    height: 777px;
    border: 1px solid #E2E2E7;
    border-radius: 50%;
    position: absolute;
    width: 300px;
    transform: rotate(45deg);
    right: 3%;
    top: 0%;
  }
  .ring2 {
        height: 1000px;
    border: 1px solid #E2E2E7;
    border-radius: 50%;
    position: absolute;
    width: 434px;
    transform: rotate(45deg);
    right: -10%;
    top: 0%;
}
  .ring3 {
    height: 600px;
    border: 1px solid #E2E2E7;
    border-radius: 50%;
    position: absolute;
    width: 240px;
    transform: rotate(214deg);
    right: 12%;
    top: 21%;
}
  
  .ring4 {
    height: 600px;
    border: 1px solid #E2E2E7;
    border-radius: 50%;
    position: absolute;
    width: 400px;
    transform: rotate(45deg);
    left: 5%;
    bottom: 6%;
}
  
  
  .ring5 {
    height: 600px;
    border: 1px solid #E2E2E7;
    border-radius: 50%;
    position: absolute;
    width: 400px;
    transform: rotate(45deg);
    left: 7%;
    bottom: 0px;
}
  
  .ring6 {
   height: 600px;
    border: 1px solid #E2E2E7;
    border-radius: 50%;
    position: absolute;
    width: 300px;
    transform: rotate(45deg);
    left: 8%;
    bottom: 0;
    z-index: 1;
}

.comment-section{
background-image : url(/cdn/shop/files/Group_427322375_1.jpg?v=1651151323);
}

.row-comment{
  
  max-width: 1200px;
    margin: 0 auto;
  padding: 4rem 0px;
}

.social-row{
    display: flex;
    align-items: center;
    justify-content: space-between;
  
  padding: 2rem 0;
    border-bottom: 1px dashed #44295C;
}

.social-row .social-sharing{
padding:0;
  
}

#comments{
    padding: 60px 0;
}

#comments .h3{
/* font-family: 'Magzo Alt'; */
    font-style: normal;
    font-weight: 400;
    font-size: 42px;
    line-height: 53px;
    text-transform: uppercase;
    color: #222222;
}

#comments .grid__item.large--one-half{
/* font-family: 'Poppins'; */
    font-style: normal;
    font-weight: 600;
    font-size: 18px;
    line-height: 153.6%;
/*     text-align: center; */
    color: #1E222D;
}

#comments .grid__item.large--one-half input{
    background: #886B97;
    opacity: 0.56;
    backdrop-filter: blur(10.6914px);
    border-radius: 10px;
    text-indent: 20px;
    color: #fff;
    margin-top: 20px;
    height: 55px;
}

#comments .grid__item.large--one-half textarea{
    min-height: 168px;
    background: #886B97;
    opacity: 0.56;
    backdrop-filter: blur(10.6914px);
    border-radius: 10px;
    margin-top: 20px;
    text-indent: 20px;
}
#comments p {
/* font-family: 'Baloo 2'; */
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 36px;
    color: #1E1922;
    margin-top: 10px;
}

#comments .article-comment--btn {
text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 50px auto 0;
    background: #3f685d;
    box-shadow: 0px 28px 45px rgb(37 6 25 / 10%);
    border-radius: 90px;
    padding: 15px 50px;
    font-size: 18px;
    font-weight: 600;
    text-transform: capitalize;
}


#comments ::placeholder {
  color: #fff;
  opacity: 1; /* Firefox */
}

#comments :-ms-input-placeholder { /* Internet Explorer 10-11 */
 color: #fff;
}

#comments ::-ms-input-placeholder { /* Microsoft Edge */
 color: #fff;
}

.social-row .sharing-button {
    background: #3f685d;
    color: #fff;
    border-radius: 50px;
}
.social-row .social-sharing .sharing-button__icon {
    fill: #fff;
    stroke: none;
}

.social-row .social-sharing a:first-of-type .sharing-button {
    padding-left: 0.75em;
}

.social-row .save_button_box_social{
    background: #3f685d;
    border-radius: 90px;
    color: #fff;
    padding: 12px 40px;
      cursor: pointer;
/*   display:none; */
}

.save_button_box_social .log-in-button{
 border:none; 
}

.social-row .save_button_box_social a{
color:#fff;
}

.social-row #sharing .h5 {
display:none;
}

.try-slider-wrapper .slick-dots li button:before{
	font-size:16px;
}

.container_carousel .slick-dots li button:before{
    font-size: 16px;
      opacity: .5;
    color: #44295c;
}


.try-wrapper {
max-width: 1200px;
    margin: 0 auto;
}

.try-all-wrapper{
    padding: 4rem 0;
}

h1 {
    margin: 2rem 0rem;
}

/* container_food start */

.container_food {
    position: relative;
}
.row_food {
    display: flex;
}

.food_col_wheat_box {
    background: #f9ece4;
    width: 20%;
    position: relative;
}



.food_col_data {
    background: rgb(63 104 93 / 35%) !important;
    position: absolute;
    top: 30%;
    z-index: 1;
    padding: 2rem;
    border-radius: 0px 25px 25px 0px;
}

.food_col_data strong {
/*     font-family: "Montserrat"; */
    font-size: 20px;
    font-weight: 700;
    line-height: 24px;
    letter-spacing: 0.25em;
    color: #a4d2c5;
}

.food_col_data p {
/*     font-family: " Magzo Alt"; */
    font-size: 45px;
    font-weight: 600;
    line-height: 48px;
    letter-spacing: 0em;
    color: #ffffff;
}

.food_col_image_box img {
    width: 100%;
  object-fit: cover;
    height: 100%;
}
/* container_food end */

/* container_about start */
.container_about {
    justify-content: center;
    align-items: center;
    padding: 2rem 0;
  	position: relative;
    z-index: 2;
}

.description_data {
	padding: 20px 0px;
}

.description_data p {
    font-size: 16px;
  line-height:40px;
}

.heading-box-float{
background: rgba(68, 47, 93, 0.79);
backdrop-filter: blur(10px);
}

.radio-box{
position: relative;
    width: 25px;
    height: 25px;
    margin-right: 10px;
}

.inner-tip-box{
    display: flex;
    gap: 20px;
}

.radio-box:before{
width: 9px;
    height: 9px;
    background: #CE8886;
    border-radius: 9px;
    position: absolute;
    left: 0;
    top: 0;
    content: "";
    margin: 8px;
}


.radio-box:before {
    animation: inventory-pulse 2s linear infinite;
}

.tips-wrapper .slick-prev,
.shop-wrapper .slick-prev, .article-featured-product-slider .slick-prev{
    left: 10px;
}

.tips-wrapper .slick-next,
.shop-wrapper .slick-next, .article-featured-product-slider .slick-next{
    right: 10px;
  left : 97%;

}

.tips-wrapper .slick-next.slick-disabled:before, .tips-wrapper .slick-prev.slick-disabled:before,
.shop-wrapper .slick-next.slick-disabled:before, .shop-wrapper .slick-prev.slick-disabled:before{
    opacity: 1;
}
.tips-wrapper .slick-next:before, .tips-wrapper .slick-prev:before,
.shop-wrapper .slick-next:before, .shop-wrapper .slick-prev:before, .article-featured-product-slider .slick-next:before, .article-featured-product-slider .slick-prev:before{
opacity: 1;
  color:#3f685d;
  font-size: 25px;
}

.tips-wrapper .slick-next, .tips-wrapper .slick-prev,
.shop-wrapper .slick-next, .shop-wrapper .slick-prev, .article-featured-product-slider .slick-prev, .article-featured-product-slider .slick-next{
top:117%
}

.row_about {
    display: flex;
    flex-direction: column;
    margin: 0 auto;
    max-width: 1200px !important;
}

.about_data {
  display: flex;
    flex-direction: column;
    background-color: #fff;
    padding: 3rem;
    border-radius: 10px;
    box-shadow: 52.97233963012695px 49.711936950683594px 211.8893585205078px 0px #1b314221;
}

.container_about .about-heading {
/*     font-family: "Magzo Alt"; */
    font-size: 42px;
    font-weight: 600;
    line-height: 53px;
    letter-spacing: 0px;
    text-align: left;
    margin-bottom: 0px;
      text-transform: uppercase;
}

.container_about p {
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 30px;
  /* or 154% */
  letter-spacing: -0.212741px;
/*   color: #6A6573; */
}

/* for box section start */

.container_for_box {
/*     justify-content: center;
    align-items: center;
    display: flex;
    flex-direction: column; */
    padding: 3rem 0;
    background-size: cover;
    background-position: 50% -25%!important;
    background-repeat: no-repeat;
}
}

.row_heading {
    display: flex;
    justify-content: center;
    align-items: center;
}

.row_heading .bene-heading {
    font-size: 42px;
    font-weight: 600;
    line-height: 53px;
    letter-spacing: 0px;
    text-align: center;
  text-transform: uppercase;
/*   font-family: "Magzo Alt"; */
}
.container_for_box .row_heading{
   text-align: center;
   padding: 0 2rem;
}

.row_for_box {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
/*     grid-template-rows: repeat(2, 1fr); */
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    max-width: 1200px !important;
    margin: 0 auto;
    padding: 40px 0;
    position: relative;
    z-index: 2;
    flex-wrap: wrap;
    width:100%;
    gap: 20px;
}


.col_for_box {
    background-color: #fff;
    box-shadow: 52.97233963012695px 49.711936950683594px 211.8893585205078px 0px #1b314221;
    padding: 2rem;
    height: 100%;
    width: 100%;

    border-radius: 10px;
}
.col_for_box .image-container{
  text-align: center;
}
.col_data_helth .content-wrapper h2, .col_data_helth .content-wrapper div, .col_data_helth .content-wrapper p, .col_data_helth .content-wrapper h3, .col_data_helth .content-wrapper h4, .col_data_helth .content-wrapper h4, .col_data_helth .content-wrapper h6, .col_data_helth .content-wrapper span{
  background-color:transparent!important;
}

.container_for_box h3 {
/*     font-family: "Baloo 2", cursive; */
    font-size: 25px;
    font-weight: 500;
    line-height: 24px;
    letter-spacing: 0em;
  	color: #2A2045;
  text-transform : uppercase;
}

.container_for_box p {
/*     font-family: 'Baloo 2'; */
font-style: normal;
font-weight: 400;
font-size: 18px;
line-height: 35px;
/* or 138% */

letter-spacing: -0.212741px;

color: #1E222D;
}


.col_for_box img {
   width: 5rem;
    margin-bottom: 20px;
}

/* for box section end */
/* container_health start */

.container_health {
    padding:2rem 0;
    background-repeat: no-repeat;

}

.row_heading_helth  {
    text-align: center;
    padding: 2rem;
    color: #fff;
}

.row_heading_helth h2 {
/*     font-family: "Magzo Alt"; */
    font-size: 42px;
    font-weight: 600;
    line-height: 53px;
    letter-spacing: 0px;
  margin:0 auto;
  text-transform: uppercase;
}

/* br {
display:none;
} */
.col_data_helth h3, .description_data h3 {
/*    font-family: "Magzo Alt"; */
    font-size: 32px;
    font-weight: 600;
    line-height: 60px;
    letter-spacing: 0px;
    margin-bottom: 0;
  color: #000000;
  text-transform : uppercase;
}

.col_data_helth li {
/*     font-family: "Baloo 2",  sans-serif; */
    font-size: 16px;
    font-weight: 400;
  color: #000000;
    line-height: 35px;
    letter-spacing: 0px;
/*     margin-top: 1rem; */
}

.col_data_helth li a {
  text-decoration: underline;
 color: #000000;
}

.col_data_helth li::marker
{
color: #3F685D;

}
.content-wrapper li p {
margin:0;
}

.col_data_helth {
    width: 50%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: start;
    float: right;
    padding: 2rem 0rem;
}

.col_image_helth {
    width: 50%;
    display: flex;
    border-radius: 15px;
    justify-content: center;
    align-items: center;
}

.col_image_helth img {
/*     width: 100vw; */
    border-radius: 15px;
}

.row_main_contant_health {
    display: flex;
    align-items: center;
    gap: 30px;
    padding: 3rem 12px 0px;
    max-width: 1200px;
    margin: 0 auto;
    justify-content: center;
  
    }

/* container_health end */

/* container_environmental start */

.container_environmental {
    background-color: #ffffff;
  padding:2rem 0;
}

.row_heading_environmental {
    color: #000000;
    margin: 0 auto;
    text-align: center;
    padding: 2rem;
}

.row_heading_environmental h2 {
/*     font-family: "Magzo Alt"; */
    font-size: 42px;
    font-weight: 600;
    line-height: 53px;
    letter-spacing: 0px;
  text-transform: uppercase;
  text-align: center;
}

.row_main_contant_environmental {
    display: flex;
    justify-content: space-around;
    color: #000000;
    max-width: 1200px;
    margin: 0 auto;
  	gap : 30px;
   padding: 3rem 12px 0;
}

.col_data_environmental h3 {
/*    font-family: "Magzo Alt"; */
    font-size: 32px;
    font-weight: 600;
    line-height: 60px;
    letter-spacing: 0px;
    margin-bottom: 0;
  text-transform : uppercase;
}

.col_data_environmental li {
/*     font-family: "Baloo 2", sans-serif; */
    font-size: 16px;
    font-weight: 400;
    line-height: 38px;
    letter-spacing: 0px;
/*     margin-top: 1rem; */
}

.col_data_environmental {
    width: 50%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: start;
}

.col_image_environmental {
    width: 50%;
    display: flex;
    border-radius: 15px;
    justify-content: center;
    align-items: center;
}

.col_image_environmental img {
    width: 100%;
    border-radius: 15px;
  height:auto;
}

.col_data_environmental li::marker {
    color: #3F685D;
  
}

.col_data_environmental pre {
  background-color: unset;
}
.col_data_environmental strong{
background-color: unset !important;

}

/* container_environmental end */
/* container_carousel start */
/* .row_main_contant_carousel{
height:400px;
} */

.swiper-slide {
  height: auto;
}

.row_main_contant_carousel .tip-col {
/*     height: 250px; */
/*       font-family: 'Baloo 2'; */
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 30px;
    color: #1E222D;
  margin:0 10px;
      /* width: 485px !important; */
}

.slick-dotted.slick-slider{
      width: 100%;

}
/* .shop-col h2 {
	height:70px;
} */

.shop_carousel{
max-width: 1200px;
    margin: 0 auto;
}

.row_main_contant_carousel .shop-col {
/*      font-family: 'Baloo 2'; */
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 30px;
    color: #1E222D;
  margin:0 10px;
  background: #fff;
    padding: 3rem 2rem;
    border-radius: 10px;
}

.row_main_contant_carousel .swiper-button-next, .swiper-button-prev{
	top: 84%;
    background: #fff;
    width: 60px;
    height: 60px;
    font-size: 16px;
    box-shadow: 14px 41px 100px rgb(105 122 174 / 26%);
    border-radius: 90px;
}
.row_main_contant_carousel .swiper-button-next:after, .row_main_contant_carousel .swiper-button-prev:after{
	font-size: 16px;
    color: #1F1F1F;
}

.row_main_contant_carousel .swiper-pagination-horizontal{
    bottom: 6%;
}

.row_main_contant_carousel .swiper-pagination-bullet{
    width: 30px;
    border-radius: 10px;
  background: #092853;
}

.row_main_contant_carousel .swiper-pagination-bullet-active{
	background: #ce8886!important;
}

.container_carousel {
    padding: 4rem 0;
}

.row_heading_carousel h2 {
/*     font-family: "Magzo Alt"; */
    font-size: 42px;
    font-weight: 600;
    line-height: 53px;
    letter-spacing: 0px;
  text-transform: uppercase;
  text-align : center;
      color: #000;
/*     margin-top: 2rem; */
}

.row_main_contant_carousel {
    display: flex;
    justify-content: space-around;
    color: #000000;
    margin: 0 auto;
    max-width: 1200px;
  padding-bottom:80px;
}

.col_data_carousel_one{
    display: flex;
    align-items: stretch;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 24px;
}

.tip-col {
    width: 49%;
    background: #fff;
    padding: 3rem 2rem;
    border-radius: 10px;
}

.tips-wrapper{
    max-width: 1200px;
    margin: 0px auto;
  justify-content: center;
}


.col_data_carousel_small_one li::marker,
.col_data_carousel_small_two li::marker {
    color: #ce8886;
}

/* container_carousel end */

/* container_TRY_THESE start */

.try-row-wrapper {
/*     padding: 4rem 0; */
    max-width: 1200px;
    margin: 0 auto;
}

.try-these-heading h2{
/* 	font-family: 'Magzo Alt'; */
    font-style: normal;
    font-weight: 600;
    font-size: 42px;
    line-height: 50px;
    text-transform: uppercase;
    color: #0F0F0F;
    text-align: center;
  margin-bottom:30px;
}

.try-text{
    position: absolute;
    bottom: 0;
    background: rgb(63 104 93 / 12%);
    backdrop-filter: blur(15px);
    border-radius: 15px;
    padding: 25px;
    color: #fff;
  	font-size:18px;
  width:100%;
  text-transform:uppercase;
}

.image-text-wrapper{
    position: relative;
  
}

.image-wrapper img {
border-radius : 25px;
      height: 580px;
    width: 100%;
    object-fit: cover;
}

.swiper2 .swiper-pagination2 {
    text-align: center;
    margin-top: 30px;
}

.swiper2 .swiper-pagination2 .swiper-pagination-bullet{
height: 15px;
    width: 15px;
  background-color:#fff;
  opacity: 1;
}
.swiper2 .swiper-pagination2 .swiper-pagination-bullet-active{
background-color: #402659;
}

/*  food section css start*/

.row_food {
    display: flex;
    justify-content: flex-end;
}


.food_col_image_box {
  height:600px;
    width: 100%;
}


.blog-title-meta{
/*     font-family: "Magzo Alt"; */
    font-size: 42px;
    font-weight: 600;
    line-height: 53px;
    letter-spacing: 0px;
    text-align: left;
    margin-bottom: 0px;
    text-transform: uppercase;
    color: #fff;
	    margin: 0;
}





.food_col_data p {
/*     font-family: " Magzo Alt"; */
    font-size: 45px;
    font-weight: 600;
    line-height: 48px;
    letter-spacing: 0em;
    color: #ffffff;
}

.food_col_image_box img {
    width: 100%;
}


.row_food {
    display: flex;
    justify-content: flex-end;
}



.food_col_image_box {
    width: 100%;
}

.food_col_data {
    background: #3f685da1;
    position: absolute;
    top: 30%;
    z-index: 1;
  width: 40%;
    padding: 2rem;
    border-radius: 0px 25px 25px 0px;
}





.food_col_data p {
/*     font-family: " Magzo Alt"; */
    font-size: 45px;
    font-weight: 600;
    line-height: 48px;
    letter-spacing: 0em;
    color: #ffffff;
}

.food_col_image_box img {
    width: 100%;
      height: 100%;
}

/* food section setion css end */

/* container_TRY_THESE end */

@media(min-width:768px){

  #shopify-section-header-home .header-section--wrapper{
  display:none;
  }
  
}


@media(max-width: 1024px){
  
  .description_data{
  padding:20px 12px;
  }

.food_col_data {
    background: #442f5d82;
    position: absolute;
    top: unset;
    z-index: 1;
    padding: 2rem;
    width: 100%;
  height: 100%;
  text-align: center;
  border-radius: unset;

 
}
	.food_col_data strong {
/*     font-family: "Montserrat"; */
    font-size: 25px;
    font-weight: 700;
    line-height: 20px;
    letter-spacing: 0.25em;
    color:#a4d2c5;
}

.food_col_data p {
/*     font-family: " Magzo Alt"; */
    font-size: 30px;
    font-weight: 600;
    line-height: 35px;
    letter-spacing: 0em;
    color: #ffffff;
  margin: 0 auto;
  max-width: 500px;
  
}
  
    .food_col_data{
  display: flex;
align-content: center;
justify-content: center;
flex-direction: column;
  }
  .blog-title-meta{
  text-align:center;
        font-size: 32px;
    font-weight: 600;
    line-height: 36px;
  }

   .row_main_contant_carousel {
  display: block;
  padding-bottom: 0;
}
  .container_carousel, .try-row-wrapper, .container_for_box, .row-comment {
  background-size: cover;
  padding: 3rem 12px;
}
   .container_health,  .container_environmental{
 background-size: cover;
  padding: 3rem 0px;
     
   }
    .try-all-wrapper, .container_about{
  	padding:4rem 12px;
  }
  .try-row-wrapper{
  padding:0;
    
  }
  .inner-wrapper{
  max-width: 831px;
  }
  
}



@media(max-width:768px){
  .food_col_image_box img{
    filter:blur(1.5px);
  }
 .view-modal {
    left: 85px;
    width: 45%;
    top: 33px;
  }
  .header-wrapper-lp{
  display:none;
  }

  .container_about{
  padding-top: 0;
  }
  .about_data{
  padding: 2rem;
  }

  .bg-ring{
  display:none;
  }
  .for_column_1, .for_column_2{
  display:block;
  }
  .col_for_box, .col_data_helth, .col_image_helth, .col_image_environmental, .col_data_environmental{
  width:100%;
  }
  .row_main_contant_health{
  flex-direction: column-reverse;
  }
  
 .container_carousel, .try-row-wrapper, .container_for_box, .row-comment{
      background-size: cover;
    padding: 3rem 12px;
  }
  .container_health, .container_environmental{
      background-size: cover;
    padding: 3rem 0px;
  }
  .col_image_helth img{
      border-radius: 15px;
    height: 400px;
    width: 100%;
    object-fit: cover;
    object-position: center;
  }
  .col_data_helth h3, .description_data h3{
  font-size: 28px;
    font-weight: 600;
    line-height: 40px;
  }
  .row_main_contant_environmental{
  flex-direction:column;
  }
  .row_main_contant_carousel .swiper-button-next, .swiper-button-prev{
      display: none;
  }
  .row_main_contant_carousel .swiper-slide.tip-col{
      height: auto;
  }
  .row_main_contant_carousel .swiper-pagination-horizontal {
    bottom: 5%;
}
  .image-wrapper img{
      height: 400px;
  }
  
  .try-text{
  font-size:16px;
  }
  .col_for_box{
  margin: 0 0 10px;
  }
  .row_heading_carousel h3, .try-these-heading h3, .row_heading_environmental h3, .row_heading_helth h3, .row_heading h2, .container_about h2{
  font-size: 24px;
    line-height: 35px;
  }
  #comments .h3{
  font-size:30px;
  }
  
  .social-sharing {
    position: relative;
    width: 33%;
    bottom: 0;
    right: -9px;
    margin-top: 0;
    text-align: left;
}
  
  
  
.food_col_data {
    background: #442f5d82;
    position: absolute;
    top: unset;
    z-index: 1;
    padding: 2rem;
    width: 100%;
  height: 100%;
  text-align: center;
  border-radius: unset;

 
}
	.food_col_data strong {
/*     font-family: "Montserrat"; */
    font-size: 14px;
    font-weight: 700;
    line-height: 20px;
    letter-spacing: 0.25em;
    color: #edc0b6;
}

.food_col_data p {
/*     font-family: " Magzo Alt"; */
    font-size: 16px;
    font-weight: 400;
    line-height: 35px;
    letter-spacing: 0em;
    color: #ffffff;
 
}
  
  .row_for_box{
  grid-template-columns: repeat(1, 1fr);
  }
/*   .container_carousel{
  display:none;
  }
   */
  .food_col_image_box{
  height:350px;
  }
  .food_col_data{
  display: flex;
align-content: center;
justify-content: center;
flex-direction: column;
  }
  .tips-wrapper{
  max-width: initial;
  }
  .row_main_contant_carousel {
  display: block;
  justify-content: space-around;
  color: #000000;
  margin: 0 auto;
  max-width: 1200px;
  padding-bottom: 0;
}
  
  .try-all-wrapper{
  padding:4rem 12px;
  }
  .try-row-wrapper{
  padding:0;
    
  }
}
.right-heading, .left-heading, .bene-heading, .shop-heading{
    padding: 2rem;
    border-radius: 10px;
    box-shadow: 52.97233963012695px 49.711936950683594px 211.8893585205078px 0px #1b314221;
    max-width: 1200px;
    margin: 0 auto;
}
.row_heading_carousel{
  padding: 2rem;
}
.related_articled_wapper .post-image{
    width: 120px;
    height: 80px;
    object-fit: cover;
    border-radius: 10px;
}
.related_articled_wapper .box-padding{
       font-size: 16px;
}
.related_articled_wapper .post_data span{
       font-size: 12px !important;
}
.related_articled_wapper  a{
    display: flex;
    justify-content: center;
    align-items: flex-start;
    padding: 4px;
    gap: 10px;
    box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
    border-radius: 13px;
}
.container-post{
display: flex;
    flex-direction: column;
    gap: 10px;
}