:root {
  /* font faimly */
  --unbounded-font-family: "Unbounded", sans-serif;
  --roboto-font-family: "Roboto", sans-serif;
  --open-sans-font-family: "Open Sans", sans-serif;
  --sf-pro-font-family: "SF Pro Display", sans-serif;
  /* font size */
  --one-px: 0.06rem;
  --two-px: 0.13rem;
  --three-px: 0.19rem;
  --four-px: 0.3rem;
  --five-px: 0.3rem;
  --six-px: 0.4rem;
  --eight-px: 0.5rem;
  --ten-px: 0.6rem;
  --twelve-px: 0.8rem;
  --fourteen-px: 0.9rem;
  --fifteen-px: 0.9rem;
  --sixteen-px: 1rem;
  --eighteen-px: 1.1rem;
  --twenty-px: 1.3rem;
  --twenty-four-px: 1.5rem;
  --twenty-five-px: 1.6rem;
  --twenty-eight-px: 1.8rem;
  --thirty-two-px: 2rem;
  --thirty-six-px: 2rem;
  --forty-px: 3rem;
  --forty-four-px: 3rem;
  --forty-eight-px: 3rem;
  --fifty-px: 3rem;
  --fifty-four-px: 3.375rem;
  --fifty-six-px: 4rem;
  --sixty-px: 3.75rem;
  --sixty-four-px: 4rem;
  --seventy-px: 4.375rem;
  --seventy-two-px: 5rem;
  --sevety-five0px: 5rem;
  --eighty-px: 5rem;
  --ninty-px: 6rem;
  --hundred-px: 6rem;

  /* font weight */
  --bold: 700;
  --semi-bold: 600;
  --medium: 500;
  --normal: 400;
  /* colors */
  --green: #7db517;
  --dark-brown: #380517;
  --grey: #7e7e7e;
  --light-grey: #f5f5f5;
  --dark-black: #0b0105;
  --red: #d61408;
  --light-red: #603745;
  --yellow: nge #faa308;
  --dark-yellow: #c88206;
  --white: white;
}
@font-face {
  font-family: "SF Pro Display";
  src: url("../assests/fonts/SF-Pro-Display-Bold.otf") format("otf"),
    url("../assests/fonts/SFProDisplay-Bold.ttf") format("ttf");
  font-weight: normal;
  font-style: normal;
}
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

img {
  max-width: 100%;
}
p {
  margin-bottom: 0 !important;
}
.page-width {
  max-width: 1440px;
  width: 90%;
  margin: auto;
}
a {
  text-decoration: none !important;
}

.primary-heading {
  font-family: var(--unbounded-font-family);
  font-size: var(--forty-px);
  font-weight: var(--semi-bold);
  color: var(--dark-brown);
}
.secondary-heading {
  font-family: var(--unbounded-font-family);
  font-size: var(--twenty-four-px);
  font-weight: var(--semi-bold);
  color: var(--dark-brown);
}
.tertiary-heading {
  font-family: var(--unbounded-font-family);
  font-size: var(--sixteen-px);
  font-weight: var(--semi-bold);
  color: var(--dark-brown);
}
.quaternary-heading {
  font-family: var(--unbounded-font-family);
  font-size: var(--twenty-four-px);
  font-weight: var(--semi-bold);
  color: white;
}
/*  */
.primary-para {
  font-family: var(--roboto-font-family);
  font-size: var(--fourteen-px);
  font-weight: var(--medium);
  color: var(--dark-brown);
}
.secondary-para {
  font-family: var(--sf-pro-font-family);
  font-size: var(--sixteen-px);
  font-weight: var(--medium);
  color: var(--white);
}
.tertiary-para {
  font-family: var(--roboto-font-family);
  font-size: var(--sixteen-px);
  font-weight: var(--medium);
  color: var(--dark-brown);
}
.quaternary-para {
  font-family: var(--unbounded-font-family);
  font-size: var(--twelve-px);
  font-weight: var(--semi-bold);
  color: var(--white);
}
.penta-para {
  font-family: var(--open-sans-font-family);
  font-size: var(--twenty-px);
  font-weight: var(--normal);
  color: var(--dark-brown);
}
.hexa-para {
  font-family: var(--open-sans-font-family);
  font-size: var(--twenty-px);
  font-weight: var(--normal);
  color: var(--dark-brown);
}
.hepta-para {
  font-family: var(--open-sans-font-family);
  font-size: var(--sixteen-px);
  font-weight: var(--normal);
  color: white;
}

