﻿@font-face {
  font-family: 'Quattrocento';
  src: url('../fonts/Quattrocento.woff2') format('woff2'),
      url('../fonts/Quattrocento.woff') format('woff');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Poppins';
  src: url('../fonts/Poppins-Regular.woff2') format('woff2'),
      url('../fonts/Poppins-Regular.woff') format('woff');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Poppins';
  src: url('../fonts/Poppins-Light.woff2') format('woff2'),
      url('../fonts/Poppins-Light.woff') format('woff');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Poppins';
  src: url('../fonts/Poppins-Medium.woff2') format('woff2'),
      url('../fonts/Poppins-Medium.woff') format('woff');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'fontello';
  src:url('../fonts/fontello.woff2') format('woff2'),
       url('../fonts/fontello.woff') format('woff');
       font-weight: normal;
       font-style: normal;
}
[class^="icon-"]:before, [class*=" icon-"]:before, .slick-prev:before, .slick-next:before {
  font-family: "fontello";
  font-style: normal;
  font-weight: normal;
  display: inline-block;
  text-decoration: inherit;
  margin-right: .2em;
  text-align: center;
  font-variant: normal;
  text-transform: none;
  line-height: 1em;
  margin-left: .2em;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.icon-basket:before { content: '\e800'; } /* '' */
.icon-cancel:before { content: '\e801'; } /* '' */
.icon-ok:before { content: '\e802'; } /* '' */
.icon-phone:before { content: '\e803'; } /* '' */
.icon-search:before { content: '\e804'; } /* '' */
.icon-pencil:before { content: '\e805'; } /* '' */
.icon-location:before { content: '\e806'; } /* '' */
.icon-up-open:before { content: '\e807'; } /* '' */
.icon-down-open:before { content: '\e808'; } /* '' */
.icon-heart-empty:before { content: '\e809'; } /* '' */
.icon-star:before { content: '\e80a'; } /* '' */
.icon-star-empty:before { content: '\e80b'; } /* '' */
.icon-left-open-mini:before, .slick-prev:before {content: '\e80c';} /* '' */
.icon-right-open-mini:before, .slick-next:before { content: '\e80d'; } /* '' */
.icon-heart:before { content: '\e80e'; } /* '' */
.icon-calendar:before { content: '\e80f'; } /* '' */
.icon-comment:before { content: '\e810'; } /* '' */
.icon-share:before { content: '\e811'; } /* '' */
.icon-download-alt:before { content: '\e812'; } /* '' */
.icon-twitter:before { content: '\f099'; } /* '' */
.icon-facebook:before { content: '\f09a'; } /* '' */
.icon-mail-alt:before { content: '\f0e0'; } /* '' */
.icon-linkedin:before { content: '\f0e1'; } /* '' */
.icon-youtube-play:before { content: '\f16a'; } /* '' */
.icon-instagram:before { content: '\f16d'; } /* '' */
.icon-pinterest:before { content: '\f231'; } /* '' */
.icon-map-o:before { content: '\f278'; } /* '' */

:root{
   --heading-font:'Quattrocento', sans-serif;
   --primary-font:'Poppins', sans-serif;
   --black:#111;
   --gray:#666;
   --red:#E93B4C;
   --white:#fff;
   --gray-bg:#FBFBFB;
   --bg-gradient:linear-gradient(90deg, rgba(247,68,66,1) 0%, rgba(153,6,134,1) 100%);
   --bg-hover:linear-gradient(90deg, rgba(153,6,134,1) 0%, rgba(247,68,66,1) 100%);
}
body {
    width: 100%;
    height: 100%;
    font-family: var(--primary-font);
    font-weight: 300;
    font-size:16px;
    background-color:var(--white);
    line-height:1.8;
	  color:var(--black);
    font-display: swap;
}
html {
    width: 100%;
    height: 100%;
}
a {
    text-decoration: none;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}
a:hover,
a:focus {
    text-decoration: none;
    outline: none;
}
button:focus {
    outline: 0px dotted;
}

b, strong{
  font-family: var(--primary-font);
	font-weight: 500;
	color:var(--black);
  }
p{
	color:var(--black);
	line-height:1.8;
	font-size: 16px;
	}

h1{
    font-family: var(--heading-font);
    color:var(--black);
    line-height:1.25;
    font-size:43px;
    font-weight:normal;
    margin-top: 0;
    margin-bottom:25px;
}
h2{
  font-family: var(--heading-font);
  color:var(--black);
  line-height:1.4;
  font-size:43px;
  font-weight:normal;
  margin-top: 0;
  margin-bottom:25px;
}
h3{
   font-family: var(--primary-font);
   color: var(--black);
   font-size:26px;
   line-height:1.4;
   font-weight:300;
}
h4{
  font-family: var(--primary-font);
  color: var(--black);
  font-size:21px;
  line-height:1.5;
  font-weight:500;
}
h5{
  font-family: var(--primary-font);
  color: var(--black);
  font-size:18px;
  line-height:1.5;
  font-weight:500;
}
.font-normal{
  font-weight:normal;
}
.text-justify{
	text-align: justify;
}
.row-box{
	width:100%;
	clear:both;
	display: flex;
	flex-wrap: wrap;
}
section, footer{
	width:100%;
	clear:both;
  display: flex;
	flex-wrap: wrap;
  position: relative;
	}
.gray-bg{
  background-color:var(--gray-bg);
}  
.m-top{
  margin-top:95px;
}	
.padding{
	padding:90px 0;
	}
.padding-sm{
	padding:50px 0;
	}
.img-zoom img, .pro-box .pro-box-img img{
  -webkit-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  transition: all 0.35s ease-in-out;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}
.img-zoom:hover img, .img-zoom:hover img, .pro-box:hover .pro-box-img img{
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
}
.zoom {
  -webkit-animation: zoomout 10s ease-in infinite;
  animation: zoomout 10s ease-in infinite;
  transition: all .5s ease-in-out;
  overflow: hidden;
}
/* Zoom in Keyframes */
@-webkit-keyframes zoomin {
  0% {transform: scale(1);}
  50% {transform: scale(1.2);}
  100% {transform: scale(1);}
}
@keyframes zoomin {
  0% {transform: scale(1);}
  50% {transform: scale(1.2);}
  100% {transform: scale(1);}
} /*End of Zoom in Keyframes */

/* Zoom out Keyframes */
@-webkit-keyframes zoomout {
  0% {transform: scale(1.2);}
  50% {transform: scale(1);}
  100% {transform: scale(1.2);}
}
@keyframes zoomout {
    0% {transform: scale(1.2);}
  50% {transform: scale(1);}
  100% {transform: scale(1.2);}
}/*End of Zoom out Keyframes */

/*navbar*/
.navbar-toggler{
	border:0;
}
.navbar-toggler span {
    width: 25px;
    height:2px;
    background:var(--white);
    display: block;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    margin-bottom: 6px;
    -webkit-transition: all .3s;
    transition: all .3s;
}
.navbar-toggler span:nth-child(1) {
    width: 16px;
}
.navbar-toggler:hover span:nth-child(1) {
    width: 25px;
}
.navbar-toggler[aria-expanded="true"] span:nth-child(1) {
    width: 25px;
    -webkit-transform: rotate(45deg) translate(5px,5px);
    -ms-transform: rotate(45deg) translate(5px,5px);
    transform: rotate(45deg) translate(5px,5px);
}
.navbar-toggler[aria-expanded="true"] span:nth-child(2){
	opacity: 0;
}
.navbar-toggler[aria-expanded="true"] span:nth-child(3){
	-webkit-transform:rotate(-45deg) translate(4px,-4px);
	-ms-transform:rotate(-45deg) translate(4px,-4px);
	transform:rotate(-45deg) translate(4px,-4px);
}
.bg-dark{
  background-color:transparent !important;
}
.navbar-expand-lg .navbar-nav .nav-link{
  font-size: 15px;
  padding: 29px 15px;
  font-family: var(--primary-font);
  font-weight: normal;
  color: var(--white);
}
.navbar-expand-lg .navbar-nav .nav-link:hover{
  color:var(--red);
}
.dropdown-menu{
	min-width: 16rem;
	margin-top: 0;
  border:0;
  border-top: 1px solid var(--orange);
	box-shadow:0 14px 14px 0 rgba(0, 0, 0, 0.185);
	border-top-left-radius: 0;
	border-top-right-radius: 0;
	border-radius: 0;
}
.dropdown-menu .dropdown-item {
    padding:.36rem 1.5rem;
    font-weight: normal;
    font-size:16px;
    border: 0;
    color: #000;
    white-space: normal;
}
.dropdown-menu .dropdown-item:hover{
  color:var(--red);
  padding-left:1.8rem;
}
.nav-link.dropdown-toggle::after{
  content:none;
}
.dropdown-menu li.dropdown::after {
  position: absolute;
  content: "›";
  right: 17px;
  top:1px;
  font-size: 19px;
  color: #333;
  border:0;
}
.dropdown-menu li.dropdown:hover::after{color:var(--orange);}
.dropdown-menu li.dropdown .dropdown-toggle::after{
content: none;
}
.navbar  li.dropdown:hover > a{color:var(--red)}
.navbar ul.dropdown-menu > li.dropdown:hover > a{background: #fff; color:var(--orange);}
.dropdown-item:hover{background: #fff; color:var(--orange)}
@media only screen and (min-width:991px) {
  .navbar ul li:hover> .dropdown-menu{display:block}
  .navbar ul .dropdown-menu{position:absolute;top:100%;left:0;min-width:280px;display:none;margin:0;}
  .navbar ul li.mega-menu:hover > ul {
    display: flex;
    min-width:700px;
    flex-wrap: wrap;
    padding: 30px;
}
.navbar ul li.mega-menu:hover > ul > li {
  flex: 0 0 auto;
  width:100%;
}
}
.list-sm {
  list-style-type: none;
  padding-left: 0;
  display: flex;
  flex-wrap: wrap;
  margin-bottom:0;
}
.list-sm li{
  flex: 0 0 auto;
  width:50%;
  padding-bottom:3px;
}
.list-sm li a {
  color: var(--gray);
  font-size: 16px;
}
.list-sm li a:hover{
  color: var(--red);
}
.fixed-top{
  background-color:var(--white);
}
.fix-nav .navbar {
  background-color: rgba(0, 0, 0, 0.8) !important;
  padding: 0;
  -webkit-box-shadow: 0px 2px 6px 0px rgb(54 54 54 / 17%);
  -moz-box-shadow: 0px 2px 6px 0px rgba(54, 54, 54, 0.17);
  box-shadow: 0px 2px 6px 0px rgb(54 54 54 / 17%);
  -webkit-transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}
.fix-nav .navbar-brand img {
  width:140px;
}
.fix-nav .navbar-expand-lg .navbar-nav .nav-link {
  padding:18px 15px;
}
.btn{
  border-radius:50px;
  padding:11px 25px;
  font-family:var(--primary-font);
  font-weight:normal;
}  
.btn-red{
  background:var(--bg-gradient);
  color:#fff;
  text-align: center;
  border:0;
  font-size:16px;
  min-width: 180px;
  transition: all 0.5s;
  
}
.btn-red:hover{
  background:var(--bg-hover);
  color:var(--white);
}
.btn-white{
  background: var(--white);
  color: var(--black);
}
.btn-white:hover{
  background:transparent;
  border:1px solid var(--white);
  color: var(--white);
}
.btn-red span {
  cursor: pointer;
  display: inline-block;
  position: relative;
  transition: 0.5s;
}
.btn-red span:before {
  position: absolute;
  opacity: 0;
  top:3px;
  right:-30px;
  font-size: 20px;
  transition: 0.5s;
}
.btn-red:hover span {
  padding-right:10px;
}
.btn-red:hover span:before {
  opacity: 1;
  right:-15px;
}
.btn-link{
  color:var(--red);
  text-decoration: none;
  font-size:15px;
  font-weight:normal;
}

.story-sec{
  position: relative;
}
.story-sec::before{
  content:'';
  position: absolute;
  left:0;
  top:0;
  bottom:0;
  width:100%;
  background-image: url(../images/story-left.png);
  background-repeat: no-repeat;
  background-position:left center;
  z-index: -1;
}
.story-sec::after{
  content:'';
  position: absolute;
  right:0;
  top:0;
  bottom:0;
  width:100%;
  background-image: url(../images/story-right.png);
  background-repeat: no-repeat;
  background-position:right center;
  z-index: -1;
}
.parra-sec {
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  background-position: center;
  width:100%;
  height: 100vh;
  align-items: center;
  text-align: center;
  position: relative;
  z-index: 1;
  display: flex;
}
.parra-sec::after {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.6);
  z-index: -1;
}
.parra-sec h1, .parra-sec h2, .parra-sec p, .parra-sec b{
  color: var(--white);
}
.parra-con{
  max-width:600px;
  margin:0 auto;
}
.start-con{
  text-align: left;
}
.start-con .parra-con{
  margin-left:0;
}
.parra-sec .btn{
  margin-top:25px;
}

.slick-prev:before, .slick-next:before{
  font-size:36px;
  color:var(--white);
}
.featured-sec img{
  object-fit: cover;
  width:100%;
  height: auto;
  aspect-ratio:100/100;
}
.featured-sec p{
  color:var(--gray);
  font-size:15px;
  -webkit-line-clamp:2;
  line-clamp:2;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  overflow: hidden;
}
footer {
  background-color:var(--black);
  padding-top: 50px;
  padding-bottom: 30px;
}
footer ul{
  list-style-type:none;
  padding-left:0;
  display: flex;
  flex-wrap: wrap;
}
footer ul li a{
  color: var(--white);
  font-size: 15px;
  padding: 6px;
  display: block;
}
footer ul li a:hover{
  color:var(--red);
  padding-left:5px;
}
footer ul li{
  width:100%;
  line-height:1.3;
}
footer p{
  font-size:15px;
  color:var(--white);
}
footer h5, footer b{
  color:var(--white);
}
footer a{
  color:var(--white);
}
footer a:hover{
  color:var(--red);
}
footer .f-icons .icon{
  color: var(--red);
}
.footer-bottom {
  padding-top: 15px;
  background-color: var(--black);
  border-top:1px solid var(--gray);
}
.footer-bottom-text{
  display: flex;
  justify-content: space-between;
}
.footer-bottom p, .footer-bottom p a{
  color:var(--white);
  font-size: 15px;
}
.follo-icon {
  display: flex;
  align-items: center;
  justify-content:center;
}
.follo-icon a {
  background-color:var(--white);
  padding:0px;
  border-radius: 50%;
  display: block;
  width:30px;
  height:30px;
  text-align: center;
  margin:3px 5px;
  font-size:17px;
  color:var(--red);
  -webkit-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  transition: all 0.35s ease-in-out;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}
.follo-icon a:hover{
  background-color:var(--red);
  color:var(--white);
  border-color:var(--red);
}
.f-logo{
  text-align: center;
}
.f-logo img{
  margin-bottom:30px;
}
.f-icons {
  display: flex;
  margin-bottom: 10px;
}
.icon {
  margin-right: 8px;
  text-align: center;
  font-size: 21px;
  display: flex;
  width:22px;
  height:22px;
  color:var(--red);
}
.icon-mail-alt{
  font-size:16px;
}
.f-icon-text{
  -ms-flex: 1;
  flex: 1;
}
.f-icon-text p{
  margin-bottom:0;
}
.menu-img{
  overflow: hidden;
}
.pro-detail{
  height: 400px;
  background-size: 100%;
  background-position: top;
}
.img-box-d {
  overflow: hidden;
  height: 100%;
}
.img-box-d img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.ingredients{
  margin-top:80px;
}
.benefits{
  padding-top:80px;
  margin-top:80px;
  border-top:1px solid #D1D1D1;
}
.benefits p{
  color:var(--black);
}
.br-box{
  border:1px solid #D1D1D1;
  padding:50px 70px;
  border-radius:20px;
}
.icon-box{
  display: flex;
  gap:15px;
  align-items: start;
  margin: 18px 0;
}
.ingredients-sec{
  margin-top:80px;
}
.ingredients-sec p{
  font-size:15px;
  font-weight:300;
}
.ingredients-sec h4{
  margin-top:10px;
}
.packaging{
  padding-top:0;
  position: relative;
}
.packaging::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 100%;
  background-image: url(../images/v-left.png);
  background-repeat: no-repeat;
  background-position: left center;
  z-index: -1;
}
.packaging::after {
  content: '';
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  width: 100%;
  background-image: url(../images/v-right.png);
  background-repeat: no-repeat;
  background-position: right center;
  z-index: -1;
}
.f-prod:hover h4{
  color:var(--red);
}
.list{
  padding:0;
  list-style-type: none;
}
.list li{
  position: relative;
  padding-left:15px;
  padding-bottom: 10px;
}
.list li::before{
  content:'';
  position: absolute;
  left:0;
  top:11px;
  width:5px;
  height:5px;
  border-radius:50%;
  background-color:var(--red);
}
input.form-control {
  height: 50px;
}
.test-box{
  border:1px solid #ced4da;
  border-radius:20px;
  padding:30px;
  display: block;
  background-image: url(../images/coma.png);
  background-repeat: no-repeat;
  background-position:bottom 28px right 32px;
  background-color:var(--white);
  -webkit-transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}
.test-box .test-cl{
  display: flex;
  flex-wrap: wrap;
  justify-content: start;
  align-items: center;
  gap: 12px
}
.test-box .test-cl img{
  margin:0;
  width:60px;
  border-radius:50%;
}
.test-cl h4{
  font-size:18px;
}
.grid-box {
  -webkit-column-count: 2;
  -moz-column-count: 2;
  column-count: 2;
  -webkit-column-gap: 25px;
  -moz-column-gap: 25px;
  column-gap: 25px;
}
.grid-item {
  -webkit-column-break-inside: avoid;
  -moz-column-break-inside: avoid;
  break-inside: avoid;
  margin-bottom: 25px;
  width: 100%;
}
 
.test-box:hover{
  background-color:var(--white);
  border-color:var(--red);
  -webkit-box-shadow: 0px 2px 6px 0px rgb(54 54 54 / 17%);
    -moz-box-shadow: 0px 2px 6px 0px rgba(54, 54, 54, 0.17);
    box-shadow: 0px 2px 6px 0px rgb(54 54 54 / 17%);
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

@media only screen and (min-width:991px) {
  .page-section{
    overflow:hidden;
  }
  .left-content{
      -webkit-transform: translateX(-30px);
      -ms-transform: translateX(-30px);
      transform: translateX(-30px);
      -webkit-transition: all 2s ease;
      transition: all 2s ease;
  }
  .right-content{
      -webkit-transform: translateX(30px);
      -ms-transform: translateX(30px);
      transform: translateX(30px);
      -webkit-transition: all 2s ease;
      transition: all 2s ease;
  }
  .bottom-content{
      opacity: 0;
      -webkit-transform: translateY(30px);
      -ms-transform: translateY(30px);
      transform: translateY(30px);
      -webkit-transition: all 2s ease;
      transition: all 2s ease;
  }
  .top-content{
      opacity: 0;
      -webkit-transform: translateY(-30px);
      -ms-transform: translateY(-30px);
      transform: translateY(-30px);
      -webkit-transition: all 2s ease;
      transition: all 2s ease;
  }
  .zoom-content{
    opacity: 0;
    -moz-transform: scale(0);
      -webkit-transform: scale(0);
      transform: scale(0);
    -webkit-transition: all 2s ease;
      transition: all 2s ease;
  }
  .animate .zoom-content{
    opacity: 1;
    -moz-transform: scale(1);
      -webkit-transform: scale(1);
      transform: scale(1)
  }
  .animate .left-content, .animate .right-content {
    opacity: 1;
      -webkit-transform: translateX(0);
      -ms-transform: translateX(0);
      transform: translateX(0);
  }
  .animate .bottom-content, .animate .top-content{
      opacity: 1;
      -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
      transform: translateY(0);
  }
 
  .navbar{
    padding-bottom:0;
  }

  }
  @media (min-width:1600px){
    .pro-detail {
      height: 500px;
    }
  }
  @media (min-width:1300px) and (max-width:1499px) {
    .container{
      max-width: 1240px;
     }
     h1, h2{
      font-size:40px;
     }


  }
  @media (min-width:1300px){
    .max-900{
      max-width:900px;
    } 
    .max-w{
      max-width:560px;
    }
    .customers-say .slick-prev{
      left: -55px;
    }
    .customers-say .slick-next{
      right: -55px;
    }
     
  }
  @media (min-width:1200px) and (max-width: 1299px) {
    .fix-nav .navbar-brand img, .navbar-brand img {
      width: 140px;
    }
    .fix-nav .navbar-expand-lg .navbar-nav .nav-link, .navbar-expand-lg .navbar-nav .nav-link {
      padding: 18px 13px;
    }
    .pro-detail {
      height: 400px;
    }
  }
  @media (min-width: 992px) and (max-width: 1199px) {
    .navbar-brand img, .fix-nav .navbar-brand img{
      width:100px;
    }
    .navbar-expand-lg .navbar-nav .nav-link, .fix-nav .navbar-expand-lg .navbar-nav .nav-link {
      font-size: 14px;
      padding:21px 8px;
    }
    footer ul li {
      width: 100%;
    }
    .follo-icon a {
      font-size: 15px;
    }
    .follo-icon a {
      width: 25px;
      height: 25px;
    }
    .pro-detail {
      height:270px;
      background-position: top;
    }
    .padding {
      padding: 50px 0;
    }
    h1, h2{
      font-size:36px;
    }
    h4 {
      font-size: 18px;
      line-height: 1.3;
    }
    .br-box {
      padding: 30px 40px;
    }
    .ingredients-sec {
      margin-top: 50px;
    }
    .ingredients {
      margin-top: 50px;
    }
    .benefits {
      padding-top: 50px;
      margin-top: 50px;
    }

  }
  @media (max-width: 991px) { 
    .slick-prev {
      left: 0;
    }
    .slick-next {
      right: 0;
    }
  .navbar-brand img{
    width:130px;
  }
  .navbar-expand-lg .navbar-nav .nav-link, .fix-nav .navbar-expand-lg .navbar-nav .nav-link {
    padding:8px 15px;
   }
   nav:has(.show){
   background-color: #000 !important;
   }
   .navbar-toggler:focus {
    box-shadow: none;
  }
  .menu-img {
    display: none;
  }
  .navbar-nav .dropdown-menu {
    padding: 18px;
  }
  .list-sm li {
    width: 100%;
  }
  .nav-link.dropdown-toggle::after{
    content:'';
  }
  .parra-sec{
    height:600px;
    background-position: center;
  }
  .story-sec::before{
    background-position: left bottom;
    background-size: 130px;
  }
  .story-sec::after{
    background-position: right bottom;
    background-size: 130px;
  }
  h1, h2{
    font-size:35px;
    margin-bottom:20px;
  }
  .pro-detail {
    height:270px;
    background-position: top;
  }
  .padding {
    padding: 50px 0;
  }
  footer ul li {
    width: 50%;
  }

  }
 

  @media (max-width: 767px) {
    h1, h2{
      font-size:30px;
      margin-bottom: 15px;
    }
    h4 {
      font-size: 18px;
    }
    .parra-sec{
      height:500px;
      background-position: center;
    }
    .start-con {
      text-align: center;
    }
    .padding {
      padding: 50px 0;
    }
    .footer-bottom-text {
      flex-direction: column;
    }
    .white-sec{
      text-align: center;
    }
    .white-sec img{
      margin-top:30px;
    }
    .story-sec::before {
      background-position: left bottom;
      background-size: 90px;
    }
    .story-sec::after{
      background-position: right bottom;
      background-size: 90px;
    }
    .customers-say  .slick-slide{
     padding:0 15px;
    }
    .pro-detail {
      height:200px;
      background-position: top;
    }
    .ingredients {
      margin-top: 50px;
    }
    .benefits {
      padding-top: 50px;
      margin-top: 50px;
    }
    .ingredients-sec p, .ingredients-sec h4 {
      text-align: left;
    }
    .br-box {
      padding: 40px;
    }
    .ingredients-sec {
      margin-top: 40px;
    }
    .packaging::before{
      background-size: 60px;
    }
    .packaging::after{
      background-size: 100px;
    }
    footer ul li {
      width: 50%;
    }

  }
  @media (max-width:575px) {
    .pro-detail {
      height: 115px;
    }
    h1, h2 {
      font-size:26px;
    }
    .br-box {
      padding: 30px;
      text-align: center;
    }
    .icon-box {
      gap: 6px;
      margin: 15px 0;
      flex-direction: column;
      align-items: center;
    }
    .ingredients-sec p, .ingredients-sec h4 {
      text-align: center;
    } 
    .packaging {
      text-align: center;
    }
    .packaging::before{
      background-size:40px;
    }
    .packaging::after{
      background-size:50px;
    }
    footer ul li {
      width:100%;
    }
    .grid-box {
    -webkit-column-count: 1;
    -moz-column-count: 1;
    column-count: 1;
    }
  }


