:root {
  /* font faimly */
  --Plus-Jakarta-font-family: "Plus Jakarta Sans", sans-serif;
  --poppins-font-family: "Poppins", sans-serif;
  --angelika-font-family: "Angelika Playfull", 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;
  --forteen-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-eightpx: 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 */
  --orange: #ea6136;
  --orange-2: #e86237;
  --orange-3: #d86a44;
  --dark-grey: #5b5552;
  --dark-green: #6a7d63;
  --brown-color: #3d2603;
  --dark-brown: #795235;
  --dark-black: #1a0e00;
  --clay-color: #886f5d;
  --white: white;
  --light-black: #2c1d0b;
}

@font-face {
  font-family: "Angelika Playfull";
  src: url("../assests/fonts/ANGELIKA-PLAYFULL.OTF") format("opentype");
  font-weight: normal;
  font-style: normal;
}

.primary-heading {
  font-family: var(--angelika-font-family);
  font-size: var(--forty-eightpx);
  font-weight: var(--normal);
  color: var(--orange);
}
.secondary-heading {
  font-family: var(--angelika-font-family);
  font-size: var(--fifty-four-px);
  font-weight: var(--normal);
  color: var(--white);
}
.tertiary-heading {
  font-family: var(--angelika-font-family);
  font-size: var(--forty-eightpx);
  font-weight: var(--normal);
  color: var(--dark-grey);
}
.quaternary-heading {
  font-family: var(--poppins-font-family);
  font-size: var(--twenty-four-px);
  font-weight: var(--semi-bold);
  color: var(--white);
}
.penta-heading {
  font-family: var(--angelika-font-family);
  font-size: var(--seventy-px);
  font-weight: var(--bold);
  color: var(--white);
}
.hexa-heading {
  font-family: var(--poppins-font-family);
  font-size: var(--thirty-six-px);
  font-weight: var(--medium);
  color: var(--clay-color);
}
.hepta-heading {
  font-family: var(--angelika-font-family);
  font-size: var(--forty-px);
  font-weight: var(--normal);
  color: var(--orange);
}
.octa-heading {
  font-family: var(--poppins-font-family);
  font-size: var(--twenty-four-px);
  font-weight: var(--medium);
  color: var(--brown-color);
}
.nona-heading {
  font-family: var(--poppins-font-family);
  font-size: var(--twenty-px);
  font-weight: var(--medium);
  color: var(--brown-color);
}
.deca-heading {
  font-family: var(--poppins-font-family);
  font-size: var(--twenty-px);
  font-weight: var(--medium);
  color: var(--light-black);
}

/*  */
.primary-para {
  font-family: var(--poppins-font-family);
  font-size: var(--eighteen-px);
  font-weight: var(--medium);
  color: var(--white);
}
.secondary-para {
  font-family: var(--Plus-Jakarta-font-family);
  font-size: var(--eighteen-px);
  font-weight: var(--bold);
  color: var(--white);
}
.tertiary-para {
  font-family: var(--poppins-font-family);
  font-size: var(--twenty-four-px);
  font-weight: var(--medium);
  color: var(--dark-grey);
}
.penta-para {
  font-family: var(--poppins-font-family);
  font-size: var(--twenty-four-px);
  font-weight: var(--normal);
  color: var(--dark-grey);
}
.penta-para2 {
  font-family: var(--poppins-font-family);
  font-size: var(--twenty-four-px);
  font-weight: var(--normal);
  color: #faf3f1;
}
.hexa-para {
  font-family: var(--poppins-font-family);
  font-size: var(--thirty-six-px);
  font-weight: var(--medium);
  color: var(--clay-color);
}
.hepta-para {
  font-family: var(--poppins-font-family);
  font-size: var(--twenty-px);
  font-weight: var(--normal);
  color: var(--dark-grey);
}
.nona-para {
  font-family: var(--poppins-font-family);
  font-size: var(--sixteen-px);
  font-weight: var(--medium);
  color: var(--brown-color);
}
.deca-para {
  font-family: var(--poppins-font-family);
  font-size: var(--sixteen-px);
  font-weight: var(--medium);
  color: var(--white);
}
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