/* header start */
.header {
  box-shadow: 0px 13px 50px 0px #0000000d;
  border-bottom-right-radius: 1.5rem;
  border-bottom-left-radius: 1.6rem;
}
.header {
  background-image: url(../assests/images/header-bg.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.header-h1 {
  max-width: 500px;
  margin-top: 2rem;
}
.header-para {
  max-width: 460px;
  margin: 1rem 0rem;
}
.btn-container {
  border: 1px solid #cccccc;
  border-radius: 1rem;
  width: 70%;
  margin: 2rem 0rem;
}
.pre-btn {
  background: #7db517;
  outline: none;
  padding: 1rem 2rem;
  border: #7db517;
  border-radius: 1rem;
}
.input-btn {
  margin-left: 2rem;
  width: 55%;
  outline: none;
  border: none;
}
.app-btn {
  border: none;
  outline: none;
  background-color: #f5f5f5;
  border-radius: 0.7rem;
  padding: 1rem 2.9rem;
}
.social-buttons-container {
  padding-bottom: 2.5rem;
}
.apple-btn {
  border: none;
  outline: none;
  background-color: black;
  border-radius: 0.7rem;
  padding: 1rem 3.5rem;
}
.fruitsImg {
  margin-top: 2rem;
}
/* header end */
/* keep it healthy section start */
.keep-container {
  margin-top: 12rem;
  margin-bottom: 8rem;
}
.nested-keep-bg {
  background-image: url(../assests/images/nested-bg.png);
  background-repeat: no-repeat;
  background-position: left;
  background-size: 75% 100%;
}
.nested-keep-col1 {
  padding: 5rem 3rem;
}
.img-para {
  margin-top: -1rem;
}
.keep-phones-img {
  position: absolute;
  top: -8rem;
}
.keep-images-container {
  margin-top: 6rem;
}
.keep-vector-1-img {
  position: absolute;
  max-width: 100px;
  max-height: 150px;
}
.keep-vector-2-img {
  position: absolute;
  max-width: 200px;
  max-height: 200px;
  right: 0;
  top: -14rem;
}
/* keep it healthy section end */
/* Your Unique Journey section start */
.journey-container {
  margin-top: 12rem;
  margin-bottom: 6rem;
}
.journey-h2 {
  max-width: 600px;
  margin: 0 auto;
}
.journey-para {
  max-width: 600px;
  margin: 2rem auto;
}
.journey-img {
  margin-top: 2rem;
}
/* Your Unique Journey section end */
/* Know more about section start */
.know-container {
  margin-top: 3rem;
  margin-bottom: 2rem;
}
.know-h2 {
  margin-top: 5rem;
  margin-bottom: 3rem;
}
.know-para {
  margin-top: 1.5rem;
}
/* Know more about section end */
/* How About a Taste section start */
.taste-h2 {
  margin-top: 12rem;
  margin-bottom: 3rem;
}
.taste-container {
  margin-top: 3rem;
  margin-bottom: 3rem;
}
.taste-col1 {
  width: 46%;
}
.taste-col2 {
  width: 50%;
}
.taste-nested-container {
  column-gap: 3rem;
}
/* How About a Taste section end */
/* footer section start */

.footer-bg {
  background-image: url(../assests/images/footer-bg2.png);
  background-repeat: no-repeat;
  background-position: bottom;
  background-size: contain;
  height: 105vh;
}
.footer-nested-bg {
  background-image: url(../assests/images/footer-fruits.png);
  background-repeat: no-repeat;
  background-position: bottom;
  background-size: cover;
  height: 100vh;
}
.footer-h2 {
  padding-top: 15rem;
}
.footer-h3 {
  max-width: 500px;
  margin: 1rem auto;
}
.footer-para-sec {
  padding-top: 6rem;
}
/* footer section end */
@media all and (max-width: 768px) {
  /* header mq start */
  .header-h1 {
    font-size: 2rem;
  }
  .btn-container {
    width: 100%;
  }
  .pre-btn {
    padding: 1rem 1rem;
  }
  .input-btn {
    margin-left: 1rem;
  }
  .app-btn {
    padding: 1rem 1rem;
  }
  .apple-btn {
    padding: 1rem 2rem;
  }
  /* header mq end */
  /* keep it healthy section mq start */
  .nested-keep-bg {
    background-position: center;
    background-size: cover;
  }
  .nested-keep-col1 {
    padding: 6rem 2rem;
  }
  .keep-images-container {
    margin-top: 1rem;
  }
  .primary-heading {
    font-size: 2rem;
  }
  .keep-container {
    margin-top: 2rem;
  }
  .keep-phones-img {
    top: -3rem;
  }
  .keep-vector-1-img {
    max-height: 75px;
  }
  .keep-vector-2-img {
    top: 5rem;
  }
  /* keep it healthy section mq end */

  /* Your Unique Journey section mq start */
  .journey-container {
    margin-top: 28rem;
    margin-bottom: 6rem;
  }
  /* Your Unique Journey section mq end */
  /* Know more about section mq start */
  .know-h2 {
    margin-top: 0rem;
    margin-bottom: 2rem;
  }
  .know-para {
    margin-top: 1rem;
  }
  .know-img {
    margin-top: 2rem;
  }
  .know-container {
    margin-top: 1rem;
    margin-bottom: 1rem;
  }
  /* Know more about section mq end */
  /* How About a Taste section mq start */
  .taste-h2 {
    margin-top: 0rem;
    margin-bottom: 1rem;
  }
  .taste-col1 {
    width: 100%;
  }
  .taste-col2 {
    width: 100%;
  }
  .taste-img {
    margin-top: 2rem;
  }
  /* How About a Taste section mq end */
  /* footer section mq start */
  .footer-bg {
    height: 70vh;
    background-size: cover;
    background-position: center;
  }
  .footer-nested-bg {
    height: 26vh;
  }
  .footer-h2 {
    padding-top: 6rem;
    font-size: 1.8rem;
  }
  .footer-h3 {
    font-size: 1.3rem;
    margin: 0rem auto;
  }
  .footer-para-sec {
    padding-top: 3rem;
  }
  .footer-para {
    margin-top: 0.5rem;
  }
  /* footer section mq end */
}
@media all and (max-width: 992px) {
  .btn-container {
    width: 100%;
  }
}