img {
  max-width: 100%;
}
p {
  margin-bottom: 0 !important;
}
a:hover {
  color: #f17646 !important;
}
.page-width {
  max-width: 1440px;
  width: 90%;
  margin: auto;
}
a {
  text-decoration: none !important;
}
/* hero banner start */

.navbar-collapse {
  flex-basis: 100%;
  flex-grow: 0 !important;
  align-items: center;
}
.hero {
  background-image: url("../assests/images/Top-Section-bg.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  /* padding-bottom: 20rem; */
  height: 110vh;
  border-bottom-left-radius: 3rem;
  border-bottom-right-radius: 3rem;
}
.logo-hero {
  max-width: 300px;
}
.heroBtn {
  background-color: black;
  padding: 0.5rem 1rem;
  border: none;
  outline: none;
  border-radius: 0.6rem;
  margin-top: 2rem;
}
/* hero banner end */
/* why nutume section start */
.nutshell-para {
  padding-bottom: 3rem;
}
.cellImg-container img {
  max-width: 2800px;
  width: 100%;
  margin: auto;
}

.nutume-container {
  background-image: url("../assests/images/arrow-img.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  height: auto;
  margin-top: 6rem;
}
.natum-h1 {
  padding-top: 13rem;
}
.detailsImg {
  max-width: 800px;
  margin-top: 7rem;
}
.source-para {
  font-family: var(--poppins-font-family);
  font-size: var(--twelve-px);
  font-weight: var(--normal);
  color: var(--dark-grey);
  margin-top: 8rem;
  padding-bottom: 2rem;
}
/* why nutume section end */
/* How it works section start */
.works-container-sec2 {
  margin: 3rem 0rem;
}
.available-para {
  font-family: var(--poppins-font-family);
  font-size: var(--twenty-px);
  font-weight: var(--medium);
  color: var(--clay-color);
}
/* How it works section end */

/* getting ready section start */
.nested-get {
  background: #a2b59a;
  border-radius: 0.5rem;
  padding: 1rem 0rem;
}
.next-nested-get {
  width: 50%;
  margin: auto;
}

.get-input {
  outline: none;
  border-radius: 0.5rem;
  border: none;
  padding: 0.8rem;
  width: 100%;
}
.arrow {
  top: 12px;
  right: 1rem;
}
.football-Img {
  left: 0;
  top: 4rem;
}
.pan-Img {
  right: 0;
  top: -12rem;
}
/* getting ready section end */
/* footer start */
.getting-h1 {
  text-shadow: -3px -1px 0px #6a7d63;
}
.footer-container {
  margin-top: 6rem;
  background-color: #ea6136;
}
.nested-footer {
  padding: 2rem 0rem;
}
/* footer end */

/* page 2 */
/* hero section start */

.coming-soon {
  background-color: white;
  border: none;
  border-radius: 1rem;
  padding: 1rem 0.5rem;
  box-shadow: 2px 6px 11.600000381469727px 0px #d5a69b4f;
}
.coming-soon-para {
  color: #3d2603;
  font-size: 0.688rem;
  font-weight: var(--semi-bold);
  font-family: var(--poppins-font-family);
}
.heroBg {
  height: 105vh; /* Adjust the height as needed */
  background-image: url("../assests/images/Layer3.png");
  background-position: left top, right top; /* Adjust positions as needed */
  background-size: 40%; /* Adjust sizes as needed */
  background-repeat: no-repeat, no-repeat;
}
.hero2 {
  background-color: #d86a44;
}
.hero-sec {
  max-width: 450px;
  margin-top: 9rem;
}
.hero-h1 {
  text-shadow: -4px 4px 0px #00000040;
}
.hero2-h1 {
  text-shadow: -4px 4px 0px #00000040;
}
/* .two-imgs {
  max-width: 700px;
} */
.hero-arrows {
  right: 0;
  top: 11rem;
  /* max-width: 500px; */
}
.hero-sec-para {
  margin: 2rem 0rem;
}

/* work with us section start */
.work-container {
  margin-top: 8rem;
  margin-bottom: 4rem;
}
.workImg {
  max-width: 100px;
}
.work-para {
  max-width: 360px;
}
/* work with us section end */
/* contact section start */
.contact-logo {
  max-width: 200px;
  margin-top: 15rem;
}
.form-container {
  background: #fcf6f1;
  border-radius: 0.8rem;
  padding: 2rem;
}
.label-input {
  outline: none;
  border: none;
  width: 100%;
  padding: 0.8rem 1rem;
  border-radius: 0.8rem;
}
/* contact section end */
/* hero section end */
@media all and (max-width: 768px) {
  /* hero banner mq start */
  .hero {
    height: 60vh;
  }
  .logo-hero {
    max-width: 200px;
  }
  /* hero banner mq end */
  /* why nutume section mq start */
  .nutshell-para {
    padding-bottom: 1.5rem;
  }
  .detailsImg {
    max-width: 350px;
    margin-top: 2rem;
  }
  .primary-heading {
    font-size: 1.8rem;
  }
  .tertiary-para {
    font-size: 1.2rem;
  }
  .natum-h1 {
    padding-top: 4rem;
  }
  .nutume-container {
    background-image: url("../assests/images/Vector-arrow.png");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-position-x: left;
    height: 100vh;
    margin-top: 1rem;
  }
  .source-para {
    margin-top: 2rem;
  }
  /* why nutume section mq end */
  /* How it works section mq start */
  .works-container {
    margin-top: 10rem;
  }
  .hexa-heading {
    font-size: 1.5rem;
  }
  .hepta-para {
    font-size: 1rem;
  }
  .works-container-sec2 {
    margin: 1rem 0rem;
  }
  /* How it works section mq end */
  /* getting ready section mq start */

  .nested-get {
    padding: 3rem 0rem;
  }
  .next-nested-get {
    width: 100%;
  }
  .secondary-heading {
    font-size: 1.7rem;
  }
  .tertiary-heading {
    font-size: 1.5rem;
  }
  .get-input {
    width: 90%;
  }
  .arrow {
    right: 2rem;
  }
  .check-container {
    margin-left: 1.2rem;
  }
  .football-Img {
    left: 0;
    top: 14rem;
    max-width: 100px;
  }
  .pan-Img {
    right: 0;
    top: -4rem;
    max-width: 100px;
  }
  /* getting ready section mq end */
  /* footer mq start  */
  .quaternary-heading {
    font-size: 1.2rem;
  }
  .footer-col {
    margin: 1rem 0rem;
  }
  .footer-logo2 {
    margin-top: 2rem;
  }
  /* footer mq end */

  /* page 2 */
  /* hero section mq start */

  .coming-soon {
    max-width: 100px;
  }
  .penta-heading {
    font-size: 3rem;
  }
  .two-imgs {
    max-width: 300px;
  }
  .hero-arrows {
    right: 0;
    top: 27rem;
    max-width: 232px;
  }
  .hero-sec {
    max-width: unset;
    margin-top: 0rem;
    margin-bottom: 2rem;
  }
  .heroBg {
    height: 100vh;
    background-size: 100%;
  }
  .hero-sec-para {
    margin: 1rem 0rem;
  }
  /* hero section mq end */
  /* work with us section mq start */

  .work-para {
    max-width: unset;
  }
  .work-col2 {
    margin: 1rem 0rem;
  }
  .work-container {
    margin-top: 3rem;
    margin-bottom: 4rem;
  }
  /* work with us section mq end */
  /* contact section mq start */
  .hepta-heading {
    font-size: 1.5rem;
  }
  .contact-logo {
    max-width: 200px;
    margin-top: 5rem;
    margin-bottom: 3rem;
  }
  /* contact section mq end */
}
